summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpvgoran <pvgoran@users.noreply.github.com>2022-06-22 19:03:57 +0700
committerSam James <sam@gentoo.org>2022-06-23 06:47:54 +0100
commite3b9e6fdbe5b67cc835a77ea94b918a3dbaa99b4 (patch)
tree96f6bf92be2d577078aa5b5485c26ae089da2faa
parentmedia-video/ffmpeg: Stabilize 4.4.2 sparc, #848879 (diff)
downloadgentoo-e3b9e6fdbe5b67cc835a77ea94b918a3dbaa99b4.tar.gz
gentoo-e3b9e6fdbe5b67cc835a77ea94b918a3dbaa99b4.tar.bz2
gentoo-e3b9e6fdbe5b67cc835a77ea94b918a3dbaa99b4.zip
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@pvgoran.name> Closes: https://github.com/gentoo/gentoo/pull/26037 Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--dev-java/sbt/sbt-0.13.18-r1.ebuild4
1 files 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: