mgorny 14/06/18 19:24:10 Modified: librsvg-2.40.2-r1.ebuild ChangeLog Log: Update dependencies to require guaranteed EAPI=5 or multilib ebuilds, bug #513718. (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Revision Changes Path 1.3 gnome-base/librsvg/librsvg-2.40.2-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/librsvg/librsvg-2.40.2-r1.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/librsvg/librsvg-2.40.2-r1.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/librsvg/librsvg-2.40.2-r1.ebuild?r1=1.2&r2=1.3 Index: librsvg-2.40.2-r1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/gnome-base/librsvg/librsvg-2.40.2-r1.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- librsvg-2.40.2-r1.ebuild 18 Jun 2014 08:05:25 -0000 1.2 +++ librsvg-2.40.2-r1.ebuild 18 Jun 2014 19:24:10 -0000 1.3 @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/librsvg/librsvg-2.40.2-r1.ebuild,v 1.2 2014/06/18 08:05:25 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/librsvg/librsvg-2.40.2-r1.ebuild,v 1.3 2014/06/18 19:24:10 mgorny Exp $ EAPI="5" GCONF_DEBUG="no" @@ -22,12 +22,12 @@ " RDEPEND=" - >=dev-libs/glib-2.24:2[${MULTILIB_USEDEP}] - >=x11-libs/cairo-1.2[${MULTILIB_USEDEP}] - >=x11-libs/pango-1.32.6[${MULTILIB_USEDEP}] - >=dev-libs/libxml2-2.7:2[${MULTILIB_USEDEP}] - >=dev-libs/libcroco-0.6.1[${MULTILIB_USEDEP}] - >=x11-libs/gdk-pixbuf-2.20:2[introspection?,${MULTILIB_USEDEP}] + >=dev-libs/glib-2.38.2-r1:2[${MULTILIB_USEDEP}] + >=x11-libs/cairo-1.12.14-r4[${MULTILIB_USEDEP}] + >=x11-libs/pango-1.36.3[${MULTILIB_USEDEP}] + >=dev-libs/libxml2-2.9.1-r4:2[${MULTILIB_USEDEP}] + >=dev-libs/libcroco-0.6.8-r1[${MULTILIB_USEDEP}] + >=x11-libs/gdk-pixbuf-2.30.7:2[introspection?,${MULTILIB_USEDEP}] introspection? ( >=dev-libs/gobject-introspection-0.10.8 ) tools? ( >=x11-libs/gtk+-3.2.0:3 ) " @@ -35,7 +35,7 @@ dev-libs/gobject-introspection-common dev-libs/vala-common >=dev-util/gtk-doc-am-1.13 - virtual/pkgconfig[${MULTILIB_USEDEP}] + >=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}] vala? ( $(vala_depend) ) " # >=gtk-doc-am-1.13, gobject-introspection-common, vala-common needed by eautoreconf 1.350 gnome-base/librsvg/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/librsvg/ChangeLog?rev=1.350&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/librsvg/ChangeLog?rev=1.350&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/librsvg/ChangeLog?r1=1.349&r2=1.350 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/gnome-base/librsvg/ChangeLog,v retrieving revision 1.349 retrieving revision 1.350 diff -u -r1.349 -r1.350 --- ChangeLog 18 Jun 2014 08:05:25 -0000 1.349 +++ ChangeLog 18 Jun 2014 19:24:10 -0000 1.350 @@ -1,6 +1,10 @@ # ChangeLog for gnome-base/librsvg # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/librsvg/ChangeLog,v 1.349 2014/06/18 08:05:25 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/librsvg/ChangeLog,v 1.350 2014/06/18 19:24:10 mgorny Exp $ + + 18 Jun 2014; Michał Górny <[email protected]> librsvg-2.40.2-r1.ebuild: + Update dependencies to require guaranteed EAPI=5 or multilib ebuilds, bug + #513718. 18 Jun 2014; Michał Górny <[email protected]> +files/librsvg-2.40.2-vala-out-of-source.patch, librsvg-2.40.2-r1.ebuild:
