mgorny 14/06/18 08:05:25 Modified: librsvg-2.40.2-r1.ebuild ChangeLog Log: Fix vala sources out-of-source build, bug #513652. (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Revision Changes Path 1.2 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.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/librsvg/librsvg-2.40.2-r1.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/librsvg/librsvg-2.40.2-r1.ebuild?r1=1.1&r2=1.2 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.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- librsvg-2.40.2-r1.ebuild 17 Jun 2014 20:09:08 -0000 1.1 +++ librsvg-2.40.2-r1.ebuild 18 Jun 2014 08:05:25 -0000 1.2 @@ -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.1 2014/06/17 20:09:08 mgorny Exp $ +# $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 $ EAPI="5" GCONF_DEBUG="no" @@ -43,6 +43,8 @@ src_prepare() { # https://bugzilla.gnome.org/show_bug.cgi?id=712693 epatch "${FILESDIR}/${PN}-2.40.1-gtk-optional.patch" + # https://bugzilla.gnome.org/show_bug.cgi?id=731826 + epatch "${FILESDIR}/${P}-vala-out-of-source.patch" eautoreconf use vala && vala_src_prepare 1.349 gnome-base/librsvg/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/librsvg/ChangeLog?rev=1.349&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/librsvg/ChangeLog?rev=1.349&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-base/librsvg/ChangeLog?r1=1.348&r2=1.349 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/gnome-base/librsvg/ChangeLog,v retrieving revision 1.348 retrieving revision 1.349 diff -u -r1.348 -r1.349 --- ChangeLog 17 Jun 2014 20:09:08 -0000 1.348 +++ ChangeLog 18 Jun 2014 08:05:25 -0000 1.349 @@ -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.348 2014/06/17 20:09:08 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/librsvg/ChangeLog,v 1.349 2014/06/18 08:05:25 mgorny Exp $ + + 18 Jun 2014; Michał Górny <[email protected]> + +files/librsvg-2.40.2-vala-out-of-source.patch, librsvg-2.40.2-r1.ebuild: + Fix vala sources out-of-source build, bug #513652. *librsvg-2.40.2-r1 (17 Jun 2014)
