commit: d84d292eb2fcbe0100703a8f3575ac8b32e2bf83
Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 20 12:44:17 2017 +0000
Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Tue Jun 20 12:44:17 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d84d292e
sci-chemistry/openbabel-python: fix installation in Prefix, thanks nanikata in
bug #619498
Package-Manager: Portage-2.3.6, Repoman-2.3.1
sci-chemistry/openbabel-python/openbabel-python-2.4.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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 1e84b3a8794..d83bbba6903 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