summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Junghans <junghans@gentoo.org>2021-03-19 13:45:28 -0600
committerChristoph Junghans <junghans@gentoo.org>2021-03-19 13:45:53 -0600
commit0e6e7f2151b2564616f7d4969a0486ab196602e9 (patch)
tree5325a1fef9935cfac0c79238e390340a5010581e /sci-libs
parentsci-chemistry/votca-csg: live ebuild updates (diff)
downloadgentoo-0e6e7f2151b2564616f7d4969a0486ab196602e9.tar.gz
gentoo-0e6e7f2151b2564616f7d4969a0486ab196602e9.tar.bz2
gentoo-0e6e7f2151b2564616f7d4969a0486ab196602e9.zip
sci-libs/votca-tools: live ebuild updates
Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Christoph Junghans <junghans@gentoo.org>
Diffstat (limited to 'sci-libs')
-rw-r--r--sci-libs/votca-tools/votca-tools-9999.ebuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/sci-libs/votca-tools/votca-tools-9999.ebuild b/sci-libs/votca-tools/votca-tools-9999.ebuild
index 50be2b65e3b2..a0d08f7fa883 100644
--- a/sci-libs/votca-tools/votca-tools-9999.ebuild
+++ b/sci-libs/votca-tools/votca-tools-9999.ebuild
@@ -19,7 +19,8 @@ HOMEPAGE="https://www.votca.org/"
LICENSE="Apache-2.0"
SLOT="0"
-IUSE=""
+IUSE="test"
+RESTRICT="!test? ( test )"
RDEPEND="
>=dev-cpp/eigen-3.3
@@ -37,6 +38,7 @@ DOCS=( NOTICE README.rst CHANGELOG.rst )
src_configure() {
local mycmakeargs=(
-DINSTALL_RC_FILES=OFF
+ -DENABLE_TESTING=$(usex test)
)
cmake_src_configure
}