diff options
author | Tim Harder <radhermit@gentoo.org> | 2011-03-06 10:19:22 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2011-03-06 10:19:22 +0000 |
commit | a31c4637e6473b0fdb3d355a54039db90f42ebf7 (patch) | |
tree | d56c825414fa033c684853a89b4c5ae4f07fdfca /eclass/vim.eclass | |
parent | added ~arm keyword (bug 355373) (diff) | |
download | gentoo-2-a31c4637e6473b0fdb3d355a54039db90f42ebf7.tar.gz gentoo-2-a31c4637e6473b0fdb3d355a54039db90f42ebf7.tar.bz2 gentoo-2-a31c4637e6473b0fdb3d355a54039db90f42ebf7.zip |
Use slot dependencies for gtk+.
Diffstat (limited to 'eclass/vim.eclass')
-rw-r--r-- | eclass/vim.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/vim.eclass b/eclass/vim.eclass index 80e8d6c614a9..6a00f1d03f74 100644 --- a/eclass/vim.eclass +++ b/eclass/vim.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/vim.eclass,v 1.192 2011/01/04 13:55:57 lack Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/vim.eclass,v 1.193 2011/03/06 10:19:22 radhermit Exp $ # Authors: # Jim Ramsay <i.am@gentoo.org> @@ -133,7 +133,7 @@ else x11-libs/libXext !aqua? ( gtk? ( - >=x11-libs/gtk+-2.6 + >=x11-libs/gtk+-2.6:2 x11-libs/libXft gnome? ( >=gnome-base/libgnomeui-2.6 ) ) |