summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gilbert <floppym@gentoo.org>2024-07-01 14:52:55 -0400
committerMike Gilbert <floppym@gentoo.org>2024-07-01 14:53:27 -0400
commit09aa8f9a8a5a1d60edd00625e5cc122ae5200ce7 (patch)
treefc903c1568ba3f303ecfa91cbcfe278da5fa40ef /net-misc/iputils
parentmail-filter/policyd-weight: update SRC_URI (diff)
downloadgentoo-09aa8f9a8a5a1d60edd00625e5cc122ae5200ce7.tar.gz
gentoo-09aa8f9a8a5a1d60edd00625e5cc122ae5200ce7.tar.bz2
gentoo-09aa8f9a8a5a1d60edd00625e5cc122ae5200ce7.zip
net-misc/iputils: update SRC_URI
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
Diffstat (limited to 'net-misc/iputils')
-rw-r--r--net-misc/iputils/iputils-20211215.ebuild5
1 files changed, 2 insertions, 3 deletions
diff --git a/net-misc/iputils/iputils-20211215.ebuild b/net-misc/iputils/iputils-20211215.ebuild
index 9adbec78252c..eae62b94c80d 100644
--- a/net-misc/iputils/iputils-20211215.ebuild
+++ b/net-misc/iputils/iputils-20211215.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# For released versions, we precompile the man/html pages and store
@@ -19,8 +19,7 @@ if [[ ${PV} == "99999999" ]] ; then
inherit git-r3
else
SRC_URI="https://github.com/iputils/iputils/archive/${PV}.tar.gz -> ${P}.tar.gz
- https://dev.gentoo.org/~sam/distfiles/${CATEGORY}/${PN}/${PN}-manpages-${PV}.tar.xz
- https://dev.gentoo.org/~whissi/dist/iputils/${PN}-manpages-${PV}.tar.xz"
+ https://dev.gentoo.org/~sam/distfiles/${CATEGORY}/${PN}/${PN}-manpages-${PV}.tar.xz"
KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux"
fi