diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2020-09-18 10:06:52 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2020-09-18 10:06:52 +0200 |
commit | fa8e014ecf2c724e0f9a8e78f2b245d424abc42e (patch) | |
tree | 7e811bce79deb54ce4f2b7e55053d3036abcaa04 /app-admin | |
parent | dev-util/strace: s390 stable wrt bug #738334 (diff) | |
download | gentoo-fa8e014ecf2c724e0f9a8e78f2b245d424abc42e.tar.gz gentoo-fa8e014ecf2c724e0f9a8e78f2b245d424abc42e.tar.bz2 gentoo-fa8e014ecf2c724e0f9a8e78f2b245d424abc42e.zip |
app-admin/sudo: s390 stable wrt bug #738336
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 'app-admin')
-rw-r--r-- | app-admin/sudo/sudo-1.9.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-admin/sudo/sudo-1.9.2.ebuild b/app-admin/sudo/sudo-1.9.2.ebuild index 78ba5eaf6cbc..ff902d2d4e1d 100644 --- a/app-admin/sudo/sudo-1.9.2.ebuild +++ b/app-admin/sudo/sudo-1.9.2.ebuild @@ -22,7 +22,7 @@ else SRC_URI="https://www.sudo.ws/sudo/dist/${uri_prefix}${MY_P}.tar.gz ftp://ftp.sudo.ws/pub/sudo/${uri_prefix}${MY_P}.tar.gz" if [[ ${PV} != *_beta* ]] && [[ ${PV} != *_rc* ]] ; then - KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 sparc x86 ~sparc-solaris" + KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 s390 sparc x86 ~sparc-solaris" fi fi |