diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2018-10-27 22:47:20 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2018-10-27 22:47:41 +0300 |
commit | 1dafe99c0a2fddfbac1616ca404827bb99dfa982 (patch) | |
tree | afb623525530061e7798d86acb465034743892a5 /sci-chemistry | |
parent | x11-drivers/xf86-video-amdgpu: add "udev" USE flag (diff) | |
download | gentoo-1dafe99c0a2fddfbac1616ca404827bb99dfa982.tar.gz gentoo-1dafe99c0a2fddfbac1616ca404827bb99dfa982.tar.bz2 gentoo-1dafe99c0a2fddfbac1616ca404827bb99dfa982.zip |
sci-chemistry/gromacs: amd64 stable wrt bug #669322
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11
Diffstat (limited to 'sci-chemistry')
-rw-r--r-- | sci-chemistry/gromacs/gromacs-2016.5.ebuild | 4 | ||||
-rw-r--r-- | sci-chemistry/gromacs/gromacs-2018.3.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sci-chemistry/gromacs/gromacs-2016.5.ebuild b/sci-chemistry/gromacs/gromacs-2016.5.ebuild index 65d0315dc5ce..d4c5d19ad047 100644 --- a/sci-chemistry/gromacs/gromacs-2016.5.ebuild +++ b/sci-chemistry/gromacs/gromacs-2016.5.ebuild @@ -14,11 +14,11 @@ if [[ $PV = *9999* ]]; then http://repo.or.cz/r/gromacs.git" [[ $PV = 9999 ]] && EGIT_BRANCH="master" || EGIT_BRANCH="release-${PV:0:4}" inherit git-r3 - KEYWORDS="x86" + KEYWORDS="amd64 x86" else SRC_URI="ftp://ftp.gromacs.org/pub/${PN}/${PN}-${PV/_/-}.tar.gz test? ( http://gerrit.gromacs.org/download/regressiontests-${PV/_/-}.tar.gz )" - KEYWORDS="~amd64 ~arm x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos" + KEYWORDS="amd64 ~arm x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos" fi ACCE_IUSE="cpu_flags_x86_sse2 cpu_flags_x86_sse4_1 cpu_flags_x86_fma4 cpu_flags_x86_avx cpu_flags_x86_avx2" diff --git a/sci-chemistry/gromacs/gromacs-2018.3.ebuild b/sci-chemistry/gromacs/gromacs-2018.3.ebuild index 4437231ca268..577a40e3c8e0 100644 --- a/sci-chemistry/gromacs/gromacs-2018.3.ebuild +++ b/sci-chemistry/gromacs/gromacs-2018.3.ebuild @@ -14,11 +14,11 @@ if [[ $PV = *9999* ]]; then http://repo.or.cz/r/gromacs.git" [[ $PV = 9999 ]] && EGIT_BRANCH="master" || EGIT_BRANCH="release-${PV:0:4}" inherit git-r3 - KEYWORDS="x86" + KEYWORDS="amd64 x86" else SRC_URI="ftp://ftp.gromacs.org/pub/${PN}/${PN}-${PV/_/-}.tar.gz test? ( http://gerrit.gromacs.org/download/regressiontests-${PV/_/-}.tar.gz )" - KEYWORDS="~amd64 ~arm x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos" + KEYWORDS="amd64 ~arm x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos" fi ACCE_IUSE="cpu_flags_x86_sse2 cpu_flags_x86_sse4_1 cpu_flags_x86_fma4 cpu_flags_x86_avx cpu_flags_x86_avx2" |