diff options
author | Sven Wegener <swegener@gentoo.org> | 2005-07-16 15:42:41 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2005-07-16 15:42:41 +0000 |
commit | 48e5dea996ab6008f6696619253134a967b8bbe8 (patch) | |
tree | fdc8ac981aa687c75ee47445f2b458429d040958 /gnustep-libs/steptalk | |
parent | QA: Setting DEPEND="${DEPEND}" is useless. (diff) | |
download | gentoo-2-48e5dea996ab6008f6696619253134a967b8bbe8.tar.gz gentoo-2-48e5dea996ab6008f6696619253134a967b8bbe8.tar.bz2 gentoo-2-48e5dea996ab6008f6696619253134a967b8bbe8.zip |
QA: Don't include ${IUSE} in the initial IUSE setting.
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'gnustep-libs/steptalk')
-rw-r--r-- | gnustep-libs/steptalk/steptalk-0.8.3_pre20050106.ebuild | 5 | ||||
-rw-r--r-- | gnustep-libs/steptalk/steptalk-0.8.3_pre20050312.ebuild | 5 |
2 files changed, 4 insertions, 6 deletions
diff --git a/gnustep-libs/steptalk/steptalk-0.8.3_pre20050106.ebuild b/gnustep-libs/steptalk/steptalk-0.8.3_pre20050106.ebuild index e3eeb8db3981..16b147bdbb61 100644 --- a/gnustep-libs/steptalk/steptalk-0.8.3_pre20050106.ebuild +++ b/gnustep-libs/steptalk/steptalk-0.8.3_pre20050106.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/gnustep-libs/steptalk/steptalk-0.8.3_pre20050106.ebuild,v 1.1 2005/01/10 16:26:02 fafhrd Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnustep-libs/steptalk/steptalk-0.8.3_pre20050106.ebuild,v 1.2 2005/07/16 15:41:21 swegener Exp $ ECVS_CVS_COMMAND="cvs -q" ECVS_SERVER="savannah.gnu.org:/cvsroot/gnustep" @@ -21,7 +21,7 @@ KEYWORDS="~x86 ~ppc" LICENSE="LGPL-2.1" SLOT="0" -IUSE="${IUSE} doc" +IUSE="doc" DEPEND="${GS_DEPEND}" RDEPEND="${GS_RDEPEND}" @@ -44,4 +44,3 @@ src_install() { fi egnustep_package_config } - diff --git a/gnustep-libs/steptalk/steptalk-0.8.3_pre20050312.ebuild b/gnustep-libs/steptalk/steptalk-0.8.3_pre20050312.ebuild index 7573f5b41963..25a58c095afd 100644 --- a/gnustep-libs/steptalk/steptalk-0.8.3_pre20050312.ebuild +++ b/gnustep-libs/steptalk/steptalk-0.8.3_pre20050312.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/gnustep-libs/steptalk/steptalk-0.8.3_pre20050312.ebuild,v 1.1 2005/03/17 21:09:32 fafhrd Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnustep-libs/steptalk/steptalk-0.8.3_pre20050312.ebuild,v 1.2 2005/07/16 15:41:21 swegener Exp $ ECVS_CVS_COMMAND="cvs -q" ECVS_SERVER="savannah.gnu.org:/cvsroot/gnustep" @@ -21,7 +21,7 @@ KEYWORDS="~x86 ~ppc" LICENSE="LGPL-2.1" SLOT="0" -IUSE="${IUSE} doc" +IUSE="doc" DEPEND="${GS_DEPEND}" RDEPEND="${GS_RDEPEND}" @@ -44,4 +44,3 @@ src_install() { fi egnustep_package_config } - |