diff options
Diffstat (limited to 'sys-apps/acl/acl-2.2.13-r1.ebuild')
-rw-r--r-- | sys-apps/acl/acl-2.2.13-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/acl/acl-2.2.13-r1.ebuild b/sys-apps/acl/acl-2.2.13-r1.ebuild index 20264ba9b560..4da572354c30 100644 --- a/sys-apps/acl/acl-2.2.13-r1.ebuild +++ b/sys-apps/acl/acl-2.2.13-r1.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/sys-apps/acl/acl-2.2.13-r1.ebuild,v 1.5 2003/09/25 01:16:45 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/acl/acl-2.2.13-r1.ebuild,v 1.6 2003/09/27 01:48:48 darkspecter Exp $ S=${WORKDIR}/${P} DESCRIPTION="Access control list utilities, libraries and headers" @@ -9,7 +9,7 @@ SRC_URI="ftp://oss.sgi.com/projects/xfs/download/cmd_tars/${P}.src.tar.gz" SLOT="0" LICENSE="LGPL-2.1" -KEYWORDS="x86 ~amd64 ~ppc ~sparc ~alpha ~hppa ~mips ~arm" +KEYWORDS="x86 ~amd64 ppc ~sparc ~alpha ~hppa ~mips ~arm" DEPEND="sys-apps/attr sys-devel/autoconf" |