diff options
author | 2004-01-11 14:04:38 +0000 | |
---|---|---|
committer | 2004-01-11 14:04:38 +0000 | |
commit | feb4f4f0291437b99c9e83228d1956d6be9f8a32 (patch) | |
tree | e2954357ab612f2545dfd2ce2431c0a91bc0080f /dev-util/eclipse-sdk/eclipse-sdk-2.1.1.ebuild | |
parent | fixed motif dep (diff) | |
download | historical-feb4f4f0291437b99c9e83228d1956d6be9f8a32.tar.gz historical-feb4f4f0291437b99c9e83228d1956d6be9f8a32.tar.bz2 historical-feb4f4f0291437b99c9e83228d1956d6be9f8a32.zip |
fixed motif dep
Diffstat (limited to 'dev-util/eclipse-sdk/eclipse-sdk-2.1.1.ebuild')
-rw-r--r-- | dev-util/eclipse-sdk/eclipse-sdk-2.1.1.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/dev-util/eclipse-sdk/eclipse-sdk-2.1.1.ebuild b/dev-util/eclipse-sdk/eclipse-sdk-2.1.1.ebuild index f2a679760882..70152b4568ed 100644 --- a/dev-util/eclipse-sdk/eclipse-sdk-2.1.1.ebuild +++ b/dev-util/eclipse-sdk/eclipse-sdk-2.1.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/eclipse-sdk/eclipse-sdk-2.1.1.ebuild,v 1.3 2004/01/07 20:28:39 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/eclipse-sdk/eclipse-sdk-2.1.1.ebuild,v 1.4 2004/01/11 14:04:22 lanius Exp $ DESCRIPTION="Eclipse Tools Platform" HOMEPAGE="http://www.eclipse.org/" @@ -22,11 +22,11 @@ DEPEND="${RDEPEND} # !dev-util/eclipse-cdt-bin" RDEPEND=">=virtual/jdk-1.3 - kde? ( kde-base/kde virtual/motif ) : + kde? ( kde-base/kde x11-libs/openmotif ) : ( gnome? ( =gnome-base/gnome-vfs-2* ) : - ( motif? ( virtual/motif ) : + ( motif? ( x11-libs/openmotif ) : ( >=x11-libs/gtk+-2.2.1-r1 ) ) ) - motif? ( virtual/motif ) + motif? ( x11-libs/openmotif ) gnome? ( =gnome-base/gnome-vfs-2* ) gtk? ( >=x11-libs/gtk+-2.2.1-r1 )" |