Gentoo Archives: gentoo-commits

From: Michael Weber <xmw@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/gromacs/
Date: Mon, 27 Feb 2017 08:59:28
Message-Id: 1488185955.48147246a6e5b85232c0b832a4dab8c289aed925.xmw@gentoo
1 commit: 48147246a6e5b85232c0b832a4dab8c289aed925
2 Author: Michael Weber <xmw <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 27 08:58:49 2017 +0000
4 Commit: Michael Weber <xmw <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 27 08:59:15 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48147246
7
8 sci-chemistry/gromacs: arm stable (bug 589032).
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 sci-chemistry/gromacs/gromacs-2016.2.ebuild | 3 +--
13 1 file changed, 1 insertion(+), 2 deletions(-)
14
15 diff --git a/sci-chemistry/gromacs/gromacs-2016.2.ebuild b/sci-chemistry/gromacs/gromacs-2016.2.ebuild
16 index 2dee4bd870..d249176788 100644
17 --- a/sci-chemistry/gromacs/gromacs-2016.2.ebuild
18 +++ b/sci-chemistry/gromacs/gromacs-2016.2.ebuild
19 @@ -15,11 +15,10 @@ if [[ $PV = *9999* ]]; then
20 http://repo.or.cz/r/gromacs.git"
21 [[ $PV = 9999 ]] && EGIT_BRANCH="master" || EGIT_BRANCH="release-${PV:0:4}"
22 inherit git-r3
23 - KEYWORDS="amd64"
24 else
25 SRC_URI="ftp://ftp.gromacs.org/pub/${PN}/${PN}-${PV/_/-}.tar.gz
26 test? ( http://gerrit.gromacs.org/download/regressiontests-${PV/_/-}.tar.gz )"
27 - KEYWORDS="amd64 ~arm ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
28 + KEYWORDS="amd64 arm ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
29 fi
30
31 ACCE_IUSE="cpu_flags_x86_sse2 cpu_flags_x86_sse4_1 cpu_flags_x86_fma4 cpu_flags_x86_avx cpu_flags_x86_avx2"