diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2018-10-26 02:32:56 +0200 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2018-10-26 02:51:35 +0200 |
commit | 97105948de6230d3abd476103c840e0e559e49d3 (patch) | |
tree | 12715bd8e8ad8169c8bca67e579864e75a6a6d04 /sci-chemistry | |
parent | app-crypt/gnupg: x86 stable (bug #669180) (diff) | |
download | gentoo-97105948de6230d3abd476103c840e0e559e49d3.tar.gz gentoo-97105948de6230d3abd476103c840e0e559e49d3.tar.bz2 gentoo-97105948de6230d3abd476103c840e0e559e49d3.zip |
sci-chemistry/gromacs: x86 stable (bug #669322)
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
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 69ec80d2cbef..65d0315dc5ce 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="" + KEYWORDS="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 73c49fd596da..4437231ca268 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="" + KEYWORDS="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" |