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: Sun, 20 Feb 2022 14:58:31
Message-Id: 1645368516.e703c6a30421bb6d2f1b07458107e25d2f07c52c.junghans@gentoo
1 commit: e703c6a30421bb6d2f1b07458107e25d2f07c52c
2 Author: Christoph Junghans <junghans <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 20 14:48:36 2022 +0000
4 Commit: Christoph Junghans <junghans <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 20 14:48:36 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e703c6a3
7
8 sci-chemistry/votca-csg: fix deps
9
10 Closes: https://bugs.gentoo.org/833793
11 Package-Manager: Portage-3.0.30, Repoman-3.0.3
12 Signed-off-by: Christoph Junghans <junghans <AT> gentoo.org>
13
14 sci-chemistry/votca-csg/votca-csg-1.6.4.ebuild | 4 ++--
15 sci-chemistry/votca-csg/votca-csg-2021.1.ebuild | 4 ++--
16 sci-chemistry/votca-csg/votca-csg-2021.2.ebuild | 4 ++--
17 sci-chemistry/votca-csg/votca-csg-2021.ebuild | 4 ++--
18 sci-chemistry/votca-csg/votca-csg-9999.ebuild | 4 ++--
19 5 files changed, 10 insertions(+), 10 deletions(-)
20
21 diff --git a/sci-chemistry/votca-csg/votca-csg-1.6.4.ebuild b/sci-chemistry/votca-csg/votca-csg-1.6.4.ebuild
22 index 12ea52d3312e..5630d124ef7d 100644
23 --- a/sci-chemistry/votca-csg/votca-csg-1.6.4.ebuild
24 +++ b/sci-chemistry/votca-csg/votca-csg-1.6.4.ebuild
25 @@ -1,4 +1,4 @@
26 -# Copyright 1999-2021 Gentoo Authors
27 +# Copyright 1999-2022 Gentoo Authors
28 # Distributed under the terms of the GNU General Public License v2
29
30 EAPI=7
31 @@ -30,7 +30,7 @@ RDEPEND="
32 >=dev-cpp/eigen-3.3
33 dev-lang/perl
34 ~sci-libs/votca-tools-${PV}
35 - gromacs? ( sci-chemistry/gromacs:= )
36 + gromacs? ( sci-chemistry/gromacs:=[gmxapi-legacy(+)] )
37 hdf5? ( sci-libs/hdf5 )
38 "
39 DEPEND="${RDEPEND}"
40
41 diff --git a/sci-chemistry/votca-csg/votca-csg-2021.1.ebuild b/sci-chemistry/votca-csg/votca-csg-2021.1.ebuild
42 index eb83c3f2c7a6..8cd79831d9cc 100644
43 --- a/sci-chemistry/votca-csg/votca-csg-2021.1.ebuild
44 +++ b/sci-chemistry/votca-csg/votca-csg-2021.1.ebuild
45 @@ -1,4 +1,4 @@
46 -# Copyright 1999-2021 Gentoo Authors
47 +# Copyright 1999-2022 Gentoo Authors
48 # Distributed under the terms of the GNU General Public License v2
49
50 EAPI=7
51 @@ -28,7 +28,7 @@ RDEPEND="
52 >=dev-cpp/eigen-3.3
53 dev-lang/perl
54 ~sci-libs/votca-tools-${PV}
55 - gromacs? ( sci-chemistry/gromacs:= )
56 + gromacs? ( sci-chemistry/gromacs:=[gmxapi-legacy(+)] )
57 hdf5? ( sci-libs/hdf5 )
58 "
59 DEPEND="${RDEPEND}"
60
61 diff --git a/sci-chemistry/votca-csg/votca-csg-2021.2.ebuild b/sci-chemistry/votca-csg/votca-csg-2021.2.ebuild
62 index eb83c3f2c7a6..8cd79831d9cc 100644
63 --- a/sci-chemistry/votca-csg/votca-csg-2021.2.ebuild
64 +++ b/sci-chemistry/votca-csg/votca-csg-2021.2.ebuild
65 @@ -1,4 +1,4 @@
66 -# Copyright 1999-2021 Gentoo Authors
67 +# Copyright 1999-2022 Gentoo Authors
68 # Distributed under the terms of the GNU General Public License v2
69
70 EAPI=7
71 @@ -28,7 +28,7 @@ RDEPEND="
72 >=dev-cpp/eigen-3.3
73 dev-lang/perl
74 ~sci-libs/votca-tools-${PV}
75 - gromacs? ( sci-chemistry/gromacs:= )
76 + gromacs? ( sci-chemistry/gromacs:=[gmxapi-legacy(+)] )
77 hdf5? ( sci-libs/hdf5 )
78 "
79 DEPEND="${RDEPEND}"
80
81 diff --git a/sci-chemistry/votca-csg/votca-csg-2021.ebuild b/sci-chemistry/votca-csg/votca-csg-2021.ebuild
82 index 0b8ffb4e34b8..37f61b2427bc 100644
83 --- a/sci-chemistry/votca-csg/votca-csg-2021.ebuild
84 +++ b/sci-chemistry/votca-csg/votca-csg-2021.ebuild
85 @@ -1,4 +1,4 @@
86 -# Copyright 1999-2021 Gentoo Authors
87 +# Copyright 1999-2022 Gentoo Authors
88 # Distributed under the terms of the GNU General Public License v2
89
90 EAPI=7
91 @@ -27,7 +27,7 @@ RDEPEND="
92 >=dev-cpp/eigen-3.3
93 dev-lang/perl
94 ~sci-libs/votca-tools-${PV}
95 - gromacs? ( sci-chemistry/gromacs:= )
96 + gromacs? ( sci-chemistry/gromacs:=[gmxapi-legacy(+)] )
97 hdf5? ( sci-libs/hdf5 )
98 "
99 DEPEND="${RDEPEND}"
100
101 diff --git a/sci-chemistry/votca-csg/votca-csg-9999.ebuild b/sci-chemistry/votca-csg/votca-csg-9999.ebuild
102 index ba2fbdfd7aa7..acabcc4b8c20 100644
103 --- a/sci-chemistry/votca-csg/votca-csg-9999.ebuild
104 +++ b/sci-chemistry/votca-csg/votca-csg-9999.ebuild
105 @@ -1,4 +1,4 @@
106 -# Copyright 1999-2021 Gentoo Authors
107 +# Copyright 1999-2022 Gentoo Authors
108 # Distributed under the terms of the GNU General Public License v2
109
110 EAPI=7
111 @@ -28,7 +28,7 @@ RDEPEND="
112 >=dev-cpp/eigen-3.3
113 dev-lang/perl
114 ~sci-libs/votca-tools-${PV}
115 - gromacs? ( sci-chemistry/gromacs:= )
116 + gromacs? ( sci-chemistry/gromacs:=[gmxapi-legacy(+)] )
117 hdf5? ( sci-libs/hdf5 )
118 "
119 DEPEND="${RDEPEND}"