diff options
author | Christoph Junghans <junghans@gentoo.org> | 2018-09-28 06:27:59 -0600 |
---|---|---|
committer | Christoph Junghans <junghans@gentoo.org> | 2018-09-28 06:37:19 -0600 |
commit | 3e5d9f5dc350f23af9bbc522fd6e0c24814c9095 (patch) | |
tree | 7d9153a67ef1da7b163924facc8f208b4ddaa3b6 /sci-chemistry/votca-ctp | |
parent | app-doc/votca-csg-manual: fix deps (diff) | |
download | gentoo-3e5d9f5dc350f23af9bbc522fd6e0c24814c9095.tar.gz gentoo-3e5d9f5dc350f23af9bbc522fd6e0c24814c9095.tar.bz2 gentoo-3e5d9f5dc350f23af9bbc522fd6e0c24814c9095.zip |
sci-chemistry/votca-ctp: fixed deps
Package-Manager: Portage-2.3.49, Repoman-2.3.10
Diffstat (limited to 'sci-chemistry/votca-ctp')
-rw-r--r-- | sci-chemistry/votca-ctp/votca-ctp-9999.ebuild | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/sci-chemistry/votca-ctp/votca-ctp-9999.ebuild b/sci-chemistry/votca-ctp/votca-ctp-9999.ebuild index 4b3b81ccaa0e..4e400a2318b7 100644 --- a/sci-chemistry/votca-ctp/votca-ctp-9999.ebuild +++ b/sci-chemistry/votca-ctp/votca-ctp-9999.ebuild @@ -26,19 +26,14 @@ SLOT="0" RDEPEND=" ~sci-libs/votca-tools-${PV}[sqlite] + >=dev-cpp/eigen-3.3 + sci-libs/gsl ~sci-chemistry/votca-csg-${PV}" DEPEND="${RDEPEND} virtual/pkgconfig" -DOCS=( README NOTICE CHANGELOG.md ) - -src_configure() { - mycmakeargs=( - -DLIB=$(get_libdir) - ) - cmake-utils_src_configure -} +DOCS=( README.md NOTICE CHANGELOG.md ) pkg_postinst() { einfo |