diff options
-rw-r--r-- | sci-physics/pythia/ChangeLog | 5 | ||||
-rw-r--r-- | sci-physics/pythia/pythia-6.4.19.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-physics/pythia/ChangeLog b/sci-physics/pythia/ChangeLog index 8c14377d8f60..bfbfea8153f0 100644 --- a/sci-physics/pythia/ChangeLog +++ b/sci-physics/pythia/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-physics/pythia # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-physics/pythia/ChangeLog,v 1.9 2009/03/22 21:55:11 darkside Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-physics/pythia/ChangeLog,v 1.10 2009/05/05 19:41:08 fauli Exp $ + + 05 May 2009; Christian Faulhammer <fauli@gentoo.org> pythia-6.4.19.ebuild: + stable x86, bug 245875 22 Mar 2009; Jeremy Olexa <darkside@gentoo.org> pythia-6.4.19.ebuild: amd64 stable, bug 245875 diff --git a/sci-physics/pythia/pythia-6.4.19.ebuild b/sci-physics/pythia/pythia-6.4.19.ebuild index bf773852a9a5..ddafb867ae27 100644 --- a/sci-physics/pythia/pythia-6.4.19.ebuild +++ b/sci-physics/pythia/pythia-6.4.19.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-physics/pythia/pythia-6.4.19.ebuild,v 1.3 2009/03/22 21:42:10 darkside Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-physics/pythia/pythia-6.4.19.ebuild,v 1.4 2009/05/05 19:41:08 fauli Exp $ EAPI=2 inherit fortran versionator autotools @@ -24,7 +24,7 @@ SRC_URI="mirror://gentoo/${P}.tar.bz2 LICENSE="public-domain" SLOT="6" -KEYWORDS="amd64 ~hppa sparc ~x86" +KEYWORDS="amd64 ~hppa sparc x86" IUSE="doc examples" DEPEND="" |