commit: 276f6d41be551c041fe656dbf99aecb97bcad7d3
Author: Christoph Junghans <junghans <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 28 12:17:54 2018 +0000
Commit: Christoph Junghans <junghans <AT> gentoo <DOT> org>
CommitDate: Fri Sep 28 12:37:19 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=276f6d41
sci-chemistry/votca-csgapps: fix deps
Package-Manager: Portage-2.3.49, Repoman-2.3.10
sci-chemistry/votca-csgapps/votca-csgapps-9999.ebuild | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/sci-chemistry/votca-csgapps/votca-csgapps-9999.ebuild
b/sci-chemistry/votca-csgapps/votca-csgapps-9999.ebuild
index 3fb54fe5504..f229849683d 100644
--- a/sci-chemistry/votca-csgapps/votca-csgapps-9999.ebuild
+++ b/sci-chemistry/votca-csgapps/votca-csgapps-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -24,7 +24,9 @@ LICENSE="Apache-2.0"
SLOT="0"
IUSE=""
-RDEPEND="~sci-chemistry/${PN%apps}-${PV}"
+RDEPEND="
+ >=dev-cpp/eigen-3.3
+ ~sci-chemistry/${PN%apps}-${PV}"
DEPEND="${RDEPEND}"