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-apps/mylibrary/mylibrary-0.4.5g-r1.ebuild | |
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-apps/mylibrary/mylibrary-0.4.5g-r1.ebuild')
-rw-r--r-- | gnustep-apps/mylibrary/mylibrary-0.4.5g-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnustep-apps/mylibrary/mylibrary-0.4.5g-r1.ebuild b/gnustep-apps/mylibrary/mylibrary-0.4.5g-r1.ebuild index d687d9f57f15..e6082d8421b4 100644 --- a/gnustep-apps/mylibrary/mylibrary-0.4.5g-r1.ebuild +++ b/gnustep-apps/mylibrary/mylibrary-0.4.5g-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/mylibrary/mylibrary-0.4.5g-r1.ebuild,v 1.1 2004/11/12 03:54:39 fafhrd Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/mylibrary/mylibrary-0.4.5g-r1.ebuild,v 1.2 2005/07/16 15:42:41 swegener Exp $ inherit gnustep @@ -13,7 +13,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86 ~ppc" -IUSE="${IUSE} doc" +IUSE="doc" DEPEND="${GS_DEPEND}" RDEPEND="${GS_RDEPEND}" |