diff options
author | Christoph Junghans <ottxor@gentoo.org> | 2012-01-25 02:24:32 +0000 |
---|---|---|
committer | Christoph Junghans <ottxor@gentoo.org> | 2012-01-25 02:24:32 +0000 |
commit | 280dd7102d83a6548d0a3f3f85c6950333d15124 (patch) | |
tree | 5ede158cbdc61742a9c39bd600e57a9b651a81a1 /sci-chemistry | |
parent | Fix conflict with fast_xs/hpricot and fix failing tests with Ruby 1.9.3. (diff) | |
download | gentoo-2-280dd7102d83a6548d0a3f3f85c6950333d15124.tar.gz gentoo-2-280dd7102d83a6548d0a3f3f85c6950333d15124.tar.bz2 gentoo-2-280dd7102d83a6548d0a3f3f85c6950333d15124.zip |
keyword ~x86-macos and fix bug #398437
(Portage version: 2.2.0_alpha84/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.2.ebuild | 8 |
2 files changed, 10 insertions, 3 deletions
diff --git a/sci-chemistry/votca-csg/ChangeLog b/sci-chemistry/votca-csg/ChangeLog index 6b305534c2d2..3493bb60a00c 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-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/votca-csg/ChangeLog,v 1.14 2012/01/17 13:52:07 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/votca-csg/ChangeLog,v 1.15 2012/01/25 02:24:32 ottxor Exp $ + + 25 Jan 2012; Christoph Junghans <ottxor@gentoo.org> votca-csg-1.2.2.ebuild: + keyword ~x86-macos and fix bug #398437 17 Jan 2012; Agostino Sarubbo <ago@gentoo.org> votca-csg-1.2.2.ebuild: Stable for amd64, wrt bug #389681 diff --git a/sci-chemistry/votca-csg/votca-csg-1.2.2.ebuild b/sci-chemistry/votca-csg/votca-csg-1.2.2.ebuild index 80ccd275075f..e00346de1cc3 100644 --- a/sci-chemistry/votca-csg/votca-csg-1.2.2.ebuild +++ b/sci-chemistry/votca-csg/votca-csg-1.2.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 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.2.ebuild,v 1.3 2012/01/17 13:52:07 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/votca-csg/votca-csg-1.2.2.ebuild,v 1.4 2012/01/25 02:24:32 ottxor Exp $ EAPI=4 @@ -28,7 +28,7 @@ HOMEPAGE="http://www.votca.org" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="amd64 ~x86 ~amd64-linux" +KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-macos" RDEPEND="=sci-libs/votca-tools-${PV}[system-boost=] gromacs? ( sci-chemistry/gromacs ) @@ -46,6 +46,10 @@ src_configure() { use gromacs && has_version =sci-chemistry/gromacs-9999 && \ extra="-DWITH_GMX_DEVEL=ON" + #to create man pages, build tree binaries are executed (bug #398437) + [[ ${CHOST} = *-darwin* ]] && \ + extra+=" -DCMAKE_BUILD_WITH_INSTALL_RPATH=OFF" + mycmakeargs=( $(cmake-utils_use system-boost EXTERNAL_BOOST) $(cmake-utils_use_with gromacs GMX) |