commit: 967bf3bc731717cee49b4b32d332cd25c7d707b5 Author: Christoph Junghans <junghans <AT> gentoo <DOT> org> AuthorDate: Fri Mar 19 19:40:05 2021 +0000 Commit: Christoph Junghans <junghans <AT> gentoo <DOT> org> CommitDate: Fri Mar 19 19:45:53 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=967bf3bc
sci-chemistry/votca-csg: live ebuild updates Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Christoph Junghans <junghans <AT> gentoo.org> sci-chemistry/votca-csg/votca-csg-9999.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sci-chemistry/votca-csg/votca-csg-9999.ebuild b/sci-chemistry/votca-csg/votca-csg-9999.ebuild index 2fd3e86a408..ba2fbdfd7aa 100644 --- a/sci-chemistry/votca-csg/votca-csg-9999.ebuild +++ b/sci-chemistry/votca-csg/votca-csg-9999.ebuild @@ -20,7 +20,8 @@ HOMEPAGE="https://www.votca.org/" LICENSE="Apache-2.0" SLOT="0" -IUSE="examples extras +gromacs hdf5" +IUSE="examples extras +gromacs hdf5 test" +RESTRICT="!test? ( test )" RDEPEND=" app-shells/bash:* @@ -56,6 +57,7 @@ src_configure() { -DCMAKE_DISABLE_FIND_PACKAGE_GROMACS=$(usex !gromacs) -DCMAKE_DISABLE_FIND_PACKAGE_HDF5=$(usex !hdf5) -DBUILD_CSGAPPS=$(usex extras) + -DENABLE_TESTING=$(usex test) ) cmake_src_configure }
