diff options
author | 2015-05-05 09:41:37 +0000 | |
---|---|---|
committer | 2015-05-05 09:41:37 +0000 | |
commit | 885830ae879859d84a7bee08576f0129c8150816 (patch) | |
tree | afc5cae3a677f095367c639138a315c06115d5b9 /sci-chemistry | |
parent | Mark ~ppc64 too. (diff) | |
download | gentoo-2-885830ae879859d84a7bee08576f0129c8150816.tar.gz gentoo-2-885830ae879859d84a7bee08576f0129c8150816.tar.bz2 gentoo-2-885830ae879859d84a7bee08576f0129c8150816.zip |
Fix compilation problems, bug #547818
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Diffstat (limited to 'sci-chemistry')
-rw-r--r-- | sci-chemistry/openbabel-python/ChangeLog | 5 | ||||
-rw-r--r-- | sci-chemistry/openbabel-python/openbabel-python-2.3.2.ebuild | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/sci-chemistry/openbabel-python/ChangeLog b/sci-chemistry/openbabel-python/ChangeLog index 69ad963c685a..160399b28ccc 100644 --- a/sci-chemistry/openbabel-python/ChangeLog +++ b/sci-chemistry/openbabel-python/ChangeLog @@ -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 <jlec@gentoo.org> openbabel-python-2.3.2.ebuild: + Fix compilation problems, bug #547818 02 Mar 2015; Agostino Sarubbo <ago@gentoo.org> openbabel-python-2.3.2.ebuild: Stable for ppc, wrt bug #534618 diff --git a/sci-chemistry/openbabel-python/openbabel-python-2.3.2.ebuild b/sci-chemistry/openbabel-python/openbabel-python-2.3.2.ebuild index 350173044a8b..b11e53068756 100644 --- a/sci-chemistry/openbabel-python/openbabel-python-2.3.2.ebuild +++ b/sci-chemistry/openbabel-python/openbabel-python-2.3.2.ebuild @@ -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 @@ src_configure() { -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" |