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-xtp/
Date: Fri, 28 Sep 2018 12:37:55
Message-Id: 1538138240.4ef51d561595051ce8efa759646f091848c3bf0d.junghans@gentoo
1 commit: 4ef51d561595051ce8efa759646f091848c3bf0d
2 Author: Christoph Junghans <junghans <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 28 12:36:59 2018 +0000
4 Commit: Christoph Junghans <junghans <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 28 12:37:20 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ef51d56
7
8 sci-chemistry/votca-xtp: fix deps
9
10 Package-Manager: Portage-2.3.49, Repoman-2.3.10
11
12 sci-chemistry/votca-xtp/votca-xtp-9999.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/sci-chemistry/votca-xtp/votca-xtp-9999.ebuild b/sci-chemistry/votca-xtp/votca-xtp-9999.ebuild
16 index efca5ea9f9d..34942d79c59 100644
17 --- a/sci-chemistry/votca-xtp/votca-xtp-9999.ebuild
18 +++ b/sci-chemistry/votca-xtp/votca-xtp-9999.ebuild
19 @@ -27,6 +27,7 @@ SLOT="0"
20
21 RDEPEND="
22 ~sci-libs/votca-tools-${PV}[sqlite]
23 + >=dev-cpp/eigen-3.3
24 ~sci-chemistry/votca-csg-${PV}
25 ~sci-chemistry/votca-ctp-${PV}"
26
27 @@ -40,11 +41,10 @@ DEPEND="${RDEPEND}
28 >=app-text/txt2tags-2.5
29 virtual/pkgconfig"
30
31 -DOCS=( README NOTICE CHANGELOG.md )
32 +DOCS=( README.md NOTICE CHANGELOG.md )
33
34 src_configure() {
35 mycmakeargs=(
36 - -DLIB=$(get_libdir)
37 -DBUILD_XTP_MANUAL=$(usex doc)
38 )
39 cmake-utils_src_configure