diff options
author | Guilherme Amadio <amadio@gentoo.org> | 2023-05-23 09:37:07 +0200 |
---|---|---|
committer | Guilherme Amadio <amadio@gentoo.org> | 2023-05-24 08:50:07 +0200 |
commit | da152cb9ebf8eaf082d6ddf4d0133dce3e56c4fe (patch) | |
tree | a06fb3563b6fca298eb7a6b54038be26ee6060c1 /sci-physics/clhep | |
parent | www-servers/tomcat: removed redundant bndlib from the latest tomcat versions (diff) | |
download | gentoo-da152cb9ebf8eaf082d6ddf4d0133dce3e56c4fe.tar.gz gentoo-da152cb9ebf8eaf082d6ddf4d0133dce3e56c4fe.tar.bz2 gentoo-da152cb9ebf8eaf082d6ddf4d0133dce3e56c4fe.zip |
sci-physics/clhep: stabilize 2.4.6.2 for amd64, x86
Signed-off-by: Guilherme Amadio <amadio@gentoo.org>
Diffstat (limited to 'sci-physics/clhep')
-rw-r--r-- | sci-physics/clhep/clhep-2.4.6.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-physics/clhep/clhep-2.4.6.2.ebuild b/sci-physics/clhep/clhep-2.4.6.2.ebuild index 57eb9a57fa2c..d53a9179fe2e 100644 --- a/sci-physics/clhep/clhep-2.4.6.2.ebuild +++ b/sci-physics/clhep/clhep-2.4.6.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -10,7 +10,7 @@ HOMEPAGE="http://proj-clhep.web.cern.ch/proj-clhep/" SRC_URI="http://proj-clhep.web.cern.ch/proj-clhep/dist1/${P}.tgz" LICENSE="GPL-3 LGPL-3" SLOT="2/${PV}" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~x64-macos" +KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux ~x64-macos" IUSE="doc test threads" RESTRICT="!test? ( test )" |