diff options
author | Christoph Mende <angelos@gentoo.org> | 2011-03-29 12:59:21 +0000 |
---|---|---|
committer | Christoph Mende <angelos@gentoo.org> | 2011-03-29 12:59:21 +0000 |
commit | 490d4ada25afaa7541ddf2e0a342ab94c1e9bb13 (patch) | |
tree | 3a3332e8fbec1c0d2e62662f1643c941f919a032 /x11-libs | |
parent | Fix gtk+ slot deps (diff) | |
download | gentoo-2-490d4ada25afaa7541ddf2e0a342ab94c1e9bb13.tar.gz gentoo-2-490d4ada25afaa7541ddf2e0a342ab94c1e9bb13.tar.bz2 gentoo-2-490d4ada25afaa7541ddf2e0a342ab94c1e9bb13.zip |
Fix gtk+ slot deps
(Portage version: 2.2.0_alpha29/cvs/Linux x86_64)
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/gtksourceview/ChangeLog | 6 | ||||
-rw-r--r-- | x11-libs/gtksourceview/gtksourceview-1.8.5-r1.ebuild | 9 |
2 files changed, 10 insertions, 5 deletions
diff --git a/x11-libs/gtksourceview/ChangeLog b/x11-libs/gtksourceview/ChangeLog index 08725615860f..21f7d8c45b1f 100644 --- a/x11-libs/gtksourceview/ChangeLog +++ b/x11-libs/gtksourceview/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-libs/gtksourceview # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/ChangeLog,v 1.198 2011/03/27 12:57:48 nirbheek Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/ChangeLog,v 1.199 2011/03/29 12:59:21 angelos Exp $ + + 29 Mar 2011; Christoph Mende <angelos@gentoo.org> + gtksourceview-1.8.5-r1.ebuild: + Fix gtk+ slot deps 27 Mar 2011; Nirbheek Chauhan <nirbheek@gentoo.org> -gtksourceview-2.10.4.ebuild, gtksourceview-2.10.5-r1.ebuild: diff --git a/x11-libs/gtksourceview/gtksourceview-1.8.5-r1.ebuild b/x11-libs/gtksourceview/gtksourceview-1.8.5-r1.ebuild index 7e3a4270f0a1..fd84981dcae2 100644 --- a/x11-libs/gtksourceview/gtksourceview-1.8.5-r1.ebuild +++ b/x11-libs/gtksourceview/gtksourceview-1.8.5-r1.ebuild @@ -1,7 +1,8 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/gtksourceview-1.8.5-r1.ebuild,v 1.13 2011/02/06 01:45:10 abcd Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/gtksourceview-1.8.5-r1.ebuild,v 1.14 2011/03/29 12:59:21 angelos Exp $ +EAPI=1 inherit gnome2 flag-o-matic autotools DESCRIPTION="A text widget implementing syntax highlighting and other features" @@ -12,10 +13,10 @@ SLOT="1.0" KEYWORDS="alpha amd64 arm ia64 ppc ppc64 sh sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux" IUSE="doc" -RDEPEND=">=x11-libs/gtk+-2.8 - >=dev-libs/libxml2-2.5 +RDEPEND=">=x11-libs/gtk+-2.8:2 + >=dev-libs/libxml2-2.5:2 >=gnome-base/libgnomeprint-2.8 - >=dev-libs/glib-2 + dev-libs/glib:2 !<dev-util/portatosourceview-2.16.1-r1" DEPEND="${RDEPEND} |