diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2014-12-28 10:13:27 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2014-12-28 10:13:27 +0000 |
commit | 32a634e9a7dedc1d4e2af0a5f373d14fc95c8213 (patch) | |
tree | 7fa7df6fc14bebaf159bb4f0e34cefccd375777a /sci-physics | |
parent | Add test recipe for rspec:3 slot. (diff) | |
download | gentoo-2-32a634e9a7dedc1d4e2af0a5f373d14fc95c8213.tar.gz gentoo-2-32a634e9a7dedc1d4e2af0a5f373d14fc95c8213.tar.bz2 gentoo-2-32a634e9a7dedc1d4e2af0a5f373d14fc95c8213.zip |
Stable for x86, wrt bug #532662
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)
Diffstat (limited to 'sci-physics')
-rw-r--r-- | sci-physics/lammps/ChangeLog | 5 | ||||
-rw-r--r-- | sci-physics/lammps/lammps-20140905.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-physics/lammps/ChangeLog b/sci-physics/lammps/ChangeLog index 59e8d7a53460..2bce32f4d6aa 100644 --- a/sci-physics/lammps/ChangeLog +++ b/sci-physics/lammps/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-physics/lammps # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-physics/lammps/ChangeLog,v 1.54 2014/12/26 19:39:05 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-physics/lammps/ChangeLog,v 1.55 2014/12/28 10:13:27 ago Exp $ + + 28 Dec 2014; Agostino Sarubbo <ago@gentoo.org> lammps-20140905.ebuild: + Stable for x86, wrt bug #532662 26 Dec 2014; Agostino Sarubbo <ago@gentoo.org> lammps-20140905.ebuild: Stable for amd64, wrt bug #532662 diff --git a/sci-physics/lammps/lammps-20140905.ebuild b/sci-physics/lammps/lammps-20140905.ebuild index 03ab419c5e94..f716b6f1e688 100644 --- a/sci-physics/lammps/lammps-20140905.ebuild +++ b/sci-physics/lammps/lammps-20140905.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-physics/lammps/lammps-20140905.ebuild,v 1.2 2014/12/26 19:39:05 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-physics/lammps/lammps-20140905.ebuild,v 1.3 2014/12/28 10:13:27 ago Exp $ EAPI=5 @@ -45,7 +45,7 @@ SRC_URI="http://lammps.sandia.gov/tars/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="doc examples gzip lammps-memalign mpi static-libs" DEPEND=" |