diff options
author | Nirbheek Chauhan <nirbheek@gentoo.org> | 2011-03-21 22:49:04 +0000 |
---|---|---|
committer | Nirbheek Chauhan <nirbheek@gentoo.org> | 2011-03-21 22:49:04 +0000 |
commit | 81d127bdb97e1a62ed0a0f5fd02d2ee6b8c94dfa (patch) | |
tree | 31045c2ff43064749b68b7faeb4a31dc181a3f72 /app-editors/mlview | |
parent | Fix slot-deps on gnome libs (diff) | |
download | gentoo-2-81d127bdb97e1a62ed0a0f5fd02d2ee6b8c94dfa.tar.gz gentoo-2-81d127bdb97e1a62ed0a0f5fd02d2ee6b8c94dfa.tar.bz2 gentoo-2-81d127bdb97e1a62ed0a0f5fd02d2ee6b8c94dfa.zip |
Fix slot-deps on gnome libs
(Portage version: 2.1.9.44/cvs/Linux x86_64)
Diffstat (limited to 'app-editors/mlview')
-rw-r--r-- | app-editors/mlview/ChangeLog | 7 | ||||
-rw-r--r-- | app-editors/mlview/mlview-0.9.0.ebuild | 20 |
2 files changed, 15 insertions, 12 deletions
diff --git a/app-editors/mlview/ChangeLog b/app-editors/mlview/ChangeLog index 56d93f8cfbd5..c3ebf3e0b519 100644 --- a/app-editors/mlview/ChangeLog +++ b/app-editors/mlview/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-editors/mlview -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/mlview/ChangeLog,v 1.30 2010/06/28 10:28:10 phajdan.jr Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-editors/mlview/ChangeLog,v 1.31 2011/03/21 22:49:04 nirbheek Exp $ + + 21 Mar 2011; Nirbheek Chauhan <nirbheek@gentoo.org> mlview-0.9.0.ebuild: + Fix slot-deps on gnome libs 28 Jun 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org> mlview-0.9.0.ebuild: x86 stable wrt bug #324081 diff --git a/app-editors/mlview/mlview-0.9.0.ebuild b/app-editors/mlview/mlview-0.9.0.ebuild index b6ce8f4efecd..bfe3b6c7a6d0 100644 --- a/app-editors/mlview/mlview-0.9.0.ebuild +++ b/app-editors/mlview/mlview-0.9.0.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/mlview/mlview-0.9.0.ebuild,v 1.5 2010/06/28 10:28:10 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/mlview/mlview-0.9.0.ebuild,v 1.6 2011/03/21 22:49:04 nirbheek Exp $ EAPI=2 inherit eutils gnome2 @@ -13,19 +13,19 @@ SLOT="0" KEYWORDS="amd64 ppc x86 ~x86-interix ~amd64-linux ~x86-linux" IUSE="debug" -RDEPEND=">=dev-libs/libxml2-2.6.11 +RDEPEND=">=dev-libs/libxml2-2.6.11:2 >=dev-libs/libxslt-1.1.8 >=dev-libs/glib-2.6:2 >=x11-libs/gtk+-2.6:2 - >=dev-cpp/gtkmm-2.4 - >=gnome-base/libglade-2.4 - >=dev-cpp/libglademm-2.6 + >=dev-cpp/gtkmm-2.4:2.4 + >=gnome-base/libglade-2.4:2.0 + >=dev-cpp/libglademm-2.6:2.4 >=gnome-base/libgnome-2.8.1 - >=gnome-base/gnome-vfs-2.6 + >=gnome-base/gnome-vfs-2.6:2 >=gnome-base/libgnomeui-2.2 - >=gnome-base/gconf-2.6.2 - =x11-libs/gtksourceview-1* - >=x11-libs/vte-0.11.12 + >=gnome-base/gconf-2.6.2:2 + x11-libs/gtksourceview:1.0 + >=x11-libs/vte-0.11.12:0 sys-libs/zlib" DEPEND="${RDEPEND} dev-util/pkgconfig |