diff options
Diffstat (limited to 'sys-apps/acl/acl-2.1.1-r1.ebuild')
-rw-r--r-- | sys-apps/acl/acl-2.1.1-r1.ebuild | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/sys-apps/acl/acl-2.1.1-r1.ebuild b/sys-apps/acl/acl-2.1.1-r1.ebuild index ac4cadc37920..732d8405a1dc 100644 --- a/sys-apps/acl/acl-2.1.1-r1.ebuild +++ b/sys-apps/acl/acl-2.1.1-r1.ebuild @@ -1,17 +1,15 @@ # 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.1.1-r1.ebuild,v 1.6 2003/09/07 02:29:41 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/acl/acl-2.1.1-r1.ebuild,v 1.7 2003/09/13 17:38:25 seemant Exp $ S=${WORKDIR}/${P} - DESCRIPTION="XFS dump/restore utilities" - -SRC_URI="ftp://oss.sgi.com/projects/xfs/download/cmd_tars/${P}.src.tar.gz" HOMEPAGE="http://oss.sgi.com/projects/xfs" +SRC_URI="ftp://oss.sgi.com/projects/xfs/download/cmd_tars/${P}.src.tar.gz" -KEYWORDS="x86 amd64 ~mips" SLOT="0" LICENSE="LGPL-2.1" +KEYWORDS="x86 amd64 ~ppc ~sparc ~alpha ~hppa ~mips ~arm" DEPEND="sys-apps/attr" |