diff options
Diffstat (limited to 'sys-apps/acl/acl-20020330.ebuild')
-rw-r--r-- | sys-apps/acl/acl-20020330.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys-apps/acl/acl-20020330.ebuild b/sys-apps/acl/acl-20020330.ebuild index 9391b14ed6ad..30cfdda5e1bb 100644 --- a/sys-apps/acl/acl-20020330.ebuild +++ b/sys-apps/acl/acl-20020330.ebuild @@ -1,12 +1,13 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Maintainer: Daniel Robbins <drobbins@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-apps/acl/acl-20020330.ebuild,v 1.2 2002/03/31 23:07:03 agenkin Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/acl/acl-20020330.ebuild,v 1.3 2002/07/10 16:17:55 aliz Exp $ S=${WORKDIR}/cmd/${PN} DESCRIPTION="XFS dump/restore utilities" SRC_URI="http://www.ibiblio.org/gentoo/distfiles/xfs-cmd-${PV}.tar.bz2" HOMEPAGE="http://oss.sgi.com/projects/xfs" +LICENSE="LGPL-2.1" DEPEND="virtual/glibc sys-devel/autoconf >=sys-apps/attr-20020330 sys-devel/make" RDEPEND="virtual/glibc" |