diff options
-rw-r--r-- | sci-chemistry/openbabel-python/openbabel-python-2.3.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 d134fff15..18b371800 100644 --- a/sci-chemistry/openbabel-python/openbabel-python-2.3.2.ebuild +++ b/sci-chemistry/openbabel-python/openbabel-python-2.3.2.ebuild @@ -53,7 +53,7 @@ src_configure() { -DPYTHON_EXECUTABLE=${PYTHON} -DPYTHON_INCLUDE_DIR=${EPREFIX}/usr/include/${EPYTHON} -DPYTHON_LIBRARY=${EPREFIX}/usr/$(get_libdir)/lib${EPYTHON}.so - -DENABLE_TESTS=ON)" + -DENABLE_TESTS=ON" cmake-utils_src_configure } |