diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2020-06-06 22:14:33 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2020-06-06 22:14:33 +0200 |
commit | 5bf636ae30068d28a24e70865161d89fffc255d3 (patch) | |
tree | aa0e67469dee156f045bbd970a73f803f01de236 /sys-apps/iproute2 | |
parent | virtual/perl-Module-CoreList: x86 stable wrt bug #723792 (diff) | |
download | gentoo-5bf636ae30068d28a24e70865161d89fffc255d3.tar.gz gentoo-5bf636ae30068d28a24e70865161d89fffc255d3.tar.bz2 gentoo-5bf636ae30068d28a24e70865161d89fffc255d3.zip |
sys-apps/iproute2: x86 stable wrt bug #723948
Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'sys-apps/iproute2')
-rw-r--r-- | sys-apps/iproute2/iproute2-5.4.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-apps/iproute2/iproute2-5.4.0.ebuild b/sys-apps/iproute2/iproute2-5.4.0.ebuild index 9fb711df6521..4fd9db319ba2 100644 --- a/sys-apps/iproute2/iproute2-5.4.0.ebuild +++ b/sys-apps/iproute2/iproute2-5.4.0.ebuild @@ -10,7 +10,7 @@ if [[ ${PV} == "9999" ]] ; then inherit git-r3 else SRC_URI="https://www.kernel.org/pub/linux/utils/net/${PN}/${P}.tar.xz" - KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 sparc ~x86" + KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 sparc x86" fi DESCRIPTION="kernel routing and traffic control utilities" |