Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-cpp/catch/
Date: Sat, 06 Oct 2018 23:05:33
Message-Id: 1538867087.f3fa3c52251e79b68c60830f018c115894711abc.whissi@gentoo
1 commit: f3fa3c52251e79b68c60830f018c115894711abc
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 6 23:00:18 2018 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 6 23:04:47 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3fa3c52
7
8 dev-cpp/catch: x86 stable (bug #667200)
9
10 Package-Manager: Portage-2.3.50, Repoman-2.3.11
11 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
12
13 dev-cpp/catch/catch-2.3.0.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-cpp/catch/catch-2.3.0.ebuild b/dev-cpp/catch/catch-2.3.0.ebuild
17 index 94a870ee7ce..a5f5b0bd658 100644
18 --- a/dev-cpp/catch/catch-2.3.0.ebuild
19 +++ b/dev-cpp/catch/catch-2.3.0.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2018 Gentoo Foundation
22 +# Copyright 1999-2018 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=6
26 @@ -14,7 +14,7 @@ if [[ ${PV} == *9999 ]]; then
27 else
28 MY_P=${PN^}2-${PV}
29 SRC_URI="https://github.com/catchorg/Catch2/archive/v${PV}.tar.gz -> ${MY_P}.tar.gz"
30 - KEYWORDS="~amd64 ~x86"
31 + KEYWORDS="~amd64 x86"
32
33 S=${WORKDIR}/${MY_P}
34 fi