diff options
author | Alexandre Rostovtsev <tetromino@gentoo.org> | 2011-11-21 01:12:36 +0000 |
---|---|---|
committer | Alexandre Rostovtsev <tetromino@gentoo.org> | 2011-11-21 01:12:36 +0000 |
commit | 47dced8224b31d2753842e454528a8398f39eb5c (patch) | |
tree | 10330325812b34281213a916c4cc6f04b47bcbaf /gnome-base | |
parent | Add upstream patch to unbreak shift-backspace, bug #391061 by tetromino. (diff) | |
download | gentoo-2-47dced8224b31d2753842e454528a8398f39eb5c.tar.gz gentoo-2-47dced8224b31d2753842e454528a8398f39eb5c.tar.bz2 gentoo-2-47dced8224b31d2753842e454528a8398f39eb5c.zip |
Add gobject-introspection to build-time dependenciess, needed for eatoreconf (bug #391173, thanks to Duncan <1i5t5.duncan@cox.net> for reporting).
(Portage version: 2.2.0_alpha76/cvs/Linux x86_64)
Diffstat (limited to 'gnome-base')
-rw-r--r-- | gnome-base/librsvg/ChangeLog | 7 | ||||
-rw-r--r-- | gnome-base/librsvg/librsvg-2.34.2.ebuild | 6 |
2 files changed, 10 insertions, 3 deletions
diff --git a/gnome-base/librsvg/ChangeLog b/gnome-base/librsvg/ChangeLog index 475f5e78a1c8..109d2b11bcac 100644 --- a/gnome-base/librsvg/ChangeLog +++ b/gnome-base/librsvg/ChangeLog @@ -1,6 +1,11 @@ # 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.257 2011/11/20 16:06:18 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/librsvg/ChangeLog,v 1.258 2011/11/21 01:12:36 tetromino Exp $ + + 21 Nov 2011; Alexandre Rostovtsev <tetromino@gentoo.org> + librsvg-2.34.2.ebuild: + Add gobject-introspection to build-time dependenciess, needed for eatoreconf + (bug #391173, thanks to Duncan <1i5t5.duncan@cox.net> for reporting). *librsvg-2.34.2 (20 Nov 2011) diff --git a/gnome-base/librsvg/librsvg-2.34.2.ebuild b/gnome-base/librsvg/librsvg-2.34.2.ebuild index d7c844e0c61f..7454ce4e58f7 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.1 2011/11/20 16:06:18 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/librsvg/librsvg-2.34.2.ebuild,v 1.2 2011/11/21 01:12:36 tetromino Exp $ EAPI="4" GNOME2_LA_PUNT="yes" @@ -31,8 +31,10 @@ RDEPEND=">=media-libs/fontconfig-1.0.1 DEPEND="${RDEPEND} >=dev-util/pkgconfig-0.12 doc? ( >=dev-util/gtk-doc-1.13 ) + + >=dev-libs/gobject-introspection-0.6.7 >=dev-util/gtk-doc-am-1.13" -# >=dev-util/gtk-doc-am-1.13 needed by eautoreconf +# >=dev-util/gtk-doc-am-1.13 and gobject-introspection needed by eautoreconf pkg_setup() { # croco is forced on to respect SVG specification |