diff options
author | 2015-02-26 19:04:02 +0000 | |
---|---|---|
committer | 2015-02-26 19:04:02 +0000 | |
commit | 0948e29939afb6349be2aa07007033823f645706 (patch) | |
tree | b9780c7ad334e02a21515142993ee8473855c265 /sci-chemistry | |
parent | arm stable, bug #537884 (diff) | |
download | gentoo-2-0948e29939afb6349be2aa07007033823f645706.tar.gz gentoo-2-0948e29939afb6349be2aa07007033823f645706.tar.bz2 gentoo-2-0948e29939afb6349be2aa07007033823f645706.zip |
arm stable, bug #538370
(Portage version: 2.2.17/cvs/Linux x86_64, RepoMan options: --include-arches="arm", signed Manifest commit with key 072AD062)
Diffstat (limited to 'sci-chemistry')
-rw-r--r-- | sci-chemistry/gromacs/ChangeLog | 5 | ||||
-rw-r--r-- | sci-chemistry/gromacs/gromacs-5.0.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-chemistry/gromacs/ChangeLog b/sci-chemistry/gromacs/ChangeLog index 7409bccdb4fe..f427475736e9 100644 --- a/sci-chemistry/gromacs/ChangeLog +++ b/sci-chemistry/gromacs/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-chemistry/gromacs # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/gromacs/ChangeLog,v 1.154 2015/02/25 15:44:21 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/gromacs/ChangeLog,v 1.155 2015/02/26 19:04:02 maekke Exp $ + + 26 Feb 2015; Markus Meier <maekke@gentoo.org> gromacs-5.0.4.ebuild: + arm stable, bug #538370 25 Feb 2015; Agostino Sarubbo <ago@gentoo.org> gromacs-5.0.4.ebuild: Stable for x86, wrt bug #538370 diff --git a/sci-chemistry/gromacs/gromacs-5.0.4.ebuild b/sci-chemistry/gromacs/gromacs-5.0.4.ebuild index 46fe77060c02..efbb25473489 100644 --- a/sci-chemistry/gromacs/gromacs-5.0.4.ebuild +++ b/sci-chemistry/gromacs/gromacs-5.0.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/gromacs/gromacs-5.0.4.ebuild,v 1.5 2015/02/25 15:44:21 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/gromacs/gromacs-5.0.4.ebuild,v 1.6 2015/02/26 19:04:02 maekke Exp $ EAPI=5 @@ -19,7 +19,7 @@ if [[ $PV = *9999* ]]; then else SRC_URI="ftp://ftp.gromacs.org/pub/${PN}/${PN}-${PV/_/-}.tar.gz test? ( http://gerrit.gromacs.org/download/regressiontests-${PV}.tar.gz )" - KEYWORDS="~alpha amd64 ~arm ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos" + KEYWORDS="~alpha amd64 arm ppc64 ~sparc 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" |