jlec 15/05/05 09:41:37 Modified: openbabel-python-2.3.2.ebuild ChangeLog Log: Fix compilation problems, bug #547818 (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Revision Changes Path 1.14 sci-chemistry/openbabel-python/openbabel-python-2.3.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/openbabel-python/openbabel-python-2.3.2.ebuild?rev=1.14&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/openbabel-python/openbabel-python-2.3.2.ebuild?rev=1.14&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/openbabel-python/openbabel-python-2.3.2.ebuild?r1=1.13&r2=1.14 Index: openbabel-python-2.3.2.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/openbabel-python/openbabel-python-2.3.2.ebuild,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- openbabel-python-2.3.2.ebuild 2 Mar 2015 09:22:30 -0000 1.13 +++ openbabel-python-2.3.2.ebuild 5 May 2015 09:41:37 -0000 1.14 @@ -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/sci-chemistry/openbabel-python/openbabel-python-2.3.2.ebuild,v 1.13 2015/03/02 09:22:30 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/openbabel-python/openbabel-python-2.3.2.ebuild,v 1.14 2015/05/05 09:41:37 jlec Exp $ EAPI=5 @@ -59,6 +59,7 @@ -DPYTHON_BINDINGS=ON -DPYTHON_EXECUTABLE=${PYTHON} -DPYTHON_INCLUDE_DIR="${EPREFIX}/usr/include/${EPYTHON}" + -DPYTHON_INCLUDE_PATH="${EPREFIX}/usr/include/${EPYTHON}" -DPYTHON_LIBRARY="${EPREFIX}/usr/$(get_libdir)/lib${EPYTHON}.so" -DENABLE_TESTS=ON" 1.23 sci-chemistry/openbabel-python/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/openbabel-python/ChangeLog?rev=1.23&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/openbabel-python/ChangeLog?rev=1.23&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/openbabel-python/ChangeLog?r1=1.22&r2=1.23 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/openbabel-python/ChangeLog,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- ChangeLog 2 Mar 2015 09:22:30 -0000 1.22 +++ ChangeLog 5 May 2015 09:41:37 -0000 1.23 @@ -1,6 +1,9 @@ # ChangeLog for sci-chemistry/openbabel-python # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/openbabel-python/ChangeLog,v 1.22 2015/03/02 09:22:30 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/openbabel-python/ChangeLog,v 1.23 2015/05/05 09:41:37 jlec Exp $ + + 05 May 2015; Justin Lecher <[email protected]> openbabel-python-2.3.2.ebuild: + Fix compilation problems, bug #547818 02 Mar 2015; Agostino Sarubbo <[email protected]> openbabel-python-2.3.2.ebuild: Stable for ppc, wrt bug #534618
