diff options
author | 2015-03-28 09:58:28 +0000 | |
---|---|---|
committer | 2015-03-28 09:58:28 +0000 | |
commit | eb92585d55ccf375f9fca65b50ed78389816740a (patch) | |
tree | 325a0caba3e57edf8051a3746b7452e83efca6e9 /gnome-base | |
parent | add opencl support (bug 544622), thanks Scott Alfter (diff) | |
download | gentoo-2-eb92585d55ccf375f9fca65b50ed78389816740a.tar.gz gentoo-2-eb92585d55ccf375f9fca65b50ed78389816740a.tar.bz2 gentoo-2-eb92585d55ccf375f9fca65b50ed78389816740a.zip |
Version bump, drop old
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'gnome-base')
-rw-r--r-- | gnome-base/librsvg/ChangeLog | 8 | ||||
-rw-r--r-- | gnome-base/librsvg/librsvg-2.40.9.ebuild (renamed from gnome-base/librsvg/librsvg-2.40.7.ebuild) | 5 |
2 files changed, 10 insertions, 3 deletions
diff --git a/gnome-base/librsvg/ChangeLog b/gnome-base/librsvg/ChangeLog index cd507c409e74..319625d04c83 100644 --- a/gnome-base/librsvg/ChangeLog +++ b/gnome-base/librsvg/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for gnome-base/librsvg # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/librsvg/ChangeLog,v 1.381 2015/03/15 13:23:41 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/librsvg/ChangeLog,v 1.382 2015/03/28 09:58:28 pacho Exp $ + +*librsvg-2.40.9 (28 Mar 2015) + + 28 Mar 2015; Pacho Ramos <pacho@gentoo.org> +librsvg-2.40.9.ebuild, + -librsvg-2.40.7.ebuild: + Version bump, drop old 15 Mar 2015; Pacho Ramos <pacho@gentoo.org> librsvg-2.40.8.ebuild: x86 stable, bug 534012 diff --git a/gnome-base/librsvg/librsvg-2.40.7.ebuild b/gnome-base/librsvg/librsvg-2.40.9.ebuild index e01191c6b388..2cc86aee6c21 100644 --- a/gnome-base/librsvg/librsvg-2.40.7.ebuild +++ b/gnome-base/librsvg/librsvg-2.40.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/librsvg/librsvg-2.40.7.ebuild,v 1.1 2015/02/18 11:27:27 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/librsvg/librsvg-2.40.9.ebuild,v 1.1 2015/03/28 09:58:28 pacho Exp $ EAPI="5" GCONF_DEBUG="no" @@ -16,6 +16,7 @@ HOMEPAGE="https://wiki.gnome.org/Projects/LibRsvg" LICENSE="LGPL-2" SLOT="2" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" + IUSE="+introspection vala tools" REQUIRED_USE=" vala? ( introspection ) @@ -28,7 +29,7 @@ RDEPEND=" >=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 ) + introspection? ( >=dev-libs/gobject-introspection-0.10.8:= ) tools? ( >=x11-libs/gtk+-3.2.0:3 ) " DEPEND="${RDEPEND} |