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: Thu, 27 Sep 2018 17:31:34
Message-Id: 1538069471.c218c683d93f5011e24dd4564adcb12dfed85c09.junghans@gentoo
1 commit: c218c683d93f5011e24dd4564adcb12dfed85c09
2 Author: Christoph Junghans <junghans <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 27 17:29:47 2018 +0000
4 Commit: Christoph Junghans <junghans <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 27 17:31:11 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c218c683
7
8 sci-chemistry/votca-ctp: votca-moo is now part of votca-ctp
9
10 Package-Manager: Portage-2.3.49, Repoman-2.3.10
11
12 sci-chemistry/votca-ctp/votca-ctp-9999.ebuild | 7 +++----
13 1 file changed, 3 insertions(+), 4 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 ba7ad052c5a..4b3b81ccaa0 100644
17 --- a/sci-chemistry/votca-ctp/votca-ctp-9999.ebuild
18 +++ b/sci-chemistry/votca-ctp/votca-ctp-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 @@ -25,9 +25,8 @@ LICENSE="Apache-2.0"
26 SLOT="0"
27
28 RDEPEND="
29 - =sci-libs/votca-tools-${PV}[sqlite]
30 - =sci-libs/votca-moo-${PV}
31 - =sci-chemistry/votca-csg-${PV}"
32 + ~sci-libs/votca-tools-${PV}[sqlite]
33 + ~sci-chemistry/votca-csg-${PV}"
34
35 DEPEND="${RDEPEND}
36 virtual/pkgconfig"