diff options
author | Nirbheek Chauhan <nirbheek@gentoo.org> | 2011-03-27 10:21:33 +0000 |
---|---|---|
committer | Nirbheek Chauhan <nirbheek@gentoo.org> | 2011-03-27 10:21:33 +0000 |
commit | 87025f4fa288994a095d42fe4b69a72b34f3fd52 (patch) | |
tree | d1a307594a9e38f32aff61c3061d60495c28b011 /app-editors/mp/mp-5.1.1.ebuild | |
parent | Pin dependencies to proper slots. (diff) | |
download | historical-87025f4fa288994a095d42fe4b69a72b34f3fd52.tar.gz historical-87025f4fa288994a095d42fe4b69a72b34f3fd52.tar.bz2 historical-87025f4fa288994a095d42fe4b69a72b34f3fd52.zip |
Fix slot-dep on gtk+
Package-Manager: portage-2.1.9.44/cvs/Linux x86_64
Diffstat (limited to 'app-editors/mp/mp-5.1.1.ebuild')
-rw-r--r-- | app-editors/mp/mp-5.1.1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-editors/mp/mp-5.1.1.ebuild b/app-editors/mp/mp-5.1.1.ebuild index 3e47b19df5df..2b79d0339716 100644 --- a/app-editors/mp/mp-5.1.1.ebuild +++ b/app-editors/mp/mp-5.1.1.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/app-editors/mp/mp-5.1.1.ebuild,v 1.8 2010/07/30 09:12:32 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/mp/mp-5.1.1.ebuild,v 1.9 2011/03/27 10:20:03 nirbheek Exp $ EAPI="3" @@ -17,7 +17,7 @@ IUSE="gtk ncurses nls pcre iconv" RDEPEND=" ncurses? ( sys-libs/ncurses ) - gtk? ( >=x11-libs/gtk+-2 >=x11-libs/pango-1.8.0 ) + gtk? ( x11-libs/gtk+:2 >=x11-libs/pango-1.8.0 ) !gtk? ( sys-libs/ncurses ) nls? ( sys-devel/gettext ) pcre? ( dev-libs/libpcre ) |