diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2020-04-21 07:59:08 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2020-04-21 08:02:14 +0100 |
commit | 0dce3dc0aa1341155a31407122e079632fcd07ca (patch) | |
tree | 99b3372e7033d4ae57c3d71748052bd0e6935db7 /net-misc/iputils | |
parent | dev-util/flawfinder: python3.8 compatible (diff) | |
download | gentoo-0dce3dc0aa1341155a31407122e079632fcd07ca.tar.gz gentoo-0dce3dc0aa1341155a31407122e079632fcd07ca.tar.bz2 gentoo-0dce3dc0aa1341155a31407122e079632fcd07ca.zip |
*/*: downgrade m68k down to ~m68k
m68k and ~m68k trees are inconsistent. Let's drop keywords
down to ~m68k only. Profiles already accept both keywords:
ACCEPT_KEYWORDS="m68k ~m68k"
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'net-misc/iputils')
-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 2136a71b72f7..c71a8d09411b 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 ~riscv s390 sparc x86 ~ppc-aix ~amd64-linux ~x86-linux" + KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 sparc x86 ~ppc-aix ~amd64-linux ~x86-linux" fi DESCRIPTION="Network monitoring tools including ping and ping6" |