dilfridge 15/05/23 20:41:39 Modified: liblangtag-0.5.6.ebuild ChangeLog Log: Add build fix for musl, bug 547368 (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0B08240A96F66571)
Revision Changes Path 1.2 app-text/liblangtag/liblangtag-0.5.6.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/liblangtag/liblangtag-0.5.6.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/liblangtag/liblangtag-0.5.6.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/liblangtag/liblangtag-0.5.6.ebuild?r1=1.1&r2=1.2 Index: liblangtag-0.5.6.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-text/liblangtag/liblangtag-0.5.6.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- liblangtag-0.5.6.ebuild 4 Apr 2015 23:49:28 -0000 1.1 +++ liblangtag-0.5.6.ebuild 23 May 2015 20:41:39 -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/app-text/liblangtag/liblangtag-0.5.6.ebuild,v 1.1 2015/04/04 23:49:28 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/liblangtag/liblangtag-0.5.6.ebuild,v 1.2 2015/05/23 20:41:39 dilfridge Exp $ EAPI=5 @@ -27,6 +27,8 @@ # Upstream expect liblangtag to be installed when one runs tests... RESTRICT="test" +PATCHES=( "${FILESDIR}/${PN}-0.5.6-musl.patch" ) + src_configure() { local myeconfargs=( $(use_enable introspection) 1.23 app-text/liblangtag/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/liblangtag/ChangeLog?rev=1.23&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/liblangtag/ChangeLog?rev=1.23&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/liblangtag/ChangeLog?r1=1.22&r2=1.23 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-text/liblangtag/ChangeLog,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- ChangeLog 4 Apr 2015 23:49:28 -0000 1.22 +++ ChangeLog 23 May 2015 20:41:39 -0000 1.23 @@ -1,6 +1,10 @@ # ChangeLog for app-text/liblangtag # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/liblangtag/ChangeLog,v 1.22 2015/04/04 23:49:28 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/liblangtag/ChangeLog,v 1.23 2015/05/23 20:41:39 dilfridge Exp $ + + 23 May 2015; Andreas K. Huettel <[email protected]> + liblangtag-0.5.6.ebuild, +files/liblangtag-0.5.6-musl.patch: + Add build fix for musl, bug 547368 *liblangtag-0.5.6 (04 Apr 2015)
