diff options
author | Michał Górny <mgorny@gentoo.org> | 2014-06-18 19:24:10 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2014-06-18 19:24:10 +0000 |
commit | 3b124470703e906c1111d6a8866c07dd6cd64fff (patch) | |
tree | 4f5089b6910ff191bd5fe011b0381ccb712003df /gnome-base | |
parent | Update dependencies to require guaranteed EAPI=5 or multilib ebuilds, bug #51... (diff) | |
download | gentoo-2-3b124470703e906c1111d6a8866c07dd6cd64fff.tar.gz gentoo-2-3b124470703e906c1111d6a8866c07dd6cd64fff.tar.bz2 gentoo-2-3b124470703e906c1111d6a8866c07dd6cd64fff.zip |
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!)
Diffstat (limited to 'gnome-base')
-rw-r--r-- | gnome-base/librsvg/ChangeLog | 6 | ||||
-rw-r--r-- | gnome-base/librsvg/librsvg-2.40.2-r1.ebuild | 16 |
2 files changed, 13 insertions, 9 deletions
diff --git a/gnome-base/librsvg/ChangeLog b/gnome-base/librsvg/ChangeLog index 62ef9b879a10..7ec3529f7d9d 100644 --- a/gnome-base/librsvg/ChangeLog +++ b/gnome-base/librsvg/ChangeLog @@ -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 <mgorny@gentoo.org> librsvg-2.40.2-r1.ebuild: + Update dependencies to require guaranteed EAPI=5 or multilib ebuilds, bug + #513718. 18 Jun 2014; Michał Górny <mgorny@gentoo.org> +files/librsvg-2.40.2-vala-out-of-source.patch, librsvg-2.40.2-r1.ebuild: diff --git a/gnome-base/librsvg/librsvg-2.40.2-r1.ebuild b/gnome-base/librsvg/librsvg-2.40.2-r1.ebuild index 68354d043ee6..a6cf800627e7 100644 --- a/gnome-base/librsvg/librsvg-2.40.2-r1.ebuild +++ b/gnome-base/librsvg/librsvg-2.40.2-r1.ebuild @@ -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 @@ REQUIRED_USE=" " 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 @@ DEPEND="${RDEPEND} 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 |