diff options
author | Christoph Junghans <ottxor@gentoo.org> | 2014-03-17 15:29:51 +0000 |
---|---|---|
committer | Christoph Junghans <ottxor@gentoo.org> | 2014-03-17 15:29:51 +0000 |
commit | bfc609398f82383742e883eeda2fc51f9870c748 (patch) | |
tree | fb97cb36b6cc6dac33159cf6f50a286f9082dc42 /sci-physics/lammps | |
parent | version bump (diff) | |
download | gentoo-2-bfc609398f82383742e883eeda2fc51f9870c748.tar.gz gentoo-2-bfc609398f82383742e883eeda2fc51f9870c748.tar.bz2 gentoo-2-bfc609398f82383742e883eeda2fc51f9870c748.zip |
added ~x86 (tested by me)
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key C2000586)
Diffstat (limited to 'sci-physics/lammps')
-rw-r--r-- | sci-physics/lammps/ChangeLog | 5 | ||||
-rw-r--r-- | sci-physics/lammps/lammps-20140314.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-physics/lammps/ChangeLog b/sci-physics/lammps/ChangeLog index 152492ea4355..19a86ad9dad4 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.28 2014/03/15 20:17:20 nicolasbock Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-physics/lammps/ChangeLog,v 1.29 2014/03/17 15:29:51 ottxor Exp $ + + 17 Mar 2014; Christoph Junghans <ottxor@gentoo.org> lammps-20140314.ebuild: + added ~x86 (tested by me) *lammps-20140314 (15 Mar 2014) diff --git a/sci-physics/lammps/lammps-20140314.ebuild b/sci-physics/lammps/lammps-20140314.ebuild index fe128929141c..4499273f3ff6 100644 --- a/sci-physics/lammps/lammps-20140314.ebuild +++ b/sci-physics/lammps/lammps-20140314.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-20140314.ebuild,v 1.1 2014/03/15 20:17:20 nicolasbock Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-physics/lammps/lammps-20140314.ebuild,v 1.2 2014/03/17 15:29:51 ottxor 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" +KEYWORDS="~amd64 ~x86" IUSE="doc examples gzip lammps-memalign mpi static-libs" DEPEND=" |