diff options
author | Jeroen Roovers <jer@gentoo.org> | 2011-02-18 17:06:13 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2011-02-18 17:06:13 +0000 |
commit | 1104cda7c79703718920eb5fd821ebf86e48379d (patch) | |
tree | 48c3f068682f2a7da9d9ff06d9991e2e6d9943c6 /sci-physics/pythia | |
parent | fix UUID support (bug #320845) and gcc 4.5 support (bug #355171) (diff) | |
download | gentoo-2-1104cda7c79703718920eb5fd821ebf86e48379d.tar.gz gentoo-2-1104cda7c79703718920eb5fd821ebf86e48379d.tar.bz2 gentoo-2-1104cda7c79703718920eb5fd821ebf86e48379d.zip |
Stable for HPPA (bug #354015).
(Portage version: 2.2.0_alpha24/cvs/Linux i686)
Diffstat (limited to 'sci-physics/pythia')
-rw-r--r-- | sci-physics/pythia/ChangeLog | 6 | ||||
-rw-r--r-- | sci-physics/pythia/pythia-6.4.24.ebuild | 4 | ||||
-rw-r--r-- | sci-physics/pythia/pythia-8.1.45.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/sci-physics/pythia/ChangeLog b/sci-physics/pythia/ChangeLog index 04f8ea609c9f..87cc51ba3c48 100644 --- a/sci-physics/pythia/ChangeLog +++ b/sci-physics/pythia/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-physics/pythia # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-physics/pythia/ChangeLog,v 1.37 2011/02/13 17:35:53 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-physics/pythia/ChangeLog,v 1.38 2011/02/18 17:06:13 jer Exp $ + + 18 Feb 2011; Jeroen Roovers <jer@gentoo.org> pythia-6.4.24.ebuild, + pythia-8.1.45.ebuild: + Stable for HPPA (bug #354015). 13 Feb 2011; Raúl Porcel <armin76@gentoo.org> pythia-6.4.22.ebuild, pythia-6.4.24.ebuild, pythia-8.1.35.ebuild, pythia-8.1.45.ebuild: diff --git a/sci-physics/pythia/pythia-6.4.24.ebuild b/sci-physics/pythia/pythia-6.4.24.ebuild index a6305cf719ac..fa9eba10872d 100644 --- a/sci-physics/pythia/pythia-6.4.24.ebuild +++ b/sci-physics/pythia/pythia-6.4.24.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-physics/pythia/pythia-6.4.24.ebuild,v 1.4 2011/02/13 17:35:53 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-physics/pythia/pythia-6.4.24.ebuild,v 1.5 2011/02/18 17:06:13 jer Exp $ EAPI=2 inherit versionator autotools @@ -24,7 +24,7 @@ SRC_URI="mirror://gentoo/${P}.tar.bz2 LICENSE="public-domain" SLOT="6" -KEYWORDS="amd64 ~hppa x86" +KEYWORDS="amd64 hppa x86" IUSE="doc examples static-libs" DEPEND="" RDEPEND="${DEPEND}" diff --git a/sci-physics/pythia/pythia-8.1.45.ebuild b/sci-physics/pythia/pythia-8.1.45.ebuild index ca83c4ca7447..e12dc93b2ea7 100644 --- a/sci-physics/pythia/pythia-8.1.45.ebuild +++ b/sci-physics/pythia/pythia-8.1.45.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-physics/pythia/pythia-8.1.45.ebuild,v 1.5 2011/02/13 17:35:53 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-physics/pythia/pythia-8.1.45.ebuild,v 1.6 2011/02/18 17:06:13 jer 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 x86" +KEYWORDS="amd64 hppa x86" IUSE="doc examples +hepmc static-libs" DEPEND="hepmc? ( sci-physics/hepmc )" |