tetromino 14/06/03 02:50:58 Modified: ChangeLog glade-3.18.3.ebuild Log: Really fix linking failure with ld.gold (bug #512068, thanks to Mark R. Pariente for reporting). (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key CF0ADD61)
Revision Changes Path 1.216 dev-util/glade/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/glade/ChangeLog?rev=1.216&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/glade/ChangeLog?rev=1.216&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/glade/ChangeLog?r1=1.215&r2=1.216 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-util/glade/ChangeLog,v retrieving revision 1.215 retrieving revision 1.216 diff -u -r1.215 -r1.216 --- ChangeLog 31 May 2014 06:04:50 -0000 1.215 +++ ChangeLog 3 Jun 2014 02:50:57 -0000 1.216 @@ -1,6 +1,12 @@ # ChangeLog for dev-util/glade # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/glade/ChangeLog,v 1.215 2014/05/31 06:04:50 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/glade/ChangeLog,v 1.216 2014/06/03 02:50:57 tetromino Exp $ + + 03 Jun 2014; Alexandre Rostovtsev <[email protected]> glade-3.18.3.ebuild, + files/glade-3.16.1-underlinking.patch, + +files/glade-3.18.1-underlinking.patch: + Really fix linking failure with ld.gold (bug #512068, thanks to Mark R. + Pariente for reporting). *glade-3.8.5 (31 May 2014) *glade-3.18.3 (31 May 2014) 1.2 dev-util/glade/glade-3.18.3.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/glade/glade-3.18.3.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/glade/glade-3.18.3.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/glade/glade-3.18.3.ebuild?r1=1.1&r2=1.2 Index: glade-3.18.3.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-util/glade/glade-3.18.3.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- glade-3.18.3.ebuild 31 May 2014 06:04:50 -0000 1.1 +++ glade-3.18.3.ebuild 3 Jun 2014 02:50:57 -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/dev-util/glade/glade-3.18.3.ebuild,v 1.1 2014/05/31 06:04:50 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/glade/glade-3.18.3.ebuild,v 1.2 2014/06/03 02:50:57 tetromino Exp $ EAPI="5" GCONF_DEBUG="yes" @@ -56,7 +56,7 @@ epatch "${FILESDIR}"/${PN}-3.14.1-doc-version.patch # https://bugzilla.gnome.org/show_bug.cgi?id=724104 - epatch"${FILESDIR}"/${PN}-3.16.1-underlinking.patch + epatch "${FILESDIR}"/${PN}-3.18.1-underlinking.patch eautoreconf
