diff options
author | Sam James <sam@gentoo.org> | 2024-02-02 03:56:16 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-02-02 03:56:16 +0000 |
commit | 3c52e1f20e9aa9b68622f3255aee486837e47d47 (patch) | |
tree | 4e52d376c5123b76e14acef511406909dca92983 /net-analyzer | |
parent | net-misc/rsync: Stabilize 3.2.7-r3 ppc64, #923516 (diff) | |
download | gentoo-3c52e1f20e9aa9b68622f3255aee486837e47d47.tar.gz gentoo-3c52e1f20e9aa9b68622f3255aee486837e47d47.tar.bz2 gentoo-3c52e1f20e9aa9b68622f3255aee486837e47d47.zip |
net-analyzer/traceroute: Stabilize 2.1.5 ppc64, #923519
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/traceroute/traceroute-2.1.5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-analyzer/traceroute/traceroute-2.1.5.ebuild b/net-analyzer/traceroute/traceroute-2.1.5.ebuild index 4905daf3cb3a..a12d5d573bff 100644 --- a/net-analyzer/traceroute/traceroute-2.1.5.ebuild +++ b/net-analyzer/traceroute/traceroute-2.1.5.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 @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/traceroute/${P}.tar.gz" LICENSE="GPL-2 LGPL-2.1" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux" IUSE="static" RDEPEND="!net-misc/iputils[traceroute6(-)]" |