diff options
author | Christoph Junghans <junghans@gentoo.org> | 2018-09-28 06:02:36 -0600 |
---|---|---|
committer | Christoph Junghans <junghans@gentoo.org> | 2018-09-28 06:37:19 -0600 |
commit | f8174d0bce358b68cc3cc87045346fcccf101419 (patch) | |
tree | 7a572a015fbd951f309d2f40e8b0c96bc8b09163 /sci-libs/votca-tools | |
parent | www-client/vivaldi-snapshot: Old. (diff) | |
download | gentoo-f8174d0bce358b68cc3cc87045346fcccf101419.tar.gz gentoo-f8174d0bce358b68cc3cc87045346fcccf101419.tar.bz2 gentoo-f8174d0bce358b68cc3cc87045346fcccf101419.zip |
sci-libs/votca-tools: fix deps
Package-Manager: Portage-2.3.49, Repoman-2.3.10
Diffstat (limited to 'sci-libs/votca-tools')
-rw-r--r-- | sci-libs/votca-tools/votca-tools-9999.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/sci-libs/votca-tools/votca-tools-9999.ebuild b/sci-libs/votca-tools/votca-tools-9999.ebuild index 1902116de670..470ee69553d5 100644 --- a/sci-libs/votca-tools/votca-tools-9999.ebuild +++ b/sci-libs/votca-tools/votca-tools-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 @@ -22,13 +22,13 @@ HOMEPAGE="http://www.votca.org" LICENSE="Apache-2.0" SLOT="0" -IUSE="doc +fftw +gsl sqlite" +IUSE="doc +fftw sqlite" RDEPEND=" dev-libs/boost:= dev-libs/expat + >=dev-cpp/eigen-3.3 fftw? ( sci-libs/fftw:3.0 ) - gsl? ( sci-libs/gsl ) sqlite? ( dev-db/sqlite:3 )" DEPEND="${RDEPEND} @@ -40,7 +40,6 @@ DOCS=( NOTICE ) src_configure() { mycmakeargs=( - -DWITH_GSL=$(usex gsl) -DWITH_FFTW=$(usex fftw) -DWITH_SQLITE3=$(usex sqlite) -DWITH_RC_FILES=OFF |