commit: 8d82f2c3a0f381318c53e05db2b1288ed444d911
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 30 17:59:12 2021 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Thu Dec 30 17:59:12 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d82f2c3
dev-cpp/catch: Keyword 1.12.2-r1 sparc, #830199
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-cpp/catch/catch-1.12.2-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-cpp/catch/catch-1.12.2-r1.ebuild
b/dev-cpp/catch/catch-1.12.2-r1.ebuild
index 868e734cdd93..c5a8e79ac4c5 100644
--- a/dev-cpp/catch/catch-1.12.2-r1.ebuild
+++ b/dev-cpp/catch/catch-1.12.2-r1.ebuild
@@ -12,7 +12,7 @@ if [[ ${PV} == *9999 ]]; then
else
MY_P=${PN^}-${PV}
SRC_URI="https://github.com/catchorg/Catch2/archive/v${PV}.tar.gz ->
${MY_P}.tar.gz"
- KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 x86"
+ KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc x86"
S="${WORKDIR}/${PN^}2-${PV}"
fi