summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNirbheek Chauhan <nirbheek@gentoo.org>2011-03-27 10:20:03 +0000
committerNirbheek Chauhan <nirbheek@gentoo.org>2011-03-27 10:20:03 +0000
commitad79469b1f31b8993d7e3d721d4c869c16a0eada (patch)
tree67d5840726708b7367853ef8e8044c853cd460b7 /app-editors/mp
parentPin dependencies to proper slots. (diff)
downloadgentoo-2-ad79469b1f31b8993d7e3d721d4c869c16a0eada.tar.gz
gentoo-2-ad79469b1f31b8993d7e3d721d4c869c16a0eada.tar.bz2
gentoo-2-ad79469b1f31b8993d7e3d721d4c869c16a0eada.zip
Fix slot-dep on gtk+
(Portage version: 2.1.9.44/cvs/Linux x86_64)
Diffstat (limited to 'app-editors/mp')
-rw-r--r--app-editors/mp/ChangeLog8
-rw-r--r--app-editors/mp/mp-3.3.18b.ebuild6
-rw-r--r--app-editors/mp/mp-5.1.1.ebuild6
-rw-r--r--app-editors/mp/mp-5.1.3.ebuild6
4 files changed, 15 insertions, 11 deletions
diff --git a/app-editors/mp/ChangeLog b/app-editors/mp/ChangeLog
index 7d7700f6ce57..2533975485ec 100644
--- a/app-editors/mp/ChangeLog
+++ b/app-editors/mp/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-editors/mp
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/mp/ChangeLog,v 1.77 2010/08/10 10:17:18 flameeyes Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-editors/mp/ChangeLog,v 1.78 2011/03/27 10:20:03 nirbheek Exp $
+
+ 27 Mar 2011; Nirbheek Chauhan <nirbheek@gentoo.org> mp-3.3.18b.ebuild,
+ mp-5.1.1.ebuild, mp-5.1.3.ebuild:
+ Fix slot-dep on gtk+
10 Aug 2010; Diego E. Pettenò <flameeyes@gentoo.org> mp-5.1.3.ebuild:
Re-introduce -j1 for build/install. Still bug #326987.
diff --git a/app-editors/mp/mp-3.3.18b.ebuild b/app-editors/mp/mp-3.3.18b.ebuild
index a1fc18cb690b..2eb6c92d1a93 100644
--- a/app-editors/mp/mp-3.3.18b.ebuild
+++ b/app-editors/mp/mp-3.3.18b.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-3.3.18b.ebuild,v 1.10 2010/05/22 09:02:58 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/mp/mp-3.3.18b.ebuild,v 1.11 2011/03/27 10:20:03 nirbheek Exp $
EAPI="3"
@@ -17,7 +17,7 @@ IUSE="gtk ncurses nls pcre"
RDEPEND="!dev-util/rej
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 )
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 )
diff --git a/app-editors/mp/mp-5.1.3.ebuild b/app-editors/mp/mp-5.1.3.ebuild
index ea96d490ee7b..bc6fc4aa58ac 100644
--- a/app-editors/mp/mp-5.1.3.ebuild
+++ b/app-editors/mp/mp-5.1.3.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.3.ebuild,v 1.4 2010/08/10 10:17:18 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/mp/mp-5.1.3.ebuild,v 1.5 2011/03/27 10:20:03 nirbheek Exp $
EAPI="3"
@@ -17,7 +17,7 @@ IUSE="gtk iconv kde ncurses nls pcre qt4"
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 )