diff options
author | Matoro Mahri <matoro_gentoo@matoro.tk> | 2024-04-30 13:35:43 -0400 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2024-05-01 08:28:10 +0300 |
commit | 9f8939cbe56bea4622b9348939d42decf6fa852e (patch) | |
tree | a1306c13d70935f30f4846f7df5db222e64382cd /dev-cpp/catch | |
parent | dev-util/itstool: Stabilize 2.0.7-r2 hppa, #928833 (diff) | |
download | gentoo-9f8939cbe56bea4622b9348939d42decf6fa852e.tar.gz gentoo-9f8939cbe56bea4622b9348939d42decf6fa852e.tar.bz2 gentoo-9f8939cbe56bea4622b9348939d42decf6fa852e.zip |
dev-cpp/catch: Stabilize 2.13.8 hppa, #929172
Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk>
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'dev-cpp/catch')
-rw-r--r-- | dev-cpp/catch/catch-2.13.8.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-cpp/catch/catch-2.13.8.ebuild b/dev-cpp/catch/catch-2.13.8.ebuild index a9e8c869e243..2a080fe0caae 100644 --- a/dev-cpp/catch/catch-2.13.8.ebuild +++ b/dev-cpp/catch/catch-2.13.8.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 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="~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" |