Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/qcoro5/
Date: Fri, 02 Sep 2022 01:13:46
Message-Id: 1662081062.0ccc40ed1ef7031907ccec70d6bcb31d4cab2ba2.mattst88@gentoo
1 commit: 0ccc40ed1ef7031907ccec70d6bcb31d4cab2ba2
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 2 01:10:51 2022 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 2 01:11:02 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ccc40ed
7
8 dev-libs/qcoro5: Keyword 0.6.0-r1 ppc64, #857270
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 dev-libs/qcoro5/qcoro5-0.6.0-r1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-libs/qcoro5/qcoro5-0.6.0-r1.ebuild b/dev-libs/qcoro5/qcoro5-0.6.0-r1.ebuild
16 index e8e6b379e3ef..959cf76f3d08 100644
17 --- a/dev-libs/qcoro5/qcoro5-0.6.0-r1.ebuild
18 +++ b/dev-libs/qcoro5/qcoro5-0.6.0-r1.ebuild
19 @@ -11,7 +11,7 @@ if [[ ${PV} == *9999* ]]; then
20 else
21 SRC_URI="https://github.com/danvratil/${PN/5/}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
22 S="${WORKDIR}/${P/5/}"
23 - KEYWORDS="~amd64 ~arm64"
24 + KEYWORDS="~amd64 ~arm64 ~ppc64"
25 fi
26
27 DESCRIPTION="C++ Coroutine Library for Qt5"