Gentoo Archives: gentoo-commits

From: Arthur Zamarin <arthurzam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-cpp/catch/
Date: Thu, 30 Dec 2021 17:59:30
Message-Id: 1640887152.8d82f2c3a0f381318c53e05db2b1288ed444d911.arthurzam@gentoo
1 commit: 8d82f2c3a0f381318c53e05db2b1288ed444d911
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Thu Dec 30 17:59:12 2021 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Thu Dec 30 17:59:12 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d82f2c3
7
8 dev-cpp/catch: Keyword 1.12.2-r1 sparc, #830199
9
10 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
11
12 dev-cpp/catch/catch-1.12.2-r1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-cpp/catch/catch-1.12.2-r1.ebuild b/dev-cpp/catch/catch-1.12.2-r1.ebuild
16 index 868e734cdd93..c5a8e79ac4c5 100644
17 --- a/dev-cpp/catch/catch-1.12.2-r1.ebuild
18 +++ b/dev-cpp/catch/catch-1.12.2-r1.ebuild
19 @@ -12,7 +12,7 @@ if [[ ${PV} == *9999 ]]; then
20 else
21 MY_P=${PN^}-${PV}
22 SRC_URI="https://github.com/catchorg/Catch2/archive/v${PV}.tar.gz -> ${MY_P}.tar.gz"
23 - KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 x86"
24 + KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc x86"
25
26 S="${WORKDIR}/${PN^}2-${PV}"
27 fi