commit: e3b9e6fdbe5b67cc835a77ea94b918a3dbaa99b4 Author: pvgoran <pvgoran <AT> users <DOT> noreply <DOT> github <DOT> com> AuthorDate: Wed Jun 22 12:03:57 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Thu Jun 23 05:47:54 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3b9e6fd
dev-java/sbt: Correct source URL for USE=binary for 0.13.18 Closes: https://bugs.gentoo.org/731830 Signed-off-by: Pavel Goran <via-gentoo <AT> pvgoran.name> Closes: https://github.com/gentoo/gentoo/pull/26037 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-java/sbt/sbt-0.13.18-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-java/sbt/sbt-0.13.18-r1.ebuild b/dev-java/sbt/sbt-0.13.18-r1.ebuild index 13fbc7b910f9..bcdc4ac6bcdc 100644 --- a/dev-java/sbt/sbt-0.13.18-r1.ebuild +++ b/dev-java/sbt/sbt-0.13.18-r1.ebuild @@ -20,7 +20,7 @@ SRC_URI=" https://repo.typesafe.com/typesafe/ivy-releases/org.scala-sbt/${L_PN}/${PV}/${L_PN}.jar -> ${L_P}.jar ) binary? ( - https://dev.gentoo.org/~gienah/files/dist/${P}-gentoo-binary.tar.xz + https://dev.gentoo.org/~gienah/distfiles/${P}-gentoo-binary.tar.xz )" LICENSE="BSD" SLOT="0" @@ -43,7 +43,7 @@ RESTRICT="test" # Note: to bump sbt, some things to try are: # 1. remove the https://dev.gentoo.org/~gienah/snapshots/${P}-ivy2-deps.tar.xz # https://dev.gentoo.org/~gienah/snapshots/${P}-sbt-deps.tar.xz and -# binary? ( https://dev.gentoo.org/~gienah/files/dist/${P}-gentoo-binary.tar.xz ) +# binary? ( https://dev.gentoo.org/~gienah/distfiles/${P}-gentoo-binary.tar.xz ) # from SRC_URI # 2. Comment the sbt publishLocal line in src_compile. # 3. try:
