summaryrefslogtreecommitdiff
path: root/sci-libs/votca-tools/votca-tools-9999.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-03-20 14:27:17 +0000
committerV3n3RiX <venerix@redcorelinux.org>2021-03-20 14:27:17 +0000
commit5bb9ff1ee56d2b5e75e01a7f066d8b0cec84ec02 (patch)
tree66e860a5099bcad013f1cf667255dc372a7c11b3 /sci-libs/votca-tools/votca-tools-9999.ebuild
parent7218e1b46bceac05841e90472501742d905fb3fc (diff)
gentoo resync : 20.03.2021
Diffstat (limited to 'sci-libs/votca-tools/votca-tools-9999.ebuild')
-rw-r--r--sci-libs/votca-tools/votca-tools-9999.ebuild9
1 files changed, 5 insertions, 4 deletions
diff --git a/sci-libs/votca-tools/votca-tools-9999.ebuild b/sci-libs/votca-tools/votca-tools-9999.ebuild
index 21ffc1d3bbaf..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
@@ -29,15 +30,15 @@ RDEPEND="
"
DEPEND="${RDEPEND}"
BDEPEND="
- >=app-text/txt2tags-2.5
virtual/pkgconfig
"
-DOCS=( NOTICE )
+DOCS=( NOTICE README.rst CHANGELOG.rst )
src_configure() {
local mycmakeargs=(
- -DWITH_RC_FILES=OFF
+ -DINSTALL_RC_FILES=OFF
+ -DENABLE_TESTING=$(usex test)
)
cmake_src_configure
}