diff options
author | Sven Wegener <swegener@gentoo.org> | 2005-08-25 19:03:49 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2005-08-25 19:03:49 +0000 |
commit | cc826aac5f032418cbec8c1db2991ebf50a4b7ff (patch) | |
tree | f45197fb758b791a37e6e7d003eaaeb445975e99 /gnustep-libs/objcunit | |
parent | version bump 0.99 (diff) | |
download | gentoo-2-cc826aac5f032418cbec8c1db2991ebf50a4b7ff.tar.gz gentoo-2-cc826aac5f032418cbec8c1db2991ebf50a4b7ff.tar.bz2 gentoo-2-cc826aac5f032418cbec8c1db2991ebf50a4b7ff.zip |
fix IUSE="${IUSE}"
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'gnustep-libs/objcunit')
-rw-r--r-- | gnustep-libs/objcunit/objcunit-1.2.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gnustep-libs/objcunit/objcunit-1.2.ebuild b/gnustep-libs/objcunit/objcunit-1.2.ebuild index 05ee83a478bb..5e489a83e1d6 100644 --- a/gnustep-libs/objcunit/objcunit-1.2.ebuild +++ b/gnustep-libs/objcunit/objcunit-1.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnustep-libs/objcunit/objcunit-1.2.ebuild,v 1.1 2004/11/14 20:32:41 fafhrd Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnustep-libs/objcunit/objcunit-1.2.ebuild,v 1.2 2005/08/25 19:03:49 swegener Exp $ S=${WORKDIR}/ObjcUnit-1.2/ObjcUnit @@ -15,7 +15,7 @@ KEYWORDS="~ppc" LICENSE="IBM" SLOT="0" -IUSE="${IUSE}" +IUSE="" DEPEND="${GS_DEPEND}" RDEPEND="${GS_RDEPEND}" @@ -31,4 +31,3 @@ src_install() { egnustep_package_config dosym `egnustep_install_domain`/Library/Frameworks/ObjcUnit.framework/Headers `egnustep_install_domain`/Library/Headers/ObjcUnit } - |