diff options
author | Tobias Klausmann <klausman@gentoo.org> | 2016-02-04 12:56:53 +0100 |
---|---|---|
committer | Tobias Klausmann <klausman@gentoo.org> | 2016-02-04 12:57:01 +0100 |
commit | 33a8a98b1151943d55949bd6b311ce4a829914df (patch) | |
tree | ddfb9b0d5a4a9a68d41d3a0744d6d8801e48193d /sys-apps | |
parent | media-video/ffmpeg2theora: bump to 0.30 (diff) | |
download | gentoo-33a8a98b1151943d55949bd6b311ce4a829914df.tar.gz gentoo-33a8a98b1151943d55949bd6b311ce4a829914df.tar.bz2 gentoo-33a8a98b1151943d55949bd6b311ce4a829914df.zip |
sys-apps/iproute2: add alpha keyword
Gentoo-Bug: 573334
Package-Manager: portage-2.2.27
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/iproute2/iproute2-4.3.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-apps/iproute2/iproute2-4.3.0.ebuild b/sys-apps/iproute2/iproute2-4.3.0.ebuild index 4a648832e4a4..6bb13f4a0a5d 100644 --- a/sys-apps/iproute2/iproute2-4.3.0.ebuild +++ b/sys-apps/iproute2/iproute2-4.3.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" |