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: Mon, 06 May 2019 16:41:33
Message-Id: 1557160878.ca688b1e0d1f01e0368f23b0f7c1b8a537c2fe42.junghans@gentoo
1 commit: ca688b1e0d1f01e0368f23b0f7c1b8a537c2fe42
2 Author: Christoph Junghans <junghans <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 4 14:31:56 2019 +0000
4 Commit: Christoph Junghans <junghans <AT> gentoo <DOT> org>
5 CommitDate: Mon May 6 16:41:18 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca688b1e
7
8 sci-chemistry/votca-csg: 1.4 doesn't support gmx-2019
9
10 Closes: https://bugs.gentoo.org/685028
11 Package-Manager: Portage-2.3.62, Repoman-2.3.11
12 Signed-off-by: Christoph Junghans <junghans <AT> gentoo.org>
13
14 sci-chemistry/votca-csg/votca-csg-1.4.ebuild | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/sci-chemistry/votca-csg/votca-csg-1.4.ebuild b/sci-chemistry/votca-csg/votca-csg-1.4.ebuild
18 index 417ae6c7b11..f84f983048d 100644
19 --- a/sci-chemistry/votca-csg/votca-csg-1.4.ebuild
20 +++ b/sci-chemistry/votca-csg/votca-csg-1.4.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2018 Gentoo Foundation
23 +# Copyright 1999-2019 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_beta1:= )
33 hdf5? ( sci-libs/hdf5 )
34 dev-lang/perl
35 app-shells/bash:*"