diff options
Diffstat (limited to 'app-admin/sudo/sudo-1.6.7_p5.ebuild')
-rw-r--r-- | app-admin/sudo/sudo-1.6.7_p5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-admin/sudo/sudo-1.6.7_p5.ebuild b/app-admin/sudo/sudo-1.6.7_p5.ebuild index a1ea354e26e9..e8a26a914289 100644 --- a/app-admin/sudo/sudo-1.6.7_p5.ebuild +++ b/app-admin/sudo/sudo-1.6.7_p5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/sudo/sudo-1.6.7_p5.ebuild,v 1.3 2003/07/02 18:16:05 gmsoft Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/sudo/sudo-1.6.7_p5.ebuild,v 1.4 2003/07/16 14:48:30 pvdabeel Exp $ DESCRIPTION="Allows certain users/groups to run commands as root" SRC_URI="ftp://ftp.sudo.ws/pub/sudo/${P/_/}.tar.gz" @@ -8,7 +8,7 @@ HOMEPAGE="http://www.sudo.ws/" SLOT="0" LICENSE="Sudo" -KEYWORDS="x86 ~ppc ~sparc ~alpha ~arm hppa" +KEYWORDS="x86 ppc ~sparc ~alpha ~arm hppa" IUSE="pam" S=${WORKDIR}/${P/_/} |