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 0E9F1138334 for ; Sat, 2 Jun 2018 23:21:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7F972E085B; Sat, 2 Jun 2018 23:21:40 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 4A9C1E085B for ; Sat, 2 Jun 2018 23:21:39 +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 53BB0335C79 for ; Sat, 2 Jun 2018 23:21:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9CE6D2BF for ; Sat, 2 Jun 2018 23:21:36 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1527981648.e1ba8f49a457de66fe89c642612882d5351b4518.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-qt/qtsensors/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-qt/qtsensors/qtsensors-5.11.0_rc2.ebuild dev-qt/qtsensors/qtsensors-5.9.5.ebuild X-VCS-Directories: dev-qt/qtsensors/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: e1ba8f49a457de66fe89c642612882d5351b4518 X-VCS-Branch: master Date: Sat, 2 Jun 2018 23:21:36 +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-Archives-Salt: fd34489d-9718-4623-bedd-c80407717e7a X-Archives-Hash: 40fc0b7cf375b3e33eafc1f17e59a783 commit: e1ba8f49a457de66fe89c642612882d5351b4518 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Jun 2 20:37:00 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Jun 2 23:20:48 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1ba8f49 dev-qt/qtsensors: Add ~ppc, bug #655620 Tested-by: ernsteiswuerfel Package-Manager: Portage-2.3.40, Repoman-2.3.9 dev-qt/qtsensors/qtsensors-5.11.0_rc2.ebuild | 2 +- dev-qt/qtsensors/qtsensors-5.9.5.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-qt/qtsensors/qtsensors-5.11.0_rc2.ebuild b/dev-qt/qtsensors/qtsensors-5.11.0_rc2.ebuild index 28845fe6f0f..d0b0c5b6e6d 100644 --- a/dev-qt/qtsensors/qtsensors-5.11.0_rc2.ebuild +++ b/dev-qt/qtsensors/qtsensors-5.11.0_rc2.ebuild @@ -7,7 +7,7 @@ inherit qt5-build DESCRIPTION="Hardware sensor access library for the Qt5 framework" if [[ ${QT5_BUILD_TYPE} == release ]]; then - KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc64 ~x86" + KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86" fi # TODO: simulator diff --git a/dev-qt/qtsensors/qtsensors-5.9.5.ebuild b/dev-qt/qtsensors/qtsensors-5.9.5.ebuild index 28845fe6f0f..d0b0c5b6e6d 100644 --- a/dev-qt/qtsensors/qtsensors-5.9.5.ebuild +++ b/dev-qt/qtsensors/qtsensors-5.9.5.ebuild @@ -7,7 +7,7 @@ inherit qt5-build DESCRIPTION="Hardware sensor access library for the Qt5 framework" if [[ ${QT5_BUILD_TYPE} == release ]]; then - KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc64 ~x86" + KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86" fi # TODO: simulator