diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2011-11-21 22:35:46 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2011-11-21 22:35:46 +0000 |
commit | 2e893f62c005f107380b0efc318d155317a6199f (patch) | |
tree | 666361a5df12978973adadbbf48a6d181930f141 /x11-themes | |
parent | Only pull in introspection.m4, not full gobject-introspection. (diff) | |
download | gentoo-2-2e893f62c005f107380b0efc318d155317a6199f.tar.gz gentoo-2-2e893f62c005f107380b0efc318d155317a6199f.tar.bz2 gentoo-2-2e893f62c005f107380b0efc318d155317a6199f.zip |
Fix minimum Gtk+ 2 version.
(Portage version: 2.2.0_alpha76/cvs/Linux x86_64)
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/gtk-engines-nodoka/ChangeLog | 6 | ||||
-rw-r--r-- | x11-themes/gtk-engines-nodoka/gtk-engines-nodoka-0.7.5.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/x11-themes/gtk-engines-nodoka/ChangeLog b/x11-themes/gtk-engines-nodoka/ChangeLog index 1806c499a130..8885b03a8abb 100644 --- a/x11-themes/gtk-engines-nodoka/ChangeLog +++ b/x11-themes/gtk-engines-nodoka/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-themes/gtk-engines-nodoka # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-nodoka/ChangeLog,v 1.3 2011/07/15 17:39:59 a3li Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-nodoka/ChangeLog,v 1.4 2011/11/21 22:35:46 flameeyes Exp $ + + 21 Nov 2011; Diego E. Pettenò <flameeyes@gentoo.org> + gtk-engines-nodoka-0.7.5.ebuild: + Fix minimum Gtk+ 2 version. *gtk-engines-nodoka-0.7.5 (15 Jul 2011) diff --git a/x11-themes/gtk-engines-nodoka/gtk-engines-nodoka-0.7.5.ebuild b/x11-themes/gtk-engines-nodoka/gtk-engines-nodoka-0.7.5.ebuild index 2145a3541f18..b838e504d31d 100644 --- a/x11-themes/gtk-engines-nodoka/gtk-engines-nodoka-0.7.5.ebuild +++ b/x11-themes/gtk-engines-nodoka/gtk-engines-nodoka-0.7.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-nodoka/gtk-engines-nodoka-0.7.5.ebuild,v 1.1 2011/07/15 17:39:59 a3li Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-nodoka/gtk-engines-nodoka-0.7.5.ebuild,v 1.2 2011/11/21 22:35:46 flameeyes Exp $ EAPI=1 MY_P="gtk-nodoka-engine-${PV}" @@ -14,7 +14,7 @@ SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" IUSE="animation-rtl" -RDEPEND=">=x11-libs/gtk+-2.8.0:2" +RDEPEND=">=x11-libs/gtk+-2.18.0:2" DEPEND="${RDEPEND} dev-util/pkgconfig" |