diff options
author | Alexandre Rostovtsev <tetromino@gentoo.org> | 2011-11-28 08:07:51 +0000 |
---|---|---|
committer | Alexandre Rostovtsev <tetromino@gentoo.org> | 2011-11-28 08:07:51 +0000 |
commit | c26dfb25420f6d61ffc09f92765aeaa0b7996200 (patch) | |
tree | 34530ebce33fe2f7126735f465cf050dd6b8b77f /gnome-base | |
parent | Add explicit RDEPEND. (diff) | |
download | gentoo-2-c26dfb25420f6d61ffc09f92765aeaa0b7996200.tar.gz gentoo-2-c26dfb25420f6d61ffc09f92765aeaa0b7996200.tar.bz2 gentoo-2-c26dfb25420f6d61ffc09f92765aeaa0b7996200.zip |
Depend on gdk-pixbuf[introspection?] (bug #392233, thanks to krassboter@googlemail.com for reporting). Remove obsolete ||-dependency (gtk+-2.20 is long gone from portage).
(Portage version: 2.2.0_alpha79/cvs/Linux x86_64)
Diffstat (limited to 'gnome-base')
-rw-r--r-- | gnome-base/librsvg/ChangeLog | 8 | ||||
-rw-r--r-- | gnome-base/librsvg/librsvg-2.34.2.ebuild | 5 |
2 files changed, 9 insertions, 4 deletions
diff --git a/gnome-base/librsvg/ChangeLog b/gnome-base/librsvg/ChangeLog index dac1d9883859..6de5b4c339af 100644 --- a/gnome-base/librsvg/ChangeLog +++ b/gnome-base/librsvg/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for gnome-base/librsvg # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/librsvg/ChangeLog,v 1.261 2011/11/23 23:06:13 tetromino Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/librsvg/ChangeLog,v 1.262 2011/11/28 08:07:51 tetromino Exp $ + + 28 Nov 2011; Alexandre Rostovtsev <tetromino@gentoo.org> + librsvg-2.34.2.ebuild: + Depend on gdk-pixbuf[introspection?] (bug #392233, thanks to + krassboter@googlemail.com for reporting). Remove obsolete ||-dependency + (gtk+-2.20 is long gone from portage). 23 Nov 2011; Alexandre Rostovtsev <tetromino@gentoo.org> librsvg-2.34.2.ebuild, +files/librsvg-2.34.2-gir-filename.patch: diff --git a/gnome-base/librsvg/librsvg-2.34.2.ebuild b/gnome-base/librsvg/librsvg-2.34.2.ebuild index 512724cc6c5b..fd045cc19d6f 100644 --- a/gnome-base/librsvg/librsvg-2.34.2.ebuild +++ b/gnome-base/librsvg/librsvg-2.34.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/librsvg/librsvg-2.34.2.ebuild,v 1.4 2011/11/23 23:06:13 tetromino Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/librsvg/librsvg-2.34.2.ebuild,v 1.5 2011/11/28 08:07:51 tetromino Exp $ EAPI="4" GNOME2_LA_PUNT="yes" @@ -24,8 +24,7 @@ RDEPEND=">=media-libs/fontconfig-1.0.1 >=x11-libs/pango-1.10 >=dev-libs/libxml2-2.4.7:2 >=dev-libs/libcroco-0.6.1 - || ( x11-libs/gdk-pixbuf:2 - x11-libs/gtk+:2 ) + x11-libs/gdk-pixbuf:2[introspection?] gtk? ( >=x11-libs/gtk+-2.16:2 ) gtk3? ( >=x11-libs/gtk+-2.90.0:3 ) introspection? ( >=dev-libs/gobject-introspection-0.10.8 )" |