diff options
author | Jeroen Roovers <jer@gentoo.org> | 2017-01-10 07:46:58 +0100 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2017-01-10 07:55:29 +0100 |
commit | bc85eaaa2d5a25178e471bf136d1268c4734b246 (patch) | |
tree | 6666395eea4423fa593dceaae7b4cfb12f32522b /app-admin | |
parent | dev-ruby/roadie: add 3.2.1 (diff) | |
download | gentoo-bc85eaaa2d5a25178e471bf136d1268c4734b246.tar.gz gentoo-bc85eaaa2d5a25178e471bf136d1268c4734b246.tar.bz2 gentoo-bc85eaaa2d5a25178e471bf136d1268c4734b246.zip |
app-admin/sudo: Stable for HPPA (bug #603170).
Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --ignore-arches
Diffstat (limited to 'app-admin')
-rw-r--r-- | app-admin/sudo/sudo-1.8.18_p1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-admin/sudo/sudo-1.8.18_p1.ebuild b/app-admin/sudo/sudo-1.8.18_p1.ebuild index e73216fd1718..82f2225846df 100644 --- a/app-admin/sudo/sudo-1.8.18_p1.ebuild +++ b/app-admin/sudo/sudo-1.8.18_p1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -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" |