diff options
author | Christoph Junghans <junghans@gentoo.org> | 2018-09-27 11:29:47 -0600 |
---|---|---|
committer | Christoph Junghans <junghans@gentoo.org> | 2018-09-27 11:31:11 -0600 |
commit | c218c683d93f5011e24dd4564adcb12dfed85c09 (patch) | |
tree | ef5a6a8cf3d00ed4bcec3e7772e0d682e365d320 /sci-chemistry/votca-ctp | |
parent | sci-chemistry/votca-xtp: fix deps (diff) | |
download | gentoo-c218c683d93f5011e24dd4564adcb12dfed85c09.tar.gz gentoo-c218c683d93f5011e24dd4564adcb12dfed85c09.tar.bz2 gentoo-c218c683d93f5011e24dd4564adcb12dfed85c09.zip |
sci-chemistry/votca-ctp: votca-moo is now part of votca-ctp
Package-Manager: Portage-2.3.49, Repoman-2.3.10
Diffstat (limited to 'sci-chemistry/votca-ctp')
-rw-r--r-- | sci-chemistry/votca-ctp/votca-ctp-9999.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/sci-chemistry/votca-ctp/votca-ctp-9999.ebuild b/sci-chemistry/votca-ctp/votca-ctp-9999.ebuild index ba7ad052c5aa..4b3b81ccaa0e 100644 --- a/sci-chemistry/votca-ctp/votca-ctp-9999.ebuild +++ b/sci-chemistry/votca-ctp/votca-ctp-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 @@ -25,9 +25,8 @@ LICENSE="Apache-2.0" SLOT="0" RDEPEND=" - =sci-libs/votca-tools-${PV}[sqlite] - =sci-libs/votca-moo-${PV} - =sci-chemistry/votca-csg-${PV}" + ~sci-libs/votca-tools-${PV}[sqlite] + ~sci-chemistry/votca-csg-${PV}" DEPEND="${RDEPEND} virtual/pkgconfig" |