diff options
author | Sven Wegener <swegener@gentoo.org> | 2005-08-25 18:57:12 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2005-08-25 18:57:12 +0000 |
commit | ac59c76a3626dc5cb9e175bfb7184a6e11c5b25f (patch) | |
tree | 5eafa0cd3fd7d3424f4bf53ca16761a3e647945c /gnustep-apps/stepulator | |
parent | stable on ia64 (diff) | |
download | historical-ac59c76a3626dc5cb9e175bfb7184a6e11c5b25f.tar.gz historical-ac59c76a3626dc5cb9e175bfb7184a6e11c5b25f.tar.bz2 historical-ac59c76a3626dc5cb9e175bfb7184a6e11c5b25f.zip |
fix IUSE="${IUSE}"
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'gnustep-apps/stepulator')
-rw-r--r-- | gnustep-apps/stepulator/stepulator-1.0-r1.ebuild | 5 | ||||
-rw-r--r-- | gnustep-apps/stepulator/stepulator-1.0.ebuild | 5 |
2 files changed, 4 insertions, 6 deletions
diff --git a/gnustep-apps/stepulator/stepulator-1.0-r1.ebuild b/gnustep-apps/stepulator/stepulator-1.0-r1.ebuild index 2c5424e1bf8a..f952b2371bf9 100644 --- a/gnustep-apps/stepulator/stepulator-1.0-r1.ebuild +++ b/gnustep-apps/stepulator/stepulator-1.0-r1.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-apps/stepulator/stepulator-1.0-r1.ebuild,v 1.1 2004/11/12 03:56:08 fafhrd Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/stepulator/stepulator-1.0-r1.ebuild,v 1.2 2005/08/25 18:57:12 swegener Exp $ inherit gnustep @@ -13,9 +13,8 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86 ~ppc" -IUSE="${IUSE}" +IUSE="" DEPEND="${GS_DEPEND}" RDEPEND="${GS_RDEPEND}" egnustep_install_domain "Local" - diff --git a/gnustep-apps/stepulator/stepulator-1.0.ebuild b/gnustep-apps/stepulator/stepulator-1.0.ebuild index db9628a1981a..d371a0a977ce 100644 --- a/gnustep-apps/stepulator/stepulator-1.0.ebuild +++ b/gnustep-apps/stepulator/stepulator-1.0.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-apps/stepulator/stepulator-1.0.ebuild,v 1.3 2004/11/12 03:56:08 fafhrd Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/stepulator/stepulator-1.0.ebuild,v 1.4 2005/08/25 18:57:12 swegener Exp $ inherit gnustep @@ -13,9 +13,8 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86 ~ppc" -IUSE="${IUSE}" +IUSE="" DEPEND="${GS_DEPEND}" RDEPEND="${GS_RDEPEND}" egnustep_install_domain "System" - |