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 | 398a225a0315da83ee69fb8ba82268503b696ee3 (patch) | |
tree | f51404880d63277bb689659e615fb2845731502f /eclass/vim.eclass | |
parent | added ~arm keyword (bug 355373) (diff) | |
download | historical-398a225a0315da83ee69fb8ba82268503b696ee3.tar.gz historical-398a225a0315da83ee69fb8ba82268503b696ee3.tar.bz2 historical-398a225a0315da83ee69fb8ba82268503b696ee3.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 ) ) |