Gentoo Archives: gentoo-commits

From: Agostino Sarubbo <ago@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/gromacs/
Date: Wed, 05 Jun 2019 06:48:18
Message-Id: 1559717211.fde86717164144f69bcac326e8a99b9ccbb8c14e.ago@gentoo
1 commit: fde86717164144f69bcac326e8a99b9ccbb8c14e
2 Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jun 5 06:46:51 2019 +0000
4 Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
5 CommitDate: Wed Jun 5 06:46:51 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fde86717
7
8 sci-chemistry/gromacs: amd64 stable wrt bug #687238
9
10 Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
11 Package-Manager: Portage-2.3.66, Repoman-2.3.11
12 RepoMan-Options: --include-arches="amd64"
13
14 sci-chemistry/gromacs/gromacs-2018.7.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/sci-chemistry/gromacs/gromacs-2018.7.ebuild b/sci-chemistry/gromacs/gromacs-2018.7.ebuild
18 index 0c57c8b32c1..b94893cb336 100644
19 --- a/sci-chemistry/gromacs/gromacs-2018.7.ebuild
20 +++ b/sci-chemistry/gromacs/gromacs-2018.7.ebuild
21 @@ -17,7 +17,7 @@ if [[ $PV = *9999* ]]; then
22 else
23 SRC_URI="ftp://ftp.gromacs.org/pub/${PN}/${PN}-${PV/_/-}.tar.gz
24 test? ( http://gerrit.gromacs.org/download/regressiontests-${PV/_/-}.tar.gz )"
25 - KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
26 + KEYWORDS="amd64 ~arm ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
27 fi
28
29 ACCE_IUSE="cpu_flags_x86_sse2 cpu_flags_x86_sse4_1 cpu_flags_x86_fma4 cpu_flags_x86_avx cpu_flags_x86_avx2"