From 277720f7c8bbdb11e714fe05193d6ddaf73b0ebd Mon Sep 17 00:00:00 2001 From: Justin Lecher Date: Sat, 20 May 2017 10:40:34 +0100 Subject: [PATCH] sci-chemistry/openbabel-python: Fix sandbox issue Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=618956 Package-Manager: Portage-2.3.5, Repoman-2.3.2 Signed-off-by: Justin Lecher --- sci-chemistry/openbabel-python/openbabel-python-2.4.1.ebuild | 1 + 1 file changed, 1 insertion(+) 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 e5b17f311bc4..1e84b3a87944 100644 --- a/sci-chemistry/openbabel-python/openbabel-python-2.4.1.ebuild +++ b/sci-chemistry/openbabel-python/openbabel-python-2.4.1.ebuild @@ -61,6 +61,7 @@ src_configure() { -DPYTHON_INCLUDE_PATH="$(python_get_includedir)" -DPYTHON_LIBRARY="$(python_get_library_path)" -DENABLE_TESTS=ON + -DCMAKE_INSTALL_PREFIX="${D}" ) cmake-utils_src_configure -- 2.26.2