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: Mon, 08 Apr 2019 20:50:57
Message-Id: 1554756650.f919bbb4f519f8ca59e5187ee7786e62ac354b91.zlogene@gentoo
1 commit: f919bbb4f519f8ca59e5187ee7786e62ac354b91
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Mon Apr 8 20:48:38 2019 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Mon Apr 8 20:50:50 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f919bbb4
7
8 dev-cpp/catch: amd64 stable wrt bug #682718
9
10 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
11 Package-Manager: Portage-2.3.62, Repoman-2.3.11
12 RepoMan-Options: --include-arches="amd64"
13
14 dev-cpp/catch/catch-2.5.0.ebuild | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/dev-cpp/catch/catch-2.5.0.ebuild b/dev-cpp/catch/catch-2.5.0.ebuild
18 index 5318b054d39..b649c8e17e6 100644
19 --- a/dev-cpp/catch/catch-2.5.0.ebuild
20 +++ b/dev-cpp/catch/catch-2.5.0.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2018 Gentoo Authors
23 +# Copyright 1999-2019 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=7
27 @@ -13,7 +13,7 @@ if [[ ${PV} == *9999 ]]; then
28 else
29 MY_P=${PN^}2-${PV}
30 SRC_URI="https://github.com/catchorg/Catch2/archive/v${PV}.tar.gz -> ${MY_P}.tar.gz"
31 - KEYWORDS="~amd64 ~x86"
32 + KEYWORDS="amd64 ~x86"
33
34 S=${WORKDIR}/${MY_P}
35 fi