diff options
Diffstat (limited to 'sys-apps/dmapi/dmapi-0.2.2.ebuild')
-rw-r--r-- | sys-apps/dmapi/dmapi-0.2.2.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys-apps/dmapi/dmapi-0.2.2.ebuild b/sys-apps/dmapi/dmapi-0.2.2.ebuild index d2d5f3ca3f63..7e38a9fed194 100644 --- a/sys-apps/dmapi/dmapi-0.2.2.ebuild +++ b/sys-apps/dmapi/dmapi-0.2.2.ebuild @@ -1,11 +1,13 @@ # Copyright 1999-2001 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/sys-apps/dmapi/dmapi-0.2.2.ebuild,v 1.3 2002/07/11 06:30:53 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/dmapi/dmapi-0.2.2.ebuild,v 1.4 2002/07/14 19:20:17 aliz Exp $ S=${WORKDIR}/${P} DESCRIPTION="xfs data management API library" 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" |