summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Junghans <junghans@gentoo.org>2018-09-28 06:36:59 -0600
committerChristoph Junghans <junghans@gentoo.org>2018-09-28 06:37:20 -0600
commit4ef51d561595051ce8efa759646f091848c3bf0d (patch)
tree8f77a4a782adc429ed27eaf73a04d1724a04b176 /sci-chemistry/votca-xtp
parentsci-chemistry/votca-ctp: fixed deps (diff)
downloadgentoo-4ef51d561595051ce8efa759646f091848c3bf0d.tar.gz
gentoo-4ef51d561595051ce8efa759646f091848c3bf0d.tar.bz2
gentoo-4ef51d561595051ce8efa759646f091848c3bf0d.zip
sci-chemistry/votca-xtp: fix deps
Package-Manager: Portage-2.3.49, Repoman-2.3.10
Diffstat (limited to 'sci-chemistry/votca-xtp')
-rw-r--r--sci-chemistry/votca-xtp/votca-xtp-9999.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-chemistry/votca-xtp/votca-xtp-9999.ebuild b/sci-chemistry/votca-xtp/votca-xtp-9999.ebuild
index efca5ea9f9da..34942d79c596 100644
--- a/sci-chemistry/votca-xtp/votca-xtp-9999.ebuild
+++ b/sci-chemistry/votca-xtp/votca-xtp-9999.ebuild
@@ -27,6 +27,7 @@ SLOT="0"
RDEPEND="
~sci-libs/votca-tools-${PV}[sqlite]
+ >=dev-cpp/eigen-3.3
~sci-chemistry/votca-csg-${PV}
~sci-chemistry/votca-ctp-${PV}"
@@ -40,11 +41,10 @@ DEPEND="${RDEPEND}
>=app-text/txt2tags-2.5
virtual/pkgconfig"
-DOCS=( README NOTICE CHANGELOG.md )
+DOCS=( README.md NOTICE CHANGELOG.md )
src_configure() {
mycmakeargs=(
- -DLIB=$(get_libdir)
-DBUILD_XTP_MANUAL=$(usex doc)
)
cmake-utils_src_configure