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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3C6241382C5 for ; Sat, 30 May 2020 19:33:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9E3C2E08E2; Sat, 30 May 2020 19:33:04 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 88220E08E0 for ; Sat, 30 May 2020 19:33:04 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6220E34EF83 for ; Sat, 30 May 2020 19:33:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B9C9B279 for ; Sat, 30 May 2020 19:33:00 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1590867006.b5a634a700ca201afcb1a6c8508273f0e5f974b2.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-qt/qtdbus/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-qt/qtdbus/qtdbus-5.14.2.ebuild X-VCS-Directories: dev-qt/qtdbus/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: b5a634a700ca201afcb1a6c8508273f0e5f974b2 X-VCS-Branch: master Date: Sat, 30 May 2020 19:33:00 +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: ee9bbe64-064f-40b1-8c05-a5f45a2657d5 X-Archives-Hash: 9b16236773df085ed3036362b587f90c commit: b5a634a700ca201afcb1a6c8508273f0e5f974b2 Author: Sergei Trofimovich gentoo org> AuthorDate: Sat May 30 19:30:06 2020 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Sat May 30 19:30:06 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5a634a7 dev-qt/qtdbus: stable 5.14.2 for ppc, bug #719732 Package-Manager: Portage-2.3.100, Repoman-2.3.22 RepoMan-Options: --include-arches="ppc" Signed-off-by: Sergei Trofimovich gentoo.org> dev-qt/qtdbus/qtdbus-5.14.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-qt/qtdbus/qtdbus-5.14.2.ebuild b/dev-qt/qtdbus/qtdbus-5.14.2.ebuild index 4ef54c83f36..f0425f0dc00 100644 --- a/dev-qt/qtdbus/qtdbus-5.14.2.ebuild +++ b/dev-qt/qtdbus/qtdbus-5.14.2.ebuild @@ -8,7 +8,7 @@ inherit qt5-build DESCRIPTION="Qt5 module for inter-process communication over the D-Bus protocol" if [[ ${QT5_BUILD_TYPE} == release ]]; then - KEYWORDS="amd64 arm arm64 ~hppa ~ppc ppc64 ~sparc x86" + KEYWORDS="amd64 arm arm64 ~hppa ppc ppc64 ~sparc x86" fi IUSE=""