diff options
author | Alexey Shvetsov <alexxy@gentoo.org> | 2012-04-08 11:11:55 +0000 |
---|---|---|
committer | Alexey Shvetsov <alexxy@gentoo.org> | 2012-04-08 11:11:55 +0000 |
commit | 0caac245729bd39a525804f68698f40fe9059520 (patch) | |
tree | a66bc56ac5d1c1830fc483e0ec8f857a5c2cdc04 /sci-physics | |
parent | Fix python support. (diff) | |
download | gentoo-2-0caac245729bd39a525804f68698f40fe9059520.tar.gz gentoo-2-0caac245729bd39a525804f68698f40fe9059520.tar.bz2 gentoo-2-0caac245729bd39a525804f68698f40fe9059520.zip |
[sci-physics/espresso] Add ~amd64 keyword
(Portage version: 2.2.0_alpha100/cvs/Linux x86_64)
Diffstat (limited to 'sci-physics')
-rw-r--r-- | sci-physics/espresso/ChangeLog | 5 | ||||
-rw-r--r-- | sci-physics/espresso/espresso-3.1.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-physics/espresso/ChangeLog b/sci-physics/espresso/ChangeLog index 83135113803d..0d11ab96aa06 100644 --- a/sci-physics/espresso/ChangeLog +++ b/sci-physics/espresso/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-physics/espresso # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-physics/espresso/ChangeLog,v 1.7 2012/03/24 22:38:49 ottxor Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-physics/espresso/ChangeLog,v 1.8 2012/04/08 11:11:55 alexxy Exp $ + + 08 Apr 2012; Alexey Shvetsov <alexxy@gentoo.org> espresso-3.1.0.ebuild: + [sci-physics/espresso] Add ~amd64 keyword 24 Mar 2012; Christoph Junghans <ottxor@gentoo.org> espresso-3.1.0.ebuild: Fixes bug #405455, again diff --git a/sci-physics/espresso/espresso-3.1.0.ebuild b/sci-physics/espresso/espresso-3.1.0.ebuild index 2ffef264cb0d..7f324592fdbe 100644 --- a/sci-physics/espresso/espresso-3.1.0.ebuild +++ b/sci-physics/espresso/espresso-3.1.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-physics/espresso/espresso-3.1.0.ebuild,v 1.2 2012/03/24 22:38:49 ottxor Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-physics/espresso/espresso-3.1.0.ebuild,v 1.3 2012/04/08 11:11:55 alexxy Exp $ EAPI=4 @@ -19,7 +19,7 @@ fi LICENSE="GPL-3" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="~amd64 ~x86" IUSE="X doc examples fftw mpi packages test -tk" REQUIRED_USE="tk? ( X )" |