diff options
author | Benda XU <heroxbd@gentoo.org> | 2012-06-06 04:37:11 +0000 |
---|---|---|
committer | Benda XU <heroxbd@gentoo.org> | 2012-06-06 04:37:11 +0000 |
commit | 417c49d4b74d05455da9a4ea2658cefe3681ffac (patch) | |
tree | 5458815cfe4552999a320f337077cf529bd2334f /sci-physics/clhep | |
parent | Stable for HPPA (bug #418507). (diff) | |
download | gentoo-2-417c49d4b74d05455da9a4ea2658cefe3681ffac.tar.gz gentoo-2-417c49d4b74d05455da9a4ea2658cefe3681ffac.tar.bz2 gentoo-2-417c49d4b74d05455da9a4ea2658cefe3681ffac.zip |
keyword ~x86-linux and ~amd64-linux
(Portage version: 2.2.01.20389-prefix/cvs/Linux armv5tel)
Diffstat (limited to 'sci-physics/clhep')
-rw-r--r-- | sci-physics/clhep/ChangeLog | 5 | ||||
-rw-r--r-- | sci-physics/clhep/clhep-2.1.2.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-physics/clhep/ChangeLog b/sci-physics/clhep/ChangeLog index 762cbc5d3c76..b9be36cf8337 100644 --- a/sci-physics/clhep/ChangeLog +++ b/sci-physics/clhep/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-physics/clhep # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-physics/clhep/ChangeLog,v 1.38 2012/03/02 05:45:13 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-physics/clhep/ChangeLog,v 1.39 2012/06/06 04:37:11 heroxbd Exp $ + + 06 Jun 2012; Benda Xu <heroxbd@gentoo.org> clhep-2.1.2.2.ebuild: + keyword ~x86-linux and ~amd64-linux *clhep-2.1.2.2 (02 Mar 2012) diff --git a/sci-physics/clhep/clhep-2.1.2.2.ebuild b/sci-physics/clhep/clhep-2.1.2.2.ebuild index c30b8fd63574..682850a64eee 100644 --- a/sci-physics/clhep/clhep-2.1.2.2.ebuild +++ b/sci-physics/clhep/clhep-2.1.2.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-physics/clhep/clhep-2.1.2.2.ebuild,v 1.1 2012/03/02 05:45:13 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-physics/clhep/clhep-2.1.2.2.ebuild,v 1.2 2012/06/06 04:37:11 heroxbd Exp $ EAPI=4 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 ~amd64-linux ~x86-linux" IUSE="exceptions static-libs" RDEPEND="" |