diff options
author | Aron Griffis <agriffis@gentoo.org> | 2005-07-11 00:50:35 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2005-07-11 00:50:35 +0000 |
commit | bc102b6198c1dbc8cca9994e9ab8c15d929cff43 (patch) | |
tree | 9a33f2f19f2b71c095f947a08b19a91b2e4c6f74 /sys-apps | |
parent | sync IUSE (-hardened) (diff) | |
download | gentoo-2-bc102b6198c1dbc8cca9994e9ab8c15d929cff43.tar.gz gentoo-2-bc102b6198c1dbc8cca9994e9ab8c15d929cff43.tar.bz2 gentoo-2-bc102b6198c1dbc8cca9994e9ab8c15d929cff43.zip |
sync IUSE (-static)
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'sys-apps')
-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" |