diff options
author | 2011-02-09 09:10:00 +0000 | |
---|---|---|
committer | 2011-02-09 09:10:00 +0000 | |
commit | 4b78cd1d5d0b573f85a0e00210dd0f8996a4aeb9 (patch) | |
tree | a625fa34e04d20c20e111f3f5548443fecc96933 /sci-physics/clhep | |
parent | x86 stable wrt bug #354007 (diff) | |
download | gentoo-2-4b78cd1d5d0b573f85a0e00210dd0f8996a4aeb9.tar.gz gentoo-2-4b78cd1d5d0b573f85a0e00210dd0f8996a4aeb9.tar.bz2 gentoo-2-4b78cd1d5d0b573f85a0e00210dd0f8996a4aeb9.zip |
x86 stable wrt bug #354009
(Portage version: 2.1.9.25/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 | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/sci-physics/clhep/ChangeLog b/sci-physics/clhep/ChangeLog index a63822fde72e..9d3060a07a73 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.30 2011/01/18 16:44:21 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-physics/clhep/ChangeLog,v 1.31 2011/02/09 09:10:00 phajdan.jr Exp $ + + 09 Feb 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org> clhep-2.1.0.1.ebuild: + x86 stable wrt bug #354009 18 Jan 2011; Kacper Kowalik <xarthisius@gentoo.org> -files/clhep-2.0.4.5-gcc4.3.patch, -clhep-2.0.4.7.ebuild: diff --git a/sci-physics/clhep/clhep-2.1.0.1.ebuild b/sci-physics/clhep/clhep-2.1.0.1.ebuild index e53d5a56e418..ea8453a09d47 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-2010 Gentoo Foundation +# 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.1 2010/11/20 07:40:28 bicatali Exp $ +# $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 $ 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="" |