diff options
author | Tom Gall <tgall@gentoo.org> | 2009-09-10 04:03:06 +0000 |
---|---|---|
committer | Tom Gall <tgall@gentoo.org> | 2009-09-10 04:03:06 +0000 |
commit | a077338ba7c18aec96c92ae7b7fd4e49380ef5b3 (patch) | |
tree | 4c7e0c3042f02ea4110a9ebe7e51cfef13ff3dfd /app-admin/sudo/sudo-1.7.2_p1.ebuild | |
parent | Export PYTHONPATH in init script (bug #260322). (diff) | |
download | historical-a077338ba7c18aec96c92ae7b7fd4e49380ef5b3.tar.gz historical-a077338ba7c18aec96c92ae7b7fd4e49380ef5b3.tar.bz2 historical-a077338ba7c18aec96c92ae7b7fd4e49380ef5b3.zip |
stable on ppc64, bug #284089
Package-Manager: portage-2.1.6.13/cvs/Linux ppc64
Diffstat (limited to 'app-admin/sudo/sudo-1.7.2_p1.ebuild')
-rw-r--r-- | app-admin/sudo/sudo-1.7.2_p1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-admin/sudo/sudo-1.7.2_p1.ebuild b/app-admin/sudo/sudo-1.7.2_p1.ebuild index 469c317ca80c..a50e8bb11f71 100644 --- a/app-admin/sudo/sudo-1.7.2_p1.ebuild +++ b/app-admin/sudo/sudo-1.7.2_p1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/sudo/sudo-1.7.2_p1.ebuild,v 1.2 2009/09/09 02:49:12 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/sudo/sudo-1.7.2_p1.ebuild,v 1.3 2009/09/10 04:03:06 tgall Exp $ inherit eutils pam confutils @@ -23,7 +23,7 @@ SRC_URI="ftp://ftp.sudo.ws/pub/sudo/${uri_prefix}${MY_P}.tar.gz" # 3-clause BSD license LICENSE="as-is BSD" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd" +KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd" IUSE="pam skey offensive ldap selinux" DEPEND="pam? ( virtual/pam ) |