diff options
Diffstat (limited to 'sys-apps/dmapi/dmapi-2.2.1.ebuild')
-rw-r--r-- | sys-apps/dmapi/dmapi-2.2.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/dmapi/dmapi-2.2.1.ebuild b/sys-apps/dmapi/dmapi-2.2.1.ebuild index e91d2b2f08d8..53af76f42248 100644 --- a/sys-apps/dmapi/dmapi-2.2.1.ebuild +++ b/sys-apps/dmapi/dmapi-2.2.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/dmapi/dmapi-2.2.1.ebuild,v 1.6 2005/04/25 06:34:09 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/dmapi/dmapi-2.2.1.ebuild,v 1.7 2005/07/11 00:50:35 agriffis Exp $ inherit eutils @@ -11,7 +11,7 @@ SRC_URI="ftp://oss.sgi.com/projects/xfs/download/cmd_tars/${P}.src.tar.gz" LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="alpha amd64 ia64 ~mips ppc ~sparc x86" -IUSE="debug static" +IUSE="debug" DEPEND="sys-fs/xfsprogs" |