diff options
author | Alastair Tse <liquidx@gentoo.org> | 2003-07-09 15:59:50 +0000 |
---|---|---|
committer | Alastair Tse <liquidx@gentoo.org> | 2003-07-09 15:59:50 +0000 |
commit | 33736e0cba27cc2e9fff3ad47395780bdbc2f4dd (patch) | |
tree | 7d53f1f70e1b439ece41dc54d5e53f88b30c3d85 /dev-util/glade/glade-0.6.4.ebuild | |
parent | cleanup (diff) | |
download | gentoo-2-33736e0cba27cc2e9fff3ad47395780bdbc2f4dd.tar.gz gentoo-2-33736e0cba27cc2e9fff3ad47395780bdbc2f4dd.tar.bz2 gentoo-2-33736e0cba27cc2e9fff3ad47395780bdbc2f4dd.zip |
dep cleanup
Diffstat (limited to 'dev-util/glade/glade-0.6.4.ebuild')
-rw-r--r-- | dev-util/glade/glade-0.6.4.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-util/glade/glade-0.6.4.ebuild b/dev-util/glade/glade-0.6.4.ebuild index a4f327e398f3..7a18ea5fc578 100644 --- a/dev-util/glade/glade-0.6.4.ebuild +++ b/dev-util/glade/glade-0.6.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/glade/glade-0.6.4.ebuild,v 1.13 2003/04/29 05:23:27 tberman Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/glade/glade-0.6.4.ebuild,v 1.14 2003/07/09 15:59:41 liquidx Exp $ inherit eutils @@ -13,11 +13,11 @@ LICENSE="GPL-2" KEYWORDS="x86 ppc sparc" IUSE="nls gnome bonobo" -DEPEND="=x11-libs/gtk+-1.2* +RDEPEND="=x11-libs/gtk+-1.2* gnome? ( >=gnome-base/gnome-libs-1.4.1.2-r1 ) bonobo? ( >=gnome-base/bonobo-1.0.9-r1 )" -RDEPEND="${RDEPEND} +DEPEND="${DEPEND} nls? ( sys-devel/gettext >=dev-util/intltool-0.11 ) >=app-text/scrollkeeper-0.2" |