diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2020-03-03 08:54:11 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2020-03-03 08:54:11 +0100 |
commit | e0641a85db18c37ed62e99037b6362a2fe3c2cc2 (patch) | |
tree | db46c91a1ce54fe880268b0df1f20d286b2a8e03 /app-admin | |
parent | app-admin/sudo: amd64 stable wrt bug #707574 (diff) | |
download | gentoo-e0641a85db18c37ed62e99037b6362a2fe3c2cc2.tar.gz gentoo-e0641a85db18c37ed62e99037b6362a2fe3c2cc2.tar.bz2 gentoo-e0641a85db18c37ed62e99037b6362a2fe3c2cc2.zip |
app-admin/sudo: arm stable wrt bug #707574
Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="arm"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'app-admin')
-rw-r--r-- | app-admin/sudo/sudo-1.8.31.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-admin/sudo/sudo-1.8.31.ebuild b/app-admin/sudo/sudo-1.8.31.ebuild index 42597cb62edc..0e58ee1d9ea0 100644 --- a/app-admin/sudo/sudo-1.8.31.ebuild +++ b/app-admin/sudo/sudo-1.8.31.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 ~sh sparc ~x86 ~sparc-solaris" + KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh sparc ~x86 ~sparc-solaris" fi fi |