diff options
author | Justin Lecher <jlec@gentoo.org> | 2011-03-02 21:23:47 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2011-03-02 21:23:47 +0000 |
commit | a9bc9b21b7f837fff3b66148cd1ba6e72e454de3 (patch) | |
tree | 2c95768928fcdcdba1cf3c17defcfb1a9bc79615 /sci-calculators/galculator | |
parent | Correct Slots for gtk 3 introduction to tree (diff) | |
download | gentoo-2-a9bc9b21b7f837fff3b66148cd1ba6e72e454de3.tar.gz gentoo-2-a9bc9b21b7f837fff3b66148cd1ba6e72e454de3.tar.bz2 gentoo-2-a9bc9b21b7f837fff3b66148cd1ba6e72e454de3.zip |
Correct Slots for gtk 3 introduction to tree
(Portage version: 2.2.0_alpha26/cvs/Linux x86_64)
Diffstat (limited to 'sci-calculators/galculator')
-rw-r--r-- | sci-calculators/galculator/ChangeLog | 7 | ||||
-rw-r--r-- | sci-calculators/galculator/galculator-1.3.4.ebuild | 8 |
2 files changed, 9 insertions, 6 deletions
diff --git a/sci-calculators/galculator/ChangeLog b/sci-calculators/galculator/ChangeLog index fb94197de6f2..d1bb9079c1b0 100644 --- a/sci-calculators/galculator/ChangeLog +++ b/sci-calculators/galculator/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-calculators/galculator -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-calculators/galculator/ChangeLog,v 1.29 2010/06/22 12:56:56 ssuominen Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-calculators/galculator/ChangeLog,v 1.30 2011/03/02 21:23:47 jlec Exp $ + + 02 Mar 2011; Justin Lecher <jlec@gentoo.org> galculator-1.3.4.ebuild: + Correct Slots for gtk 3 introduction to tree 22 Jun 2010; Samuli Suominen <ssuominen@gentoo.org> galculator-1.3.4.ebuild: diff --git a/sci-calculators/galculator/galculator-1.3.4.ebuild b/sci-calculators/galculator/galculator-1.3.4.ebuild index 68911168b941..58dee6ca17e2 100644 --- a/sci-calculators/galculator/galculator-1.3.4.ebuild +++ b/sci-calculators/galculator/galculator-1.3.4.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/galculator/galculator-1.3.4.ebuild,v 1.7 2010/06/22 12:56:56 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-calculators/galculator/galculator-1.3.4.ebuild,v 1.8 2011/03/02 21:23:47 jlec Exp $ EAPI=2 @@ -13,8 +13,8 @@ SLOT="0" KEYWORDS="alpha amd64 ppc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos" IUSE="" -RDEPEND=">=x11-libs/gtk+-2.6 - >=gnome-base/libglade-2" +RDEPEND="x11-libs/gtk+:2 + gnome-base/libglade:2.0" DEPEND="${RDEPEND} dev-util/pkgconfig" |