diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2011-02-10 23:04:39 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2011-02-10 23:04:39 +0000 |
commit | 7a856a695e43b02362d7e0706d9ec9daba81d808 (patch) | |
tree | 91919f289c7fb7ba0d5e99b825c50cd118a682c4 /sci-physics/clhep | |
parent | Stable on amd64 wrt bug #354007 (diff) | |
download | historical-7a856a695e43b02362d7e0706d9ec9daba81d808.tar.gz historical-7a856a695e43b02362d7e0706d9ec9daba81d808.tar.bz2 historical-7a856a695e43b02362d7e0706d9ec9daba81d808.zip |
Stable on amd64 wrt bug #354009
Package-Manager: portage-2.1.9.36/cvs/Linux x86_64
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 9d3060a07a73..dcba827a54ae 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.31 2011/02/09 09:10:00 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-physics/clhep/ChangeLog,v 1.32 2011/02/10 23:04:38 hwoarang Exp $ + + 10 Feb 2011; Markos Chandras <hwoarang@gentoo.org> clhep-2.1.0.1.ebuild: + Stable on amd64 wrt bug #354009 09 Feb 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org> clhep-2.1.0.1.ebuild: x86 stable wrt bug #354009 diff --git a/sci-physics/clhep/clhep-2.1.0.1.ebuild b/sci-physics/clhep/clhep-2.1.0.1.ebuild index ea8453a09d47..b3074d7ad42b 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.2 2011/02/09 09:10:00 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-physics/clhep/clhep-2.1.0.1.ebuild,v 1.3 2011/02/10 23:04:39 hwoarang 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 ~sparc x86" +KEYWORDS="amd64 ~hppa ~ppc ~sparc x86" IUSE="exceptions static-libs" RDEPEND="" |