diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2010-06-03 12:51:55 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2010-06-03 12:51:55 +0000 |
commit | 12398619c2ec83e14e473be3bbe2180b295b2e67 (patch) | |
tree | 8fde305b5a675f4d75b844193b29c962ce696e97 /sci-physics/pythia | |
parent | Non-maintainer version bump, security bug #321917. (diff) | |
download | gentoo-2-12398619c2ec83e14e473be3bbe2180b295b2e67.tar.gz gentoo-2-12398619c2ec83e14e473be3bbe2180b295b2e67.tar.bz2 gentoo-2-12398619c2ec83e14e473be3bbe2180b295b2e67.zip |
Stable on amd64 wrt bug #318467
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'sci-physics/pythia')
-rw-r--r-- | sci-physics/pythia/ChangeLog | 5 | ||||
-rw-r--r-- | sci-physics/pythia/pythia-8.1.35.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-physics/pythia/ChangeLog b/sci-physics/pythia/ChangeLog index 2d6cf7b7c577..2d9397df8f12 100644 --- a/sci-physics/pythia/ChangeLog +++ b/sci-physics/pythia/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-physics/pythia # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-physics/pythia/ChangeLog,v 1.23 2010/05/25 21:23:22 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-physics/pythia/ChangeLog,v 1.24 2010/06/03 12:51:55 hwoarang Exp $ + + 03 Jun 2010; Markos Chandras <hwoarang@gentoo.org> pythia-8.1.35.ebuild: + Stable on amd64 wrt bug #318467 25 May 2010; Pacho Ramos <pacho@gentoo.org> pythia-6.4.22.ebuild: stable amd64, bug 318465 diff --git a/sci-physics/pythia/pythia-8.1.35.ebuild b/sci-physics/pythia/pythia-8.1.35.ebuild index d0528d750533..c9d49f24fc89 100644 --- a/sci-physics/pythia/pythia-8.1.35.ebuild +++ b/sci-physics/pythia/pythia-8.1.35.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-physics/pythia/pythia-8.1.35.ebuild,v 1.2 2010/05/13 14:05:30 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-physics/pythia/pythia-8.1.35.ebuild,v 1.3 2010/06/03 12:51:55 hwoarang Exp $ EAPI=2 @@ -15,7 +15,7 @@ SRC_URI="http://home.thep.lu.se/~torbjorn/${PN}${MV}/${MY_P}.tgz" LICENSE="GPL-2" SLOT="8" -KEYWORDS="~amd64 hppa ~sparc ~x86" +KEYWORDS="amd64 hppa ~sparc ~x86" IUSE="doc examples +hepmc" DEPEND="hepmc? ( sci-physics/hepmc )" |