diff options
author | Sam James <sam@gentoo.org> | 2023-08-19 12:41:47 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-08-19 12:41:51 +0100 |
commit | 277dc7912e384d4223374bebdc7c0013f4008672 (patch) | |
tree | 65b0741fa19c57659a0f398cbd1b087b9cdc1374 /app-portage | |
parent | app-portage/getuto: needs openssl too (diff) | |
download | gentoo-277dc7912e384d4223374bebdc7c0013f4008672.tar.gz gentoo-277dc7912e384d4223374bebdc7c0013f4008672.tar.bz2 gentoo-277dc7912e384d4223374bebdc7c0013f4008672.zip |
app-portage/getuto: fix test SRC_URI
I didn't mean to commit that bit as was just testing.
Fixes: 0087a6ddb25033d62df89895a7851e2189657ed2
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-portage')
-rw-r--r-- | app-portage/getuto/getuto-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-portage/getuto/getuto-9999.ebuild b/app-portage/getuto/getuto-9999.ebuild index cdcec3d9c92d..860cc3595dd0 100644 --- a/app-portage/getuto/getuto-9999.ebuild +++ b/app-portage/getuto/getuto-9999.ebuild @@ -18,7 +18,7 @@ else KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux" fi -SRC_URI+=" test? ( mirror://gentoo/releases/amd64/binpackages/17.1/x86-64/virtual/libc/libc-1-r1-1.gpkg.tar )" +SRC_URI+=" test? ( https://mirror.bytemark.co.uk/gentoo/releases/amd64/binpackages/17.1/x86-64/virtual/libc/libc-1-r1-1.gpkg.tar )" LICENSE="GPL-2" SLOT="0" |