From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8A314158095 for ; Fri, 2 Sep 2022 01:13:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B3B00E0936; Fri, 2 Sep 2022 01:13:45 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 44A72E0938 for ; Fri, 2 Sep 2022 01:13:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 593EE34110B for ; Fri, 2 Sep 2022 01:13:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B21C5599 for ; Fri, 2 Sep 2022 01:13:42 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1662081062.0ccc40ed1ef7031907ccec70d6bcb31d4cab2ba2.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/qcoro5/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/qcoro5/qcoro5-0.6.0-r1.ebuild X-VCS-Directories: dev-libs/qcoro5/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 0ccc40ed1ef7031907ccec70d6bcb31d4cab2ba2 X-VCS-Branch: master Date: Fri, 2 Sep 2022 01:13:42 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: a7cffd68-5b00-45e9-b790-5c8620c860f5 X-Archives-Hash: c62d19220fd32906976a7c2fb55bd4be commit: 0ccc40ed1ef7031907ccec70d6bcb31d4cab2ba2 Author: Matt Turner gentoo org> AuthorDate: Fri Sep 2 01:10:51 2022 +0000 Commit: Matt Turner gentoo org> CommitDate: Fri Sep 2 01:11:02 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ccc40ed dev-libs/qcoro5: Keyword 0.6.0-r1 ppc64, #857270 Signed-off-by: Matt Turner gentoo.org> dev-libs/qcoro5/qcoro5-0.6.0-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/qcoro5/qcoro5-0.6.0-r1.ebuild b/dev-libs/qcoro5/qcoro5-0.6.0-r1.ebuild index e8e6b379e3ef..959cf76f3d08 100644 --- a/dev-libs/qcoro5/qcoro5-0.6.0-r1.ebuild +++ b/dev-libs/qcoro5/qcoro5-0.6.0-r1.ebuild @@ -11,7 +11,7 @@ if [[ ${PV} == *9999* ]]; then else SRC_URI="https://github.com/danvratil/${PN/5/}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" S="${WORKDIR}/${P/5/}" - KEYWORDS="~amd64 ~arm64" + KEYWORDS="~amd64 ~arm64 ~ppc64" fi DESCRIPTION="C++ Coroutine Library for Qt5"