diff options
author | Christoph Junghans <junghans@gentoo.org> | 2018-09-28 06:15:31 -0600 |
---|---|---|
committer | Christoph Junghans <junghans@gentoo.org> | 2018-09-28 06:37:19 -0600 |
commit | 54fe73bbd9ee09140002f2cd9274c2d050f9df4b (patch) | |
tree | 004fd624627d489166d08b42df246c7e74d5f18a /sci-chemistry/votca-csg/votca-csg-1.4.ebuild | |
parent | sci-libs/votca-tools: fix deps (diff) | |
download | gentoo-54fe73bbd9ee09140002f2cd9274c2d050f9df4b.tar.gz gentoo-54fe73bbd9ee09140002f2cd9274c2d050f9df4b.tar.bz2 gentoo-54fe73bbd9ee09140002f2cd9274c2d050f9df4b.zip |
sci-chemistry/votca-csg: fix deps
Package-Manager: Portage-2.3.49, Repoman-2.3.10
Diffstat (limited to 'sci-chemistry/votca-csg/votca-csg-1.4.ebuild')
-rw-r--r-- | sci-chemistry/votca-csg/votca-csg-1.4.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sci-chemistry/votca-csg/votca-csg-1.4.ebuild b/sci-chemistry/votca-csg/votca-csg-1.4.ebuild index f8a45defd418..417ae6c7b119 100644 --- a/sci-chemistry/votca-csg/votca-csg-1.4.ebuild +++ b/sci-chemistry/votca-csg/votca-csg-1.4.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 @@ -8,7 +8,7 @@ CMAKE_MAKEFILE_GENERATOR="ninja" inherit bash-completion-r1 cmake-utils multilib IUSE="doc examples extras +gromacs hdf5" -PDEPEND="extras? ( =sci-chemistry/${PN}apps-${PV} )" +PDEPEND="extras? ( ~sci-chemistry/${PN}apps-${PV} )" if [ "${PV}" != "9999" ]; then SRC_URI="https://github.com/${PN/-//}/archive/v${PV}.tar.gz -> ${P}.tar.gz doc? ( https://github.com/${PN/-//}-manual/releases/download/v${PV}/${PN}-manual-${PV}.pdf ) @@ -28,7 +28,7 @@ LICENSE="Apache-2.0" SLOT="0" RDEPEND=" - =sci-libs/votca-tools-${PV} + ~sci-libs/votca-tools-${PV} gromacs? ( sci-chemistry/gromacs:= ) hdf5? ( sci-libs/hdf5 ) dev-lang/perl |