Gentoo Archives: gentoo-commits

From: Alexey Shvetsov <alexxy@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/gromacs/
Date: Wed, 15 Sep 2021 18:23:43
Message-Id: 1631730211.52a638e6e0ae85696cad3a25dd73b7046f66cf5c.alexxy@gentoo
1 commit: 52a638e6e0ae85696cad3a25dd73b7046f66cf5c
2 Author: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 15 18:23:18 2021 +0000
4 Commit: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 15 18:23:31 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52a638e6
7
8 sci-chemistry/gromacs: Check patches
9
10 Package-Manager: Portage-3.0.23, Repoman-3.0.3
11 Signed-off-by: Alexey Shvetsov <alexxy <AT> gentoo.org>
12
13 sci-chemistry/gromacs/gromacs-2021.3.ebuild | 7 +------
14 1 file changed, 1 insertion(+), 6 deletions(-)
15
16 diff --git a/sci-chemistry/gromacs/gromacs-2021.3.ebuild b/sci-chemistry/gromacs/gromacs-2021.3.ebuild
17 index c9f47113b4e..6d851074d36 100644
18 --- a/sci-chemistry/gromacs/gromacs-2021.3.ebuild
19 +++ b/sci-chemistry/gromacs/gromacs-2021.3.ebuild
20 @@ -1,7 +1,7 @@
21 # Copyright 1999-2021 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 -EAPI=7
25 +EAPI=8
26
27 CMAKE_MAKEFILE_GENERATOR="ninja"
28
29 @@ -88,11 +88,6 @@ if [[ ${PV} != *9999 ]]; then
30 S="${WORKDIR}/${PN}-${PV/_/-}"
31 fi
32
33 -PATCHES=(
34 - "${FILESDIR}/${PN}-2020-pytest.patch"
35 - "${FILESDIR}/${PN}-2021-nblib.patch"
36 -)
37 -
38 pkg_pretend() {
39 [[ $(gcc-version) == "4.1" ]] && die "gcc 4.1 is not supported by gromacs"
40 use openmp && ! tc-has-openmp && \