diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-03-03 19:48:28 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-03-03 19:48:28 +0200 |
commit | 2862a315eac360a5a5486d2ec47c551b908aa019 (patch) | |
tree | 00be79e00a6cfb6e0bb6538053ec116e25526a8d /dev-cpp | |
parent | dev-python/flaky: Use pypi.eclass (diff) | |
download | gentoo-2862a315eac360a5a5486d2ec47c551b908aa019.tar.gz gentoo-2862a315eac360a5a5486d2ec47c551b908aa019.tar.bz2 gentoo-2862a315eac360a5a5486d2ec47c551b908aa019.zip |
dev-cpp/catch: Stabilize 3.0.1 hppa, #893036
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-cpp')
-rw-r--r-- | dev-cpp/catch/catch-3.0.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-cpp/catch/catch-3.0.1.ebuild b/dev-cpp/catch/catch-3.0.1.ebuild index b551791eac29..04724eae0130 100644 --- a/dev-cpp/catch/catch-3.0.1.ebuild +++ b/dev-cpp/catch/catch-3.0.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 ~ia64 ppc ppc64 ~riscv ~s390 sparc x86" + KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86" fi DESCRIPTION="Modern C++ header-only framework for unit-tests" |