diff options
author | Sam James <sam@gentoo.org> | 2024-10-29 16:43:05 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-10-29 16:44:34 +0000 |
commit | cc504dce1323299d4b54c54064b232f66f0b1967 (patch) | |
tree | 52862c7555b8a313e80c85fbfcaac9220d1f16ad /app-portage | |
parent | app-crypt/gnupg: add 2.4.6 (diff) | |
download | gentoo-cc504dce1323299d4b54c54064b232f66f0b1967.tar.gz gentoo-cc504dce1323299d4b54c54064b232f66f0b1967.tar.bz2 gentoo-cc504dce1323299d4b54c54064b232f66f0b1967.zip |
app-portage/getuto: update SRC_URI for tests in 9999
This fixes tests, reflecting ad394eed7cc45a1444d87d176962af4b7db35e0b in
getuto.git.
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-portage')
-rw-r--r-- | app-portage/getuto/getuto-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-portage/getuto/getuto-9999.ebuild b/app-portage/getuto/getuto-9999.ebuild index 1bb91c1211a5..a2cfb27700d0 100644 --- a/app-portage/getuto/getuto-9999.ebuild +++ b/app-portage/getuto/getuto-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -18,7 +18,7 @@ else KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux" fi -SRC_URI+=" test? ( https://mirror.bytemark.co.uk/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/23.0/x86-64/virtual/libc/libc-1-r1-1.gpkg.tar )" LICENSE="GPL-2" SLOT="0" |