diff options
author | Jeroen Roovers <jer@gentoo.org> | 2011-02-18 17:09:09 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2011-02-18 17:09:09 +0000 |
commit | aa56ed065ec874a33269ec2d206f4622b26a8235 (patch) | |
tree | 45cc86848dcac7e621f2a270ed024353959e576a /sci-physics/clhep | |
parent | Stable for HPPA (bug #354015). (diff) | |
download | historical-aa56ed065ec874a33269ec2d206f4622b26a8235.tar.gz historical-aa56ed065ec874a33269ec2d206f4622b26a8235.tar.bz2 historical-aa56ed065ec874a33269ec2d206f4622b26a8235.zip |
Stable for HPPA (bug #354009).
Package-Manager: portage-2.2.0_alpha24/cvs/Linux i686
Diffstat (limited to 'sci-physics/clhep')
-rw-r--r-- | sci-physics/clhep/ChangeLog | 5 | ||||
-rw-r--r-- | sci-physics/clhep/clhep-2.1.0.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-physics/clhep/ChangeLog b/sci-physics/clhep/ChangeLog index 5e25d14ad862..c74cac34009b 100644 --- a/sci-physics/clhep/ChangeLog +++ b/sci-physics/clhep/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-physics/clhep # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-physics/clhep/ChangeLog,v 1.33 2011/02/13 17:37:57 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-physics/clhep/ChangeLog,v 1.34 2011/02/18 17:09:09 jer Exp $ + + 18 Feb 2011; Jeroen Roovers <jer@gentoo.org> clhep-2.1.0.1.ebuild: + Stable for HPPA (bug #354009). 13 Feb 2011; Raúl Porcel <armin76@gentoo.org> clhep-2.0.4.6.ebuild, clhep-2.1.0.1.ebuild: diff --git a/sci-physics/clhep/clhep-2.1.0.1.ebuild b/sci-physics/clhep/clhep-2.1.0.1.ebuild index 3deb948dbd0f..4cb5cbcfdc11 100644 --- a/sci-physics/clhep/clhep-2.1.0.1.ebuild +++ b/sci-physics/clhep/clhep-2.1.0.1.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/clhep/clhep-2.1.0.1.ebuild,v 1.4 2011/02/13 17:37:57 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-physics/clhep/clhep-2.1.0.1.ebuild,v 1.5 2011/02/18 17:09:09 jer Exp $ EAPI=2 inherit autotools eutils @@ -10,7 +10,7 @@ HOMEPAGE="http://www.cern.ch/clhep" SRC_URI="http://proj-clhep.web.cern.ch/proj-clhep/DISTRIBUTION/tarFiles/${P}.tgz" LICENSE="public-domain" SLOT="2" -KEYWORDS="amd64 ~hppa ~ppc x86" +KEYWORDS="amd64 hppa ~ppc x86" IUSE="exceptions static-libs" RDEPEND="" |