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-csg/
Date: Thu, 25 Oct 2018 00:44:19
Message-Id: 1540428238.5e5649db98ca32bcc6a46a8623d365981fd076fb.junghans@gentoo
1 commit: 5e5649db98ca32bcc6a46a8623d365981fd076fb
2 Author: Christoph Junghans <junghans <AT> gentoo <DOT> org>
3 AuthorDate: Thu Oct 25 00:43:11 2018 +0000
4 Commit: Christoph Junghans <junghans <AT> gentoo <DOT> org>
5 CommitDate: Thu Oct 25 00:43:58 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e5649db
7
8 sci-chemistry/votca-csg: 1.4.1 doesn't support gmx-2019
9
10 Package-Manager: Portage-2.3.49, Repoman-2.3.11
11 Signed-off-by: Christoph Junghans <junghans <AT> gentoo.org>
12 Closes: https://bugs.gentoo.org/669522
13
14 sci-chemistry/votca-csg/votca-csg-1.4.1.ebuild | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/sci-chemistry/votca-csg/votca-csg-1.4.1.ebuild b/sci-chemistry/votca-csg/votca-csg-1.4.1.ebuild
18 index c83eac6e62b..47c989751bf 100644
19 --- a/sci-chemistry/votca-csg/votca-csg-1.4.1.ebuild
20 +++ b/sci-chemistry/votca-csg/votca-csg-1.4.1.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2018 Gentoo Foundation
23 +# Copyright 1999-2018 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=6
27 @@ -29,7 +29,7 @@ SLOT="0"
28
29 RDEPEND="
30 ~sci-libs/votca-tools-${PV}
31 - gromacs? ( sci-chemistry/gromacs:= )
32 + gromacs? ( <sci-chemistry/gromacs-2019:= )
33 hdf5? ( sci-libs/hdf5 )
34 dev-lang/perl
35 app-shells/bash:*"