diff options
author | Tobias Klausmann <klausman@gentoo.org> | 2017-01-16 20:56:15 +0100 |
---|---|---|
committer | Tobias Klausmann <klausman@gentoo.org> | 2017-01-16 20:56:15 +0100 |
commit | 2a329da9b2d36dcc2cc2e060f1458015f49cc688 (patch) | |
tree | 43e6d466eedd3921c02ac2ad06b601001eb4ff37 /app-admin | |
parent | sys-apps/shadow-4.2.1-r2: stable on alpha (diff) | |
download | gentoo-2a329da9b2d36dcc2cc2e060f1458015f49cc688.tar.gz gentoo-2a329da9b2d36dcc2cc2e060f1458015f49cc688.tar.bz2 gentoo-2a329da9b2d36dcc2cc2e060f1458015f49cc688.zip |
app-admin/sudo-1.8.18_p1-r0: stable on alpha
Gentoo-Bug: 603170
Diffstat (limited to 'app-admin')
-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 82f2225846df..69a57e175a62 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" |