Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-cpp/catch/
Date: Sun, 31 Jan 2021 18:48:41
Message-Id: 1612118898.91004ab3aaba18806314b6583893fc285cc52130.sam@gentoo
1 commit: 91004ab3aaba18806314b6583893fc285cc52130
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 31 18:48:18 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 31 18:48:18 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91004ab3
7
8 dev-cpp/catch: Stabilize 2.13.3 x86, #766902
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-cpp/catch/catch-2.13.3.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-cpp/catch/catch-2.13.3.ebuild b/dev-cpp/catch/catch-2.13.3.ebuild
16 index a33a6a89e42..4ef09010228 100644
17 --- a/dev-cpp/catch/catch-2.13.3.ebuild
18 +++ b/dev-cpp/catch/catch-2.13.3.ebuild
19 @@ -13,7 +13,7 @@ if [[ ${PV} == *9999 ]]; then
20 else
21 MY_P=${PN^}2-${PV}
22 SRC_URI="https://github.com/catchorg/Catch2/archive/v${PV}.tar.gz -> ${MY_P}.tar.gz"
23 - KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~x86"
24 + KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
25
26 S="${WORKDIR}/${MY_P}"
27 fi