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

quote vars

Package-Manager: portage-2.2.8-r1

---
 sci-chemistry/openbabel-perl/ChangeLog                  |  5 ++++-
 sci-chemistry/openbabel-perl/openbabel-perl-9999.ebuild | 11 ++++++-----
 2 files changed, 10 insertions(+), 6 deletions(-)

diff --git a/sci-chemistry/openbabel-perl/ChangeLog 
b/sci-chemistry/openbabel-perl/ChangeLog
index 38e6e14..88e2b35 100644
--- a/sci-chemistry/openbabel-perl/ChangeLog
+++ b/sci-chemistry/openbabel-perl/ChangeLog
@@ -2,6 +2,10 @@
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  16 Sep 2014; Christoph Junghans <[email protected]>
+  openbabel-perl-9999.ebuild:
+  quote vars
+
   14 Feb 2014; Reinis Danne <[email protected]> openbabel-perl-9999.ebuild:
   Fix move to git-r3.
 
@@ -13,4 +17,3 @@
   26 Sep 2013; Reinis Danne <[email protected]> +openbabel-perl-9999.ebuild,
   +metadata.xml:
   Add live ebuild.
-

diff --git a/sci-chemistry/openbabel-perl/openbabel-perl-9999.ebuild 
b/sci-chemistry/openbabel-perl/openbabel-perl-9999.ebuild
index 2c54899..207a1b4 100644
--- a/sci-chemistry/openbabel-perl/openbabel-perl-9999.ebuild
+++ b/sci-chemistry/openbabel-perl/openbabel-perl-9999.ebuild
@@ -28,14 +28,15 @@ src_unpack() {
 
 src_configure() {
        perl_set_version
-       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}
-               -DLIB_INSTALL_DIR=${ED}/${VENDOR_ARCH}
+               
-DBABEL_SYSTEM_LIBRARY="${EPREFIX}"/usr/$(get_libdir)/libopenbabel.so
+               -DOB_MODULE_PATH="${EPREFIX}"/usr/$(get_libdir)/openbabel/${PV}
+               -DLIB_INSTALL_DIR="${ED}/${VENDOR_ARCH}"
                -DPERL_BINDINGS=ON
-               -DRUN_SWIG=ON"
+               -DRUN_SWIG=ON
+       )
 
        cmake-utils_src_configure
 }

Reply via email to