diff options
author | Matt Turner <mattst88@gentoo.org> | 2022-04-09 19:33:53 -0700 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2022-04-09 19:34:04 -0700 |
commit | 827b72d5e09a1045ded255b8d07eeb6e1e0df455 (patch) | |
tree | d1e7fb9a3c5a523fe9ba3bb69809f167a39215b0 /dev-cpp | |
parent | dev-python/jsonschema: Keyword 4.4.0-r2 alpha, #836003 (diff) | |
download | gentoo-827b72d5e09a1045ded255b8d07eeb6e1e0df455.tar.gz gentoo-827b72d5e09a1045ded255b8d07eeb6e1e0df455.tar.bz2 gentoo-827b72d5e09a1045ded255b8d07eeb6e1e0df455.zip |
dev-cpp/catch: Keyword 2.13.8 alpha, #836478
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'dev-cpp')
-rw-r--r-- | dev-cpp/catch/catch-2.13.8.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-cpp/catch/catch-2.13.8.ebuild b/dev-cpp/catch/catch-2.13.8.ebuild index 48c51e7b06da..432a5418dca1 100644 --- a/dev-cpp/catch/catch-2.13.8.ebuild +++ b/dev-cpp/catch/catch-2.13.8.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="amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~s390 x86" + KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~s390 x86" fi DESCRIPTION="Modern C++ header-only framework for unit-tests" |