sci-chemistry/votca-xtp: fix deps
authorChristoph Junghans <junghans@gentoo.org>
Fri, 28 Sep 2018 12:36:59 +0000 (06:36 -0600)
committerChristoph Junghans <junghans@gentoo.org>
Fri, 28 Sep 2018 12:37:20 +0000 (06:37 -0600)
Package-Manager: Portage-2.3.49, Repoman-2.3.10

sci-chemistry/votca-xtp/votca-xtp-9999.ebuild

index efca5ea9f9dac0fd03432c35e8dcfc8f8d6728db..34942d79c5965575583804af9e94e5f5b965fca9 100644 (file)
@@ -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