diff options
author | 2003-07-02 18:16:22 +0000 | |
---|---|---|
committer | 2003-07-02 18:16:22 +0000 | |
commit | abdee5771e9b1e672dd4b8cd619338a17eb48ea1 (patch) | |
tree | 875b152e1b7b18a9627d747353a5628945a74bc9 /app-admin/sudo/sudo-1.6.7_p5.ebuild | |
parent | bug #23563 - this patch addresses a compile problem on alpha (diff) | |
download | gentoo-2-abdee5771e9b1e672dd4b8cd619338a17eb48ea1.tar.gz gentoo-2-abdee5771e9b1e672dd4b8cd619338a17eb48ea1.tar.bz2 gentoo-2-abdee5771e9b1e672dd4b8cd619338a17eb48ea1.zip |
Marked stable on hppa.
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 8da19b084433..a1ea354e26e9 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.2 2003/06/29 15:24:07 aliz Exp $ +# $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 $ 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/_/} |