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-ctp/
Date: Fri, 28 Sep 2018 12:37:55
Message-Id: 1538138239.3e5d9f5dc350f23af9bbc522fd6e0c24814c9095.junghans@gentoo
1 commit: 3e5d9f5dc350f23af9bbc522fd6e0c24814c9095
2 Author: Christoph Junghans <junghans <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 28 12:27:59 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=3e5d9f5d
7
8 sci-chemistry/votca-ctp: fixed deps
9
10 Package-Manager: Portage-2.3.49, Repoman-2.3.10
11
12 sci-chemistry/votca-ctp/votca-ctp-9999.ebuild | 11 +++--------
13 1 file changed, 3 insertions(+), 8 deletions(-)
14
15 diff --git a/sci-chemistry/votca-ctp/votca-ctp-9999.ebuild b/sci-chemistry/votca-ctp/votca-ctp-9999.ebuild
16 index 4b3b81ccaa0..4e400a2318b 100644
17 --- a/sci-chemistry/votca-ctp/votca-ctp-9999.ebuild
18 +++ b/sci-chemistry/votca-ctp/votca-ctp-9999.ebuild
19 @@ -26,19 +26,14 @@ SLOT="0"
20
21 RDEPEND="
22 ~sci-libs/votca-tools-${PV}[sqlite]
23 + >=dev-cpp/eigen-3.3
24 + sci-libs/gsl
25 ~sci-chemistry/votca-csg-${PV}"
26
27 DEPEND="${RDEPEND}
28 virtual/pkgconfig"
29
30 -DOCS=( README NOTICE CHANGELOG.md )
31 -
32 -src_configure() {
33 - mycmakeargs=(
34 - -DLIB=$(get_libdir)
35 - )
36 - cmake-utils_src_configure
37 -}
38 +DOCS=( README.md NOTICE CHANGELOG.md )
39
40 pkg_postinst() {
41 einfo