Gentoo Archives: gentoo-commits

From: Arthur Zamarin <arthurzam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-cpp/catch/
Date: Sat, 09 Apr 2022 19:27:05
Message-Id: 1649532384.359c2bca09480b7bbab808d64bd87c5a4e6835c5.arthurzam@gentoo
1 commit: 359c2bca09480b7bbab808d64bd87c5a4e6835c5
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 9 19:26:24 2022 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 9 19:26:24 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=359c2bca
7
8 dev-cpp/catch: Keyword 2.13.8 ia64, #836478
9
10 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
11
12 dev-cpp/catch/catch-2.13.8.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-cpp/catch/catch-2.13.8.ebuild b/dev-cpp/catch/catch-2.13.8.ebuild
16 index 792e1b076670..57c1121a30fd 100644
17 --- a/dev-cpp/catch/catch-2.13.8.ebuild
18 +++ b/dev-cpp/catch/catch-2.13.8.ebuild
19 @@ -15,7 +15,7 @@ else
20 SRC_URI="https://github.com/catchorg/Catch2/archive/v${PV}.tar.gz -> ${MY_P}.tar.gz"
21 S="${WORKDIR}/${MY_P}"
22
23 - KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86"
24 + KEYWORDS="amd64 ~arm ~arm64 ~ia64 ~ppc64 ~riscv x86"
25 fi
26
27 DESCRIPTION="Modern C++ header-only framework for unit-tests"