Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-cpp/catch/
Date: Tue, 09 Apr 2019 12:35:42
Message-Id: 1554813325.18750283ac3add04bf56630a5c83cfe80b4971b4.zlogene@gentoo
1 commit: 18750283ac3add04bf56630a5c83cfe80b4971b4
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Tue Apr 9 12:34:53 2019 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Tue Apr 9 12:35:25 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18750283
7
8 Revert "dev-cpp/catch: s390 stable wrt bug #682718"
9
10 This reverts commit 2486119b5da0e5cfb3c66ea08fe245e56d772192.
11
12 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
13
14 dev-cpp/catch/catch-2.5.0.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/dev-cpp/catch/catch-2.5.0.ebuild b/dev-cpp/catch/catch-2.5.0.ebuild
18 index 1adebaa8e0f..b649c8e17e6 100644
19 --- a/dev-cpp/catch/catch-2.5.0.ebuild
20 +++ b/dev-cpp/catch/catch-2.5.0.ebuild
21 @@ -13,7 +13,7 @@ if [[ ${PV} == *9999 ]]; then
22 else
23 MY_P=${PN^}2-${PV}
24 SRC_URI="https://github.com/catchorg/Catch2/archive/v${PV}.tar.gz -> ${MY_P}.tar.gz"
25 - KEYWORDS="amd64 s390 ~x86"
26 + KEYWORDS="amd64 ~x86"
27
28 S=${WORKDIR}/${MY_P}
29 fi