diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 23:28:46 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 23:28:46 +0000 |
commit | add8be0c7dc3cf1d31f1ab1fee0f0318b18e184b (patch) | |
tree | 4b33b51875c90fd5e22b8e98fab53320dadb9675 /dev-util/eclipse-ve-bin | |
parent | Gentoo Technologies -> Gentoo Foundation (diff) | |
download | gentoo-2-add8be0c7dc3cf1d31f1ab1fee0f0318b18e184b.tar.gz gentoo-2-add8be0c7dc3cf1d31f1ab1fee0f0318b18e184b.tar.bz2 gentoo-2-add8be0c7dc3cf1d31f1ab1fee0f0318b18e184b.zip |
sync IUSE (missing)
Diffstat (limited to 'dev-util/eclipse-ve-bin')
-rw-r--r-- | dev-util/eclipse-ve-bin/eclipse-ve-bin-1.0_rc1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-util/eclipse-ve-bin/eclipse-ve-bin-1.0_rc1.ebuild b/dev-util/eclipse-ve-bin/eclipse-ve-bin-1.0_rc1.ebuild index 4e6ba9ea5193..ad850e67f5f6 100644 --- a/dev-util/eclipse-ve-bin/eclipse-ve-bin-1.0_rc1.ebuild +++ b/dev-util/eclipse-ve-bin/eclipse-ve-bin-1.0_rc1.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/dev-util/eclipse-ve-bin/eclipse-ve-bin-1.0_rc1.ebuild,v 1.2 2004/06/25 02:30:50 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/eclipse-ve-bin/eclipse-ve-bin-1.0_rc1.ebuild,v 1.3 2004/07/14 23:26:11 agriffis Exp $ inherit eclipse-ext @@ -10,6 +10,7 @@ SRC_URI="http://download.eclipse.org/tools/ve/downloads/drops/S-1.0M1-2004050314 SLOT="2" LICENSE="CPL-1.0" KEYWORDS="~x86" +IUSE="" DEPEND=">=dev-util/eclipse-sdk-3.0.0_pre8 >=dev-util/eclipse-emf-bin-200403250631 >=dev-util/eclipse-gef-bin-20040330" |