diff options
author | Justin Lecher <jlec@gentoo.org> | 2011-03-02 21:27:01 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2011-03-02 21:27:01 +0000 |
commit | 4666e9115f6fb2a6a26fdb2c8486a47d213e42dc (patch) | |
tree | 6977c6ff456215c3902652b1135f2101e5287720 /sci-calculators/qalculate-gtk | |
parent | Correct Slots for gtk 3 introduction to tree (diff) | |
download | historical-4666e9115f6fb2a6a26fdb2c8486a47d213e42dc.tar.gz historical-4666e9115f6fb2a6a26fdb2c8486a47d213e42dc.tar.bz2 historical-4666e9115f6fb2a6a26fdb2c8486a47d213e42dc.zip |
Correct Slots for gtk 3 introduction to tree
Package-Manager: portage-2.2.0_alpha26/cvs/Linux x86_64
Diffstat (limited to 'sci-calculators/qalculate-gtk')
-rw-r--r-- | sci-calculators/qalculate-gtk/ChangeLog | 7 | ||||
-rw-r--r-- | sci-calculators/qalculate-gtk/qalculate-gtk-0.9.7.ebuild | 14 |
2 files changed, 13 insertions, 8 deletions
diff --git a/sci-calculators/qalculate-gtk/ChangeLog b/sci-calculators/qalculate-gtk/ChangeLog index 1b152e775f5b..8f4462902f77 100644 --- a/sci-calculators/qalculate-gtk/ChangeLog +++ b/sci-calculators/qalculate-gtk/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-calculators/qalculate-gtk -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-calculators/qalculate-gtk/ChangeLog,v 1.35 2010/04/18 14:15:37 nixnut Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-calculators/qalculate-gtk/ChangeLog,v 1.36 2011/03/02 21:25:34 jlec Exp $ + + 02 Mar 2011; Justin Lecher <jlec@gentoo.org> qalculate-gtk-0.9.7.ebuild: + Correct Slots for gtk 3 introduction to tree 18 Apr 2010; <nixnut@gentoo.org> qalculate-gtk-0.9.7.ebuild: ppc stable #302629 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 |