commit: 0b4346720b790ae0392ec0221eb6794c6615a52f Author: Christoph Junghans <ottxor <AT> gentoo <DOT> org> AuthorDate: Fri Mar 6 18:50:49 2015 +0000 Commit: Christoph Junghans <ottxor <AT> gentoo <DOT> org> CommitDate: Fri Mar 6 18:50:49 2015 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=0b434672
update live ebuild Package-Manager: portage-2.2.14 sci-physics/hoomd-blue/ChangeLog | 3 +++ sci-physics/hoomd-blue/hoomd-blue-9999.ebuild | 3 +-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/sci-physics/hoomd-blue/ChangeLog b/sci-physics/hoomd-blue/ChangeLog index d17349c..70755ba 100644 --- a/sci-physics/hoomd-blue/ChangeLog +++ b/sci-physics/hoomd-blue/ChangeLog @@ -2,6 +2,9 @@ # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 06 Mar 2015; Christoph Junghans <[email protected]> hoomd-blue-9999.ebuild: + update live ebuild + 01 Mar 2015; Christoph Junghans <[email protected]> hoomd-blue-9999.ebuild: fixed license diff --git a/sci-physics/hoomd-blue/hoomd-blue-9999.ebuild b/sci-physics/hoomd-blue/hoomd-blue-9999.ebuild index fa6c5e7..51bc69d 100644 --- a/sci-physics/hoomd-blue/hoomd-blue-9999.ebuild +++ b/sci-physics/hoomd-blue/hoomd-blue-9999.ebuild @@ -48,6 +48,7 @@ src_configure() { $(cmake-utils_use_enable cuda CUDA) $(cmake-utils_use_enable zlib ZLIB) $(cmake-utils_use_build test BUILD_TESTING) + -DPYTHON_EXECUTABLE="${PYTHON}" -DPYTHON_SITEDIR=$(python_get_sitedir) ) cmake-utils_src_configure @@ -56,6 +57,4 @@ src_configure() { src_install() { use doc && HTML_DOCS=( "${BUILD_DIR}"/doc/hoomd-*doc* ) cmake-utils_src_install - - sed -i "s/^python/${EPYTHON}/" "${ED}"/usr/bin/hoomd || die }
