diff options
author | Jakov Smolić <jsmolic@gentoo.org> | 2022-01-16 18:25:12 +0100 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2022-01-16 18:25:12 +0100 |
commit | 1ebc754dee19196cb0144755e78359cf57516d72 (patch) | |
tree | 73b8d6cfbeae85a853506536e24868c0a14b8050 /dev-cpp/catch | |
parent | sys-apps/epoch: Stabilize 1.3.0 x86, #783738 (diff) | |
download | gentoo-1ebc754dee19196cb0144755e78359cf57516d72.tar.gz gentoo-1ebc754dee19196cb0144755e78359cf57516d72.tar.bz2 gentoo-1ebc754dee19196cb0144755e78359cf57516d72.zip |
dev-cpp/catch: Stabilize 2.13.7 x86, #830873
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'dev-cpp/catch')
-rw-r--r-- | dev-cpp/catch/catch-2.13.7.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-cpp/catch/catch-2.13.7.ebuild b/dev-cpp/catch/catch-2.13.7.ebuild index bea68985144e..eb6e3689d52d 100644 --- a/dev-cpp/catch/catch-2.13.7.ebuild +++ b/dev-cpp/catch/catch-2.13.7.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -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 ~ppc64 ~x86" + KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 x86" fi DESCRIPTION="Modern C++ header-only framework for unit-tests" |