diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2020-08-16 16:47:20 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2020-08-16 16:47:20 +0200 |
commit | ce924747157abcc07a4772be4ea1185a1b175bb5 (patch) | |
tree | 3bab2ea0585d68ee1b58b2e218fc0a6e5726d4c8 /sys-apps/iproute2 | |
parent | dev-libs/libmspack: s390 stable wrt bug #711218 (diff) | |
download | gentoo-ce924747157abcc07a4772be4ea1185a1b175bb5.tar.gz gentoo-ce924747157abcc07a4772be4ea1185a1b175bb5.tar.bz2 gentoo-ce924747157abcc07a4772be4ea1185a1b175bb5.zip |
sys-apps/iproute2: s390 stable wrt bug #728016
Package-Manager: Portage-2.3.103, Repoman-2.3.23
RepoMan-Options: --include-arches="s390"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'sys-apps/iproute2')
-rw-r--r-- | sys-apps/iproute2/iproute2-5.7.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-apps/iproute2/iproute2-5.7.0.ebuild b/sys-apps/iproute2/iproute2-5.7.0.ebuild index 8a1685115160..811bce5bdf9f 100644 --- a/sys-apps/iproute2/iproute2-5.7.0.ebuild +++ b/sys-apps/iproute2/iproute2-5.7.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" |