diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-07-05 19:29:57 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-07-05 19:29:57 +0300 |
commit | 0c8526c2ccfad162a81d5a5a841ee58dc02f92e2 (patch) | |
tree | aa9ebf42ace6c496e85fe48f439c2db6b56b1318 /dev-cpp/catch/catch-3.6.0.ebuild | |
parent | dev-ruby/fiber-storage: Keyword 0.1.2 ppc64, #935512 (diff) | |
download | gentoo-0c8526c2ccfad162a81d5a5a841ee58dc02f92e2.tar.gz gentoo-0c8526c2ccfad162a81d5a5a841ee58dc02f92e2.tar.bz2 gentoo-0c8526c2ccfad162a81d5a5a841ee58dc02f92e2.zip |
dev-cpp/catch: Stabilize 3.6.0 ppc, #935532
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-cpp/catch/catch-3.6.0.ebuild')
-rw-r--r-- | dev-cpp/catch/catch-3.6.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-cpp/catch/catch-3.6.0.ebuild b/dev-cpp/catch/catch-3.6.0.ebuild index 302e72d927d7..31c6d23ac8c3 100644 --- a/dev-cpp/catch/catch-3.6.0.ebuild +++ b/dev-cpp/catch/catch-3.6.0.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 ~loong ~ppc ppc64 ~riscv ~s390 sparc x86" + KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ppc ppc64 ~riscv ~s390 sparc x86" fi DESCRIPTION="Modern C++ header-only framework for unit-tests" |