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-libs/votca-tools/
Date: Fri, 28 Sep 2018 12:37:54
Message-Id: 1538138239.f8174d0bce358b68cc3cc87045346fcccf101419.junghans@gentoo
1 commit: f8174d0bce358b68cc3cc87045346fcccf101419
2 Author: Christoph Junghans <junghans <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 28 12:02:36 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=f8174d0b
7
8 sci-libs/votca-tools: fix deps
9
10 Package-Manager: Portage-2.3.49, Repoman-2.3.10
11
12 sci-libs/votca-tools/votca-tools-9999.ebuild | 7 +++----
13 1 file changed, 3 insertions(+), 4 deletions(-)
14
15 diff --git a/sci-libs/votca-tools/votca-tools-9999.ebuild b/sci-libs/votca-tools/votca-tools-9999.ebuild
16 index 1902116de67..470ee69553d 100644
17 --- a/sci-libs/votca-tools/votca-tools-9999.ebuild
18 +++ b/sci-libs/votca-tools/votca-tools-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 @@ -22,13 +22,13 @@ HOMEPAGE="http://www.votca.org"
26
27 LICENSE="Apache-2.0"
28 SLOT="0"
29 -IUSE="doc +fftw +gsl sqlite"
30 +IUSE="doc +fftw sqlite"
31
32 RDEPEND="
33 dev-libs/boost:=
34 dev-libs/expat
35 + >=dev-cpp/eigen-3.3
36 fftw? ( sci-libs/fftw:3.0 )
37 - gsl? ( sci-libs/gsl )
38 sqlite? ( dev-db/sqlite:3 )"
39
40 DEPEND="${RDEPEND}
41 @@ -40,7 +40,6 @@ DOCS=( NOTICE )
42
43 src_configure() {
44 mycmakeargs=(
45 - -DWITH_GSL=$(usex gsl)
46 -DWITH_FFTW=$(usex fftw)
47 -DWITH_SQLITE3=$(usex sqlite)
48 -DWITH_RC_FILES=OFF