summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2024-11-03 18:27:56 +0000
committerSam James <sam@gentoo.org>2024-11-03 18:27:56 +0000
commit2f3585d7427edb78da87e71d5aee75572ad3b942 (patch)
tree0498c18d97348bf389bcc3db650aa5856c601f46 /dev-cpp
parentdev-cpp/catch: Stabilize 3.7.1 x86, #942835 (diff)
downloadgentoo-2f3585d7427edb78da87e71d5aee75572ad3b942.tar.gz
gentoo-2f3585d7427edb78da87e71d5aee75572ad3b942.tar.bz2
gentoo-2f3585d7427edb78da87e71d5aee75572ad3b942.zip
dev-cpp/catch: Stabilize 3.7.1 arm, #942835
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-cpp')
-rw-r--r--dev-cpp/catch/catch-3.7.1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-cpp/catch/catch-3.7.1.ebuild b/dev-cpp/catch/catch-3.7.1.ebuild
index 05aaff704f28..3b905d8b3f8c 100644
--- a/dev-cpp/catch/catch-3.7.1.ebuild
+++ b/dev-cpp/catch/catch-3.7.1.ebuild
@@ -15,7 +15,7 @@ else
SRC_URI="https://github.com/catchorg/Catch2/archive/v${PV}.tar.gz -> ${MY_P}.tar.gz"
S="${WORKDIR}/${MY_P}"
- KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv ~s390 ~sparc x86"
+ KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv ~s390 ~sparc x86"
fi
DESCRIPTION="Modern C++ header-only framework for unit-tests"