diff options
Diffstat (limited to 'sys-apps/acl/acl-1.1.3.ebuild')
-rw-r--r-- | sys-apps/acl/acl-1.1.3.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys-apps/acl/acl-1.1.3.ebuild b/sys-apps/acl/acl-1.1.3.ebuild index 00414e774361..7d16bc97f099 100644 --- a/sys-apps/acl/acl-1.1.3.ebuild +++ b/sys-apps/acl/acl-1.1.3.ebuild @@ -1,11 +1,13 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/sys-apps/acl/acl-1.1.3.ebuild,v 1.4 2002/07/11 06:30:49 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/acl/acl-1.1.3.ebuild,v 1.5 2002/07/14 19:20:15 aliz Exp $ S=${WORKDIR}/${P} DESCRIPTION="XFS dump/restore utilities" SRC_URI="ftp://oss.sgi.com/projects/xfs/download/latest/cmd_tars/${P}.src.tar.gz" HOMEPAGE="http://oss.sgi.com/projects/xfs" +KEYWORDS="x86" +SLOT="0" LICENSE="LGPL-2.1 GPL-2" DEPEND="virtual/glibc sys-devel/autoconf sys-devel/make" |