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: Sun, 07 Oct 2018 11:59:56
Message-Id: 1538913560.25ad29befb490987e7043f836902004a94c01560.zlogene@gentoo
1 commit: 25ad29befb490987e7043f836902004a94c01560
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 7 11:59:20 2018 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 7 11:59:20 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25ad29be
7
8 dev-cpp/catch: amd64 stable wrt bug #667200
9
10 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
11 Package-Manager: Portage-2.3.49, Repoman-2.3.11
12
13 dev-cpp/catch/catch-2.3.0.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-cpp/catch/catch-2.3.0.ebuild b/dev-cpp/catch/catch-2.3.0.ebuild
17 index a5f5b0bd658..33544077cdf 100644
18 --- a/dev-cpp/catch/catch-2.3.0.ebuild
19 +++ b/dev-cpp/catch/catch-2.3.0.ebuild
20 @@ -14,7 +14,7 @@ if [[ ${PV} == *9999 ]]; then
21 else
22 MY_P=${PN^}2-${PV}
23 SRC_URI="https://github.com/catchorg/Catch2/archive/v${PV}.tar.gz -> ${MY_P}.tar.gz"
24 - KEYWORDS="~amd64 x86"
25 + KEYWORDS="amd64 x86"
26
27 S=${WORKDIR}/${MY_P}
28 fi