From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1066281-garchives=archives.gentoo.org@lists.gentoo.org> 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 9FF64138334 for <garchives@archives.gentoo.org>; Wed, 9 Jan 2019 13:30:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ED728E0D64; Wed, 9 Jan 2019 13:30:24 +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 C3A81E0D64 for <gentoo-commits@lists.gentoo.org>; Wed, 9 Jan 2019 13:30:24 +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 5C839335CE4 for <gentoo-commits@lists.gentoo.org>; Wed, 9 Jan 2019 13:30:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 28D73512 for <gentoo-commits@lists.gentoo.org>; Wed, 9 Jan 2019 13:30:09 +0000 (UTC) From: "Mikle Kolyada" <zlogene@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" <zlogene@gentoo.org> Message-ID: <1547040584.8dceb47dc8b973f612e15631ffeb711dd31a0b0b.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-qt/qtpositioning/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-qt/qtpositioning/qtpositioning-5.11.3.ebuild X-VCS-Directories: dev-qt/qtpositioning/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 8dceb47dc8b973f612e15631ffeb711dd31a0b0b X-VCS-Branch: master Date: Wed, 9 Jan 2019 13:30:09 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 4161fd0c-1307-4e58-9da3-1734bd1637fa X-Archives-Hash: 1f7bc7b77568e8b3652e4daee3b08cde commit: 8dceb47dc8b973f612e15631ffeb711dd31a0b0b Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org> AuthorDate: Wed Jan 9 13:26:52 2019 +0000 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org> CommitDate: Wed Jan 9 13:29:44 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8dceb47d dev-qt/qtpositioning: ppc64 stable wrt bug #670864 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 dev-qt/qtpositioning/qtpositioning-5.11.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-qt/qtpositioning/qtpositioning-5.11.3.ebuild b/dev-qt/qtpositioning/qtpositioning-5.11.3.ebuild index d26161472f6..31c6fb8b3b8 100644 --- a/dev-qt/qtpositioning/qtpositioning-5.11.3.ebuild +++ b/dev-qt/qtpositioning/qtpositioning-5.11.3.ebuild @@ -9,7 +9,7 @@ DESCRIPTION="Physical position determination library for the Qt5 framework" SRC_URI+=" https://dev.gentoo.org/~asturm/distfiles/${QT5_MODULE}-${PV}-geoclue2.tar.xz" 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="geoclue +qml"