diff options
author | Matt Turner <mattst88@gentoo.org> | 2016-05-24 22:06:09 -0700 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2016-05-24 23:28:22 -0700 |
commit | 18f2f715f31caa82e5b00e7c774dd14699c31e0c (patch) | |
tree | 0152cbc62fd8db9f9e0a44df9377a45fa9953006 /sys-apps/iproute2/iproute2-4.4.0.ebuild | |
parent | sys-apps/kmod: alpha stable, bug 581562. (diff) | |
download | gentoo-18f2f715f31caa82e5b00e7c774dd14699c31e0c.tar.gz gentoo-18f2f715f31caa82e5b00e7c774dd14699c31e0c.tar.bz2 gentoo-18f2f715f31caa82e5b00e7c774dd14699c31e0c.zip |
sys-apps/iproute2: alpha stable, bug 576618.
Diffstat (limited to 'sys-apps/iproute2/iproute2-4.4.0.ebuild')
-rw-r--r-- | sys-apps/iproute2/iproute2-4.4.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-apps/iproute2/iproute2-4.4.0.ebuild b/sys-apps/iproute2/iproute2-4.4.0.ebuild index 6234f28ed8d8..63714c0bb26e 100644 --- a/sys-apps/iproute2/iproute2-4.4.0.ebuild +++ b/sys-apps/iproute2/iproute2-4.4.0.ebuild @@ -11,7 +11,7 @@ if [[ ${PV} == "9999" ]] ; then inherit git-2 else SRC_URI="mirror://kernel/linux/utils/net/${PN}/${P}.tar.xz" - KEYWORDS="~alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86" + KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86" fi DESCRIPTION="kernel routing and traffic control utilities" |