summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2017-06-20 14:44:17 +0200
committerFabian Groffen <grobian@gentoo.org>2017-06-20 14:44:17 +0200
commitd84d292eb2fcbe0100703a8f3575ac8b32e2bf83 (patch)
tree033fd5cfc8946a4d3eb62e88dbb6a7aa6ac5cd39 /sci-chemistry
parentl10n.eclass: maintainer is retiring (diff)
downloadgentoo-d84d292eb2fcbe0100703a8f3575ac8b32e2bf83.tar.gz
gentoo-d84d292eb2fcbe0100703a8f3575ac8b32e2bf83.tar.bz2
gentoo-d84d292eb2fcbe0100703a8f3575ac8b32e2bf83.zip
sci-chemistry/openbabel-python: fix installation in Prefix, thanks nanikata in bug #619498
Package-Manager: Portage-2.3.6, Repoman-2.3.1
Diffstat (limited to 'sci-chemistry')
-rw-r--r--sci-chemistry/openbabel-python/openbabel-python-2.4.1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-chemistry/openbabel-python/openbabel-python-2.4.1.ebuild b/sci-chemistry/openbabel-python/openbabel-python-2.4.1.ebuild
index 1e84b3a87944..d83bbba69035 100644
--- a/sci-chemistry/openbabel-python/openbabel-python-2.4.1.ebuild
+++ b/sci-chemistry/openbabel-python/openbabel-python-2.4.1.ebuild
@@ -61,7 +61,7 @@ src_configure() {
-DPYTHON_INCLUDE_PATH="$(python_get_includedir)"
-DPYTHON_LIBRARY="$(python_get_library_path)"
-DENABLE_TESTS=ON
- -DCMAKE_INSTALL_PREFIX="${D}"
+ -DCMAKE_INSTALL_PREFIX="${ED}"
)
cmake-utils_src_configure