diff options
author | Justin Lecher <jlec@gentoo.org> | 2011-03-02 21:25:34 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2011-03-02 21:25:34 +0000 |
commit | 783bbccc8322d4a74398b1402ef3eaa0804469ab (patch) | |
tree | 78163965cdd8b3d273c2af00d9d8c6aaa692859a /sci-calculators/qalculate-gtk/qalculate-gtk-0.9.7.ebuild | |
parent | Correct Slots for gtk 3 introduction to tree (diff) | |
download | gentoo-2-783bbccc8322d4a74398b1402ef3eaa0804469ab.tar.gz gentoo-2-783bbccc8322d4a74398b1402ef3eaa0804469ab.tar.bz2 gentoo-2-783bbccc8322d4a74398b1402ef3eaa0804469ab.zip |
Correct Slots for gtk 3 introduction to tree
(Portage version: 2.2.0_alpha26/cvs/Linux x86_64)
Diffstat (limited to 'sci-calculators/qalculate-gtk/qalculate-gtk-0.9.7.ebuild')
-rw-r--r-- | sci-calculators/qalculate-gtk/qalculate-gtk-0.9.7.ebuild | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/sci-calculators/qalculate-gtk/qalculate-gtk-0.9.7.ebuild b/sci-calculators/qalculate-gtk/qalculate-gtk-0.9.7.ebuild index 72457e3cc48b..931b0ce3bbd8 100644 --- a/sci-calculators/qalculate-gtk/qalculate-gtk-0.9.7.ebuild +++ b/sci-calculators/qalculate-gtk/qalculate-gtk-0.9.7.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-calculators/qalculate-gtk/qalculate-gtk-0.9.7.ebuild,v 1.6 2010/04/18 14:15:37 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-calculators/qalculate-gtk/qalculate-gtk-0.9.7.ebuild,v 1.7 2011/03/02 21:25:34 jlec Exp $ EAPI=2 GCONF_DEBUG=no @@ -15,11 +15,13 @@ SLOT="0" KEYWORDS="amd64 ~hppa ppc sparc x86" IUSE="gnome" -RDEPEND=">=sci-libs/libqalculate-0.9.7 +RDEPEND=" + >=sci-libs/libqalculate-0.9.7 >=sci-libs/cln-1.2 - >=x11-libs/gtk+-2.4:2 - >=gnome-base/libglade-2 - gnome? ( >=gnome-base/libgnome-2 + x11-libs/gtk+:2 + gnome-base/libglade:2.0 + gnome? ( + >=gnome-base/libgnome-2 gnome-extra/yelp )" DEPEND="${RDEPEND} app-text/rarian |