aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReinis Danne <rei4dan@gmail.com>2012-10-19 23:48:35 +0300
committerReinis Danne <rei4dan@gmail.com>2012-10-19 23:48:35 +0300
commit93c0ec06bd5c4a421df92386777c7f3796f5e028 (patch)
tree442fdf97d1aee7c886979800902d15e67382a185
parentopenbabel-python: Add PYTHON_DEPS (diff)
downloadsci-93c0ec06bd5c4a421df92386777c7f3796f5e028.tar.gz
sci-93c0ec06bd5c4a421df92386777c7f3796f5e028.tar.bz2
sci-93c0ec06bd5c4a421df92386777c7f3796f5e028.zip
openbabel-python: Fix typo
-rw-r--r--sci-chemistry/openbabel-python/openbabel-python-2.3.2.ebuild2
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
}