diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2017-02-27 09:23:06 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2017-02-27 09:23:06 +0100 |
commit | 6d5d381a2ddd3f995541100fe5bc61027f15db77 (patch) | |
tree | 65389445bbd777e27fe8f99a01e3c55a3293a171 /sci-chemistry | |
parent | kde-misc/kdirstat: amd64 stable wrt bug #610886 (diff) | |
download | gentoo-6d5d381a2ddd3f995541100fe5bc61027f15db77.tar.gz gentoo-6d5d381a2ddd3f995541100fe5bc61027f15db77.tar.bz2 gentoo-6d5d381a2ddd3f995541100fe5bc61027f15db77.zip |
sci-chemistry/gromacs: amd64 stable wrt bug #589032
Package-Manager: portage-2.3.3
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'sci-chemistry')
-rw-r--r-- | sci-chemistry/gromacs/gromacs-2016.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-chemistry/gromacs/gromacs-2016.2.ebuild b/sci-chemistry/gromacs/gromacs-2016.2.ebuild index bda0e8258eb3..2dee4bd870ec 100644 --- a/sci-chemistry/gromacs/gromacs-2016.2.ebuild +++ b/sci-chemistry/gromacs/gromacs-2016.2.ebuild @@ -15,11 +15,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="amd64" 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" |