pacho 15/02/25 17:10:41 Modified: gobject-introspection-1.42.0-r1.ebuild ChangeLog Log: Add missing quotes (#541268 by Hristo Venev) (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Revision Changes Path 1.2 dev-libs/gobject-introspection/gobject-introspection-1.42.0-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/gobject-introspection/gobject-introspection-1.42.0-r1.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/gobject-introspection/gobject-introspection-1.42.0-r1.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/gobject-introspection/gobject-introspection-1.42.0-r1.ebuild?r1=1.1&r2=1.2 Index: gobject-introspection-1.42.0-r1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-libs/gobject-introspection/gobject-introspection-1.42.0-r1.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- gobject-introspection-1.42.0-r1.ebuild 18 Feb 2015 12:24:41 -0000 1.1 +++ gobject-introspection-1.42.0-r1.ebuild 25 Feb 2015 17:10:40 -0000 1.2 @@ -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/dev-libs/gobject-introspection/gobject-introspection-1.42.0-r1.ebuild,v 1.1 2015/02/18 12:24:41 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/gobject-introspection/gobject-introspection-1.42.0-r1.ebuild,v 1.2 2015/02/25 17:10:40 pacho Exp $ EAPI="5" GCONF_DEBUG="no" @@ -62,8 +62,8 @@ # To prevent crosscompiling problems, bug #414105 gnome2_src_configure \ --disable-static \ - CC=$(tc-getCC) \ - YACC=$(type -p yacc) \ + CC="$(tc-getCC)" \ + YACC="$(type -p yacc)" \ $(use_with cairo) \ $(use_enable doctool) } 1.142 dev-libs/gobject-introspection/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/gobject-introspection/ChangeLog?rev=1.142&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/gobject-introspection/ChangeLog?rev=1.142&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/gobject-introspection/ChangeLog?r1=1.141&r2=1.142 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-libs/gobject-introspection/ChangeLog,v retrieving revision 1.141 retrieving revision 1.142 diff -u -r1.141 -r1.142 --- ChangeLog 18 Feb 2015 12:24:41 -0000 1.141 +++ ChangeLog 25 Feb 2015 17:10:40 -0000 1.142 @@ -1,6 +1,10 @@ # ChangeLog for dev-libs/gobject-introspection # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/gobject-introspection/ChangeLog,v 1.141 2015/02/18 12:24:41 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/gobject-introspection/ChangeLog,v 1.142 2015/02/25 17:10:40 pacho Exp $ + + 25 Feb 2015; Pacho Ramos <[email protected]> + gobject-introspection-1.42.0-r1.ebuild: + Add missing quotes (#541268 by Hristo Venev) *gobject-introspection-1.42.0-r1 (18 Feb 2015)
