summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-10-19 17:25:04 +0200
committerMichał Górny <mgorny@gentoo.org>2024-10-19 17:25:04 +0200
commit444ea8e20787a2c02adda2886625a6f2a876f423 (patch)
tree38846395e19b7850b5541d94a311087e0de43593 /dev-cpp
parentdev-cpp/catch: Stabilize 2.13.10 amd64, #941855 (diff)
downloadgentoo-444ea8e20787a2c02adda2886625a6f2a876f423.tar.gz
gentoo-444ea8e20787a2c02adda2886625a6f2a876f423.tar.bz2
gentoo-444ea8e20787a2c02adda2886625a6f2a876f423.zip
dev-cpp/catch: Stabilize 2.13.10 arm, #941855
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-cpp')
-rw-r--r--dev-cpp/catch/catch-2.13.10.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-cpp/catch/catch-2.13.10.ebuild b/dev-cpp/catch/catch-2.13.10.ebuild
index 3ed48be22508..354582c1c4ac 100644
--- a/dev-cpp/catch/catch-2.13.10.ebuild
+++ b/dev-cpp/catch/catch-2.13.10.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"