diff options
author | Matt Turner <mattst88@gentoo.org> | 2018-12-23 14:52:11 -0500 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2018-12-23 14:52:11 -0500 |
commit | d1cbb1b8bb1e72b73322c9aa439d36b8b2714bb3 (patch) | |
tree | c0017837b3612e6e3d919f34ff6cd666f0397673 | |
parent | sys-devel/gcc-config-2.0: alpha stable, bug 673088 (diff) | |
download | gentoo-d1cbb1b8bb1e72b73322c9aa439d36b8b2714bb3.tar.gz gentoo-d1cbb1b8bb1e72b73322c9aa439d36b8b2714bb3.tar.bz2 gentoo-d1cbb1b8bb1e72b73322c9aa439d36b8b2714bb3.zip |
net-misc/iputils-20180629: alpha stable, bug 673498
Signed-off-by: Matt Turner <mattst88@gentoo.org>
-rw-r--r-- | net-misc/iputils/iputils-20180629.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-misc/iputils/iputils-20180629.ebuild b/net-misc/iputils/iputils-20180629.ebuild index 3e0eefd581ba..78a20048e2c3 100644 --- a/net-misc/iputils/iputils-20180629.ebuild +++ b/net-misc/iputils/iputils-20180629.ebuild @@ -24,7 +24,7 @@ if [[ ${PV} == "99999999" ]] ; then else SRC_URI="https://github.com/iputils/iputils/archive/s${MY_PV}.tar.gz -> ${P}.tar.gz https://dev.gentoo.org/~whissi/dist/iputils/${PN}-manpages-${MY_PV}.tar.xz" - KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~amd64-linux ~x86-linux" + KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~amd64-linux ~x86-linux" fi DESCRIPTION="Network monitoring tools including ping and ping6" |