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 | 32950ff7ee9b63ab27c1489baa2c63cdc7ece4fe (patch) | |
tree | b1a84f470cb53d728a4aeac7a7015ea18168e351 /x11-themes/gtk-engines-nodoka/gtk-engines-nodoka-0.7.5.ebuild | |
parent | Only pull in introspection.m4, not full gobject-introspection. (diff) | |
download | historical-32950ff7ee9b63ab27c1489baa2c63cdc7ece4fe.tar.gz historical-32950ff7ee9b63ab27c1489baa2c63cdc7ece4fe.tar.bz2 historical-32950ff7ee9b63ab27c1489baa2c63cdc7ece4fe.zip |
Fix minimum Gtk+ 2 version.
Package-Manager: portage-2.2.0_alpha76/cvs/Linux x86_64
Diffstat (limited to 'x11-themes/gtk-engines-nodoka/gtk-engines-nodoka-0.7.5.ebuild')
-rw-r--r-- | x11-themes/gtk-engines-nodoka/gtk-engines-nodoka-0.7.5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
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" |