diff options
author | 2016-12-24 11:23:27 +0100 | |
---|---|---|
committer | 2016-12-24 11:23:27 +0100 | |
commit | b52f7a1cbbdd45f5d5d92f376a4eacf2ddbc5df3 (patch) | |
tree | 363c72471649ab8ebd5589170be51a4e922ef6f2 /app-admin/sudo | |
parent | dev-libs/libsodium: arm stable wrt bug #599198 (diff) | |
download | gentoo-b52f7a1cbbdd45f5d5d92f376a4eacf2ddbc5df3.tar.gz gentoo-b52f7a1cbbdd45f5d5d92f376a4eacf2ddbc5df3.tar.bz2 gentoo-b52f7a1cbbdd45f5d5d92f376a4eacf2ddbc5df3.zip |
app-admin/sudo: arm stable wrt bug #603170
Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="arm"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'app-admin/sudo')
-rw-r--r-- | app-admin/sudo/sudo-1.8.18_p1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-admin/sudo/sudo-1.8.18_p1.ebuild b/app-admin/sudo/sudo-1.8.18_p1.ebuild index bd192308c106..1d462cb24a2d 100644 --- a/app-admin/sudo/sudo-1.8.18_p1.ebuild +++ b/app-admin/sudo/sudo-1.8.18_p1.ebuild @@ -24,7 +24,7 @@ SRC_URI="http://www.sudo.ws/sudo/dist/${uri_prefix}${MY_P}.tar.gz LICENSE="ISC BSD" SLOT="0" if [[ ${PV} != *_beta* ]] && [[ ${PV} != *_rc* ]] ; then - KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~sparc-solaris" + KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~sparc-solaris" fi IUSE="ldap nls pam offensive selinux skey +sendmail" |