diff options
author | 2013-01-24 15:19:49 +0000 | |
---|---|---|
committer | 2013-01-24 15:19:49 +0000 | |
commit | 2ed9e7e6e819055fdbdb5c88db3429392eda53b7 (patch) | |
tree | adddca475517e2d99b5a354fcc2eed04f8b92570 /sci-chemistry/openbabel-perl/openbabel-perl-2.3.2.ebuild | |
parent | Remove old version. Fix SRC_URI for new one. (diff) | |
download | gentoo-2-2ed9e7e6e819055fdbdb5c88db3429392eda53b7.tar.gz gentoo-2-2ed9e7e6e819055fdbdb5c88db3429392eda53b7.tar.bz2 gentoo-2-2ed9e7e6e819055fdbdb5c88db3429392eda53b7.zip |
sci-chemistry/openbabel-perl: Fix double prefix
(Portage version: 2.2.0_alpha160/cvs/Linux x86_64, signed Manifest commit with key 70EB7916)
Diffstat (limited to 'sci-chemistry/openbabel-perl/openbabel-perl-2.3.2.ebuild')
-rw-r--r-- | sci-chemistry/openbabel-perl/openbabel-perl-2.3.2.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sci-chemistry/openbabel-perl/openbabel-perl-2.3.2.ebuild b/sci-chemistry/openbabel-perl/openbabel-perl-2.3.2.ebuild index 3757e484b6e8..36e7be1bbc62 100644 --- a/sci-chemistry/openbabel-perl/openbabel-perl-2.3.2.ebuild +++ b/sci-chemistry/openbabel-perl/openbabel-perl-2.3.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/openbabel-perl/openbabel-perl-2.3.2.ebuild,v 1.1 2012/12/06 17:18:38 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/openbabel-perl/openbabel-perl-2.3.2.ebuild,v 1.2 2013/01/24 15:19:49 jlec Exp $ EAPI=5 @@ -37,7 +37,7 @@ src_configure() { -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}" + -DLIB_INSTALL_DIR="${D}/${VENDOR_ARCH}" -DPERL_BINDINGS=ON -DRUN_SWIG=ON" |