diff options
author | Brandon Low <lostlogic@gentoo.org> | 2002-11-08 03:29:27 +0000 |
---|---|---|
committer | Brandon Low <lostlogic@gentoo.org> | 2002-11-08 03:29:27 +0000 |
commit | e594bf9a919e54d44f358561760fedab69c0a74b (patch) | |
tree | 3f0a4d4d89263a9df2d628af5bb396e82b3af8cd /dev-util | |
parent | slight changes (diff) | |
download | historical-e594bf9a919e54d44f358561760fedab69c0a74b.tar.gz historical-e594bf9a919e54d44f358561760fedab69c0a74b.tar.bz2 historical-e594bf9a919e54d44f358561760fedab69c0a74b.zip |
fix deps
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/anjuta/anjuta-1.0.0.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/dev-util/anjuta/anjuta-1.0.0.ebuild b/dev-util/anjuta/anjuta-1.0.0.ebuild index bd724934eedc..510b54b4ad9c 100644 --- a/dev-util/anjuta/anjuta-1.0.0.ebuild +++ b/dev-util/anjuta/anjuta-1.0.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/anjuta/anjuta-1.0.0.ebuild,v 1.1 2002/11/06 21:08:09 lostlogic Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/anjuta/anjuta-1.0.0.ebuild,v 1.2 2002/11/08 03:29:27 lostlogic Exp $ S=${WORKDIR}/${P} DESCRIPTION="A versatile Integrated Development Environment (IDE) for C and C++." @@ -11,12 +11,11 @@ SLOT="0" LICENSE="GPL-2" KEYWORDS="~x86 ~ppc" -DEPEND="|| ( gnome-base/ORBit2 >=gnome-base/ORBit-0.5.0 ) +DEPEND=">=gnome-base/ORBit-0.5.0 media-libs/gdk-pixbuf >=gnome-base/gnome-libs-1.4.1.2-r1 >=dev-libs/libxml-1.4.0 dev-util/pkgconfig - || ( gnome-extra/libglademm dev-util/glademm ) >=app-text/scrollkeeper-0.1.4 >=gnome-base/gnome-print-0.35" |