diff options
author | Christoph Junghans <ottxor@gentoo.org> | 2011-11-05 02:46:25 +0000 |
---|---|---|
committer | Christoph Junghans <ottxor@gentoo.org> | 2011-11-05 02:46:25 +0000 |
commit | 848c6e0c265336b206ab1641f81218cfbc595bd0 (patch) | |
tree | 562d247de593d1264ca09bfa2d7753e6ff7d22dc /sci-chemistry | |
parent | multilib support (diff) | |
download | gentoo-2-848c6e0c265336b206ab1641f81218cfbc595bd0.tar.gz gentoo-2-848c6e0c265336b206ab1641f81218cfbc595bd0.tar.bz2 gentoo-2-848c6e0c265336b206ab1641f81218cfbc595bd0.zip |
multilib support
(Portage version: 2.2.0_alpha72/cvs/Linux i686)
Diffstat (limited to 'sci-chemistry')
-rw-r--r-- | sci-chemistry/votca-csg/ChangeLog | 5 | ||||
-rw-r--r-- | sci-chemistry/votca-csg/votca-csg-1.2.1.ebuild | 5 |
2 files changed, 7 insertions, 3 deletions
diff --git a/sci-chemistry/votca-csg/ChangeLog b/sci-chemistry/votca-csg/ChangeLog index 7f34e4f7a225..a519c70e3b4b 100644 --- a/sci-chemistry/votca-csg/ChangeLog +++ b/sci-chemistry/votca-csg/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-chemistry/votca-csg # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/votca-csg/ChangeLog,v 1.9 2011/09/10 15:02:16 ottxor Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/votca-csg/ChangeLog,v 1.10 2011/11/05 02:46:25 ottxor Exp $ + + 05 Nov 2011; Christoph Junghans <ottxor@gentoo.org> votca-csg-1.2.1.ebuild: + multilib support 10 Sep 2011; Christoph Junghans <ottxor@gentoo.org> votca-csg-1.2.1.ebuild: Migrate to the bash-completion-r1 eclass manifest diff --git a/sci-chemistry/votca-csg/votca-csg-1.2.1.ebuild b/sci-chemistry/votca-csg/votca-csg-1.2.1.ebuild index b50ac01803fb..45d9eaf037b9 100644 --- a/sci-chemistry/votca-csg/votca-csg-1.2.1.ebuild +++ b/sci-chemistry/votca-csg/votca-csg-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-chemistry/votca-csg/votca-csg-1.2.1.ebuild,v 1.2 2011/09/10 15:02:16 ottxor Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/votca-csg/votca-csg-1.2.1.ebuild,v 1.3 2011/11/05 02:46:25 ottxor Exp $ EAPI=4 -inherit bash-completion-r1 cmake-utils +inherit bash-completion-r1 cmake-utils multilib IUSE="doc examples extras +gromacs +system-boost" PDEPEND="extras? ( =sci-chemistry/votca-csgapps-${PV} )" @@ -51,6 +51,7 @@ src_configure() { $(cmake-utils_use_with gromacs GMX) ${extra} -DWITH_RC_FILES=OFF + -DLIB=$(get_libdir) ) cmake-utils_src_configure } |