Gentoo Archives: gentoo-commits

From: Guilherme Amadio <amadio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-physics/clhep/
Date: Tue, 31 May 2022 06:53:54
Message-Id: 1653980012.6be996b6ac2706dd20d532d3e39dee32a045fa41.amadio@gentoo
1 commit: 6be996b6ac2706dd20d532d3e39dee32a045fa41
2 Author: Guilherme Amadio <amadio <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 30 12:47:02 2022 +0000
4 Commit: Guilherme Amadio <amadio <AT> gentoo <DOT> org>
5 CommitDate: Tue May 31 06:53:32 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6be996b6
7
8 sci-physics/clhep: stabilize 2.4.5.1 on amd64/x86
9
10 Package-Manager: Portage-3.0.30, Repoman-3.0.3
11 Signed-off-by: Guilherme Amadio <amadio <AT> gentoo.org>
12
13 sci-physics/clhep/clhep-2.4.5.1.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/sci-physics/clhep/clhep-2.4.5.1.ebuild b/sci-physics/clhep/clhep-2.4.5.1.ebuild
17 index ab61250e0377..bae7df5849e2 100644
18 --- a/sci-physics/clhep/clhep-2.4.5.1.ebuild
19 +++ b/sci-physics/clhep/clhep-2.4.5.1.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2021 Gentoo Authors
22 +# Copyright 1999-2022 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=7
26 @@ -10,7 +10,7 @@ HOMEPAGE="http://proj-clhep.web.cern.ch/proj-clhep/"
27 SRC_URI="http://proj-clhep.web.cern.ch/proj-clhep/dist1/${P}.tgz"
28 LICENSE="GPL-3 LGPL-3"
29 SLOT="2/${PV}"
30 -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~x64-macos"
31 +KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux ~x64-macos"
32
33 IUSE="doc test threads"
34 RESTRICT="!test? ( test )"