diff options
author | Christoph Junghans <ottxor@gentoo.org> | 2011-11-05 02:41:25 +0000 |
---|---|---|
committer | Christoph Junghans <ottxor@gentoo.org> | 2011-11-05 02:41:25 +0000 |
commit | 760d0777638533e3865a2262d295d3f97b27b860 (patch) | |
tree | f6ae7c2054c443ec5d775ffbaab698f75910cefb /sci-libs/votca-tools | |
parent | Fix various licenses, encoding should be UTF-8, bug 389395. (diff) | |
download | gentoo-2-760d0777638533e3865a2262d295d3f97b27b860.tar.gz gentoo-2-760d0777638533e3865a2262d295d3f97b27b860.tar.bz2 gentoo-2-760d0777638533e3865a2262d295d3f97b27b860.zip |
multilib support
(Portage version: 2.2.0_alpha72/cvs/Linux i686)
Diffstat (limited to 'sci-libs/votca-tools')
-rw-r--r-- | sci-libs/votca-tools/ChangeLog | 5 | ||||
-rw-r--r-- | sci-libs/votca-tools/votca-tools-1.2.1.ebuild | 5 |
2 files changed, 7 insertions, 3 deletions
diff --git a/sci-libs/votca-tools/ChangeLog b/sci-libs/votca-tools/ChangeLog index bc12f1f28e79..ece27b9fa1d7 100644 --- a/sci-libs/votca-tools/ChangeLog +++ b/sci-libs/votca-tools/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-libs/votca-tools # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/votca-tools/ChangeLog,v 1.8 2011/08/25 20:10:13 ottxor Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/votca-tools/ChangeLog,v 1.9 2011/11/05 02:41:25 ottxor Exp $ + + 05 Nov 2011; Christoph Junghans <ottxor@gentoo.org> votca-tools-1.2.1.ebuild: + multilib support 25 Aug 2011; Christoph Junghans <ottxor@gentoo.org> -votca-tools-1.2.ebuild, +votca-tools-1.2.1.ebuild: diff --git a/sci-libs/votca-tools/votca-tools-1.2.1.ebuild b/sci-libs/votca-tools/votca-tools-1.2.1.ebuild index a6ba540bc369..c062334b51a6 100644 --- a/sci-libs/votca-tools/votca-tools-1.2.1.ebuild +++ b/sci-libs/votca-tools/votca-tools-1.2.1.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/votca-tools/votca-tools-1.2.1.ebuild,v 1.1 2011/08/25 20:10:13 ottxor Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/votca-tools/votca-tools-1.2.1.ebuild,v 1.2 2011/11/05 02:41:25 ottxor Exp $ EAPI="3" -inherit cmake-utils eutils +inherit cmake-utils eutils multilib if [ "${PV}" != "9999" ]; then SRC_URI="system-boost? ( http://votca.googlecode.com/files/${PF}_pristine.tar.gz ) @@ -54,6 +54,7 @@ src_configure() { $(cmake-utils_use_with fftw FFTW) $(cmake-utils_use_with sqlite SQLITE3) -DWITH_RC_FILES=OFF + -DLIB=$(get_libdir) ) cmake-utils_src_configure || die } |