polynomial-c 15/08/08 09:18:14 Modified: tdb-1.3.7.ebuild ChangeLog Log: Fixed compilation with abi_x86_32 (bug #556920) (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 981CA6FC)
Revision Changes Path 1.2 sys-libs/tdb/tdb-1.3.7.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/tdb/tdb-1.3.7.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/tdb/tdb-1.3.7.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/tdb/tdb-1.3.7.ebuild?r1=1.1&r2=1.2 Index: tdb-1.3.7.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-libs/tdb/tdb-1.3.7.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- tdb-1.3.7.ebuild 7 Aug 2015 07:39:36 -0000 1.1 +++ tdb-1.3.7.ebuild 8 Aug 2015 09:18:14 -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/sys-libs/tdb/tdb-1.3.7.ebuild,v 1.1 2015/08/07 07:39:36 polynomial-c Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/tdb/tdb-1.3.7.ebuild,v 1.2 2015/08/08 09:18:14 polynomial-c Exp $ EAPI=5 @@ -29,6 +29,7 @@ WAF_BINARY="${S}/buildtools/bin/waf" src_prepare() { + epatch "${FILESDIR}"/${PN}-1.3.7-fix.patch python_fix_shebang . multilib_copy_sources } 1.86 sys-libs/tdb/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/tdb/ChangeLog?rev=1.86&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/tdb/ChangeLog?rev=1.86&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/tdb/ChangeLog?r1=1.85&r2=1.86 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-libs/tdb/ChangeLog,v retrieving revision 1.85 retrieving revision 1.86 diff -u -r1.85 -r1.86 --- ChangeLog 7 Aug 2015 07:39:36 -0000 1.85 +++ ChangeLog 8 Aug 2015 09:18:14 -0000 1.86 @@ -1,6 +1,10 @@ # ChangeLog for sys-libs/tdb # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/tdb/ChangeLog,v 1.85 2015/08/07 07:39:36 polynomial-c Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/tdb/ChangeLog,v 1.86 2015/08/08 09:18:14 polynomial-c Exp $ + + 08 Aug 2015; Lars Wendler <[email protected]> tdb-1.3.7.ebuild, + +files/tdb-1.3.7-fix.patch: + Fixed compilation with abi_x86_32 (bug #556920). *tdb-1.3.7 (07 Aug 2015)
