commit:     904430c3320ae3cbe5c557488488c445f0eba53e
Author:     Christoph Junghans <ottxor <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 16 16:39:34 2014 +0000
Commit:     Christoph Junghans <ottxor <AT> gentoo <DOT> org>
CommitDate: Tue Sep 16 16:39:34 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=904430c3

quote vars

Package-Manager: portage-2.2.8-r1

---
 sci-chemistry/openbabel-python/ChangeLog                  |  5 ++++-
 .../openbabel-python/openbabel-python-9999.ebuild         | 15 ++++++++-------
 2 files changed, 12 insertions(+), 8 deletions(-)

diff --git a/sci-chemistry/openbabel-python/ChangeLog 
b/sci-chemistry/openbabel-python/ChangeLog
index 7e4afb9..6d021f4 100644
--- a/sci-chemistry/openbabel-python/ChangeLog
+++ b/sci-chemistry/openbabel-python/ChangeLog
@@ -2,6 +2,10 @@
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  16 Sep 2014; Christoph Junghans <[email protected]>
+  openbabel-python-9999.ebuild:
+  quote vars
+
   11 Jun 2014; Reinis Danne <[email protected]> openbabel-python-9999.ebuild:
   Update PYTHON_COMPAT.
 
@@ -19,4 +23,3 @@
   26 Sep 2013; Reinis Danne <[email protected]> +openbabel-python-9999.ebuild,
   +metadata.xml:
   Add live ebuild.
-

diff --git a/sci-chemistry/openbabel-python/openbabel-python-9999.ebuild 
b/sci-chemistry/openbabel-python/openbabel-python-9999.ebuild
index 2ef4a53..3a6c090 100644
--- a/sci-chemistry/openbabel-python/openbabel-python-9999.ebuild
+++ b/sci-chemistry/openbabel-python/openbabel-python-9999.ebuild
@@ -44,16 +44,17 @@ src_prepare() {
 
 src_configure() {
        my_impl_src_configure() {
-               local mycmakeargs="${mycmakeargs}
+               local mycmakeargs=(
                        -DCMAKE_INSTALL_RPATH=
                        -DBINDINGS_ONLY=ON
-                       
-DBABEL_SYSTEM_LIBRARY=${EPREFIX}/usr/$(get_libdir)/libopenbabel.so
-                       
-DOB_MODULE_PATH=${EPREFIX}/usr/$(get_libdir)/openbabel/${PV}
+                       
-DBABEL_SYSTEM_LIBRARY="${EPREFIX}"/usr/$(get_libdir)/libopenbabel.so
+                       
-DOB_MODULE_PATH="${EPREFIX}"/usr/$(get_libdir)/openbabel/${PV}
                        -DPYTHON_BINDINGS=ON
-                       -DPYTHON_EXECUTABLE=${PYTHON}
-                       -DPYTHON_INCLUDE_DIR=${EPREFIX}/usr/include/${EPYTHON}
-                       
-DPYTHON_LIBRARY=${EPREFIX}/usr/$(get_libdir)/lib${EPYTHON}.so
-                       -DENABLE_TESTS=ON"
+                       -DPYTHON_EXECUTABLE="${PYTHON}"
+                       
-DPYTHON_INCLUDE_DIR="${EPREFIX}"/usr/include/"${EPYTHON}"
+                       
-DPYTHON_LIBRARY="${EPREFIX}"/usr/$(get_libdir)/lib"${EPYTHON}".so
+                       -DENABLE_TESTS=ON
+               )
 
                cmake-utils_src_configure
        }

Reply via email to