Gentoo Archives: gentoo-commits

From: Christoph Junghans <junghans@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/votca-csgapps/
Date: Fri, 28 Sep 2018 12:37:54
Message-Id: 1538138239.276f6d41be551c041fe656dbf99aecb97bcad7d3.junghans@gentoo
1 commit: 276f6d41be551c041fe656dbf99aecb97bcad7d3
2 Author: Christoph Junghans <junghans <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 28 12:17:54 2018 +0000
4 Commit: Christoph Junghans <junghans <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 28 12:37:19 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=276f6d41
7
8 sci-chemistry/votca-csgapps: fix deps
9
10 Package-Manager: Portage-2.3.49, Repoman-2.3.10
11
12 sci-chemistry/votca-csgapps/votca-csgapps-9999.ebuild | 6 ++++--
13 1 file changed, 4 insertions(+), 2 deletions(-)
14
15 diff --git a/sci-chemistry/votca-csgapps/votca-csgapps-9999.ebuild b/sci-chemistry/votca-csgapps/votca-csgapps-9999.ebuild
16 index 3fb54fe5504..f229849683d 100644
17 --- a/sci-chemistry/votca-csgapps/votca-csgapps-9999.ebuild
18 +++ b/sci-chemistry/votca-csgapps/votca-csgapps-9999.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2017 Gentoo Foundation
21 +# Copyright 1999-2018 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=6
25 @@ -24,7 +24,9 @@ LICENSE="Apache-2.0"
26 SLOT="0"
27 IUSE=""
28
29 -RDEPEND="~sci-chemistry/${PN%apps}-${PV}"
30 +RDEPEND="
31 + >=dev-cpp/eigen-3.3
32 + ~sci-chemistry/${PN%apps}-${PV}"
33
34 DEPEND="${RDEPEND}"