Gentoo Archives: gentoo-commits

From: "Jakov Smolić" <jsmolic@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-cpp/catch/
Date: Sun, 16 Jan 2022 17:26:17
Message-Id: 1642353912.1ebc754dee19196cb0144755e78359cf57516d72.jsmolic@gentoo
1 commit: 1ebc754dee19196cb0144755e78359cf57516d72
2 Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 16 17:25:12 2022 +0000
4 Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 16 17:25:12 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ebc754d
7
8 dev-cpp/catch: Stabilize 2.13.7 x86, #830873
9
10 Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
11
12 dev-cpp/catch/catch-2.13.7.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-cpp/catch/catch-2.13.7.ebuild b/dev-cpp/catch/catch-2.13.7.ebuild
16 index bea68985144e..eb6e3689d52d 100644
17 --- a/dev-cpp/catch/catch-2.13.7.ebuild
18 +++ b/dev-cpp/catch/catch-2.13.7.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2021 Gentoo Authors
21 +# Copyright 1999-2022 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=8
25 @@ -15,7 +15,7 @@ else
26 SRC_URI="https://github.com/catchorg/Catch2/archive/v${PV}.tar.gz -> ${MY_P}.tar.gz"
27 S="${WORKDIR}/${MY_P}"
28
29 - KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
30 + KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 x86"
31 fi
32
33 DESCRIPTION="Modern C++ header-only framework for unit-tests"