diff options
author | Reinis Danne <rei4dan@gmail.com> | 2012-10-19 23:48:35 +0300 |
---|---|---|
committer | Reinis Danne <rei4dan@gmail.com> | 2012-10-19 23:48:35 +0300 |
commit | 93c0ec06bd5c4a421df92386777c7f3796f5e028 (patch) | |
tree | 442fdf97d1aee7c886979800902d15e67382a185 | |
parent | openbabel-python: Add PYTHON_DEPS (diff) | |
download | sci-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.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 } |