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 58957138331 for ; Sun, 28 Jan 2018 18:05:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 66578E0D73; Sun, 28 Jan 2018 18:05:04 +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 47862E0D73 for ; Sun, 28 Jan 2018 18:05:04 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 076BC335C0C for ; Sun, 28 Jan 2018 18:05:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 368B41B9 for ; Sun, 28 Jan 2018 18:05:01 +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: <1517162675.c9a48d12b45e24db4993fbcda7adb874649a6e63.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-qt/qthelp/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-qt/qthelp/qthelp-5.7.1.ebuild X-VCS-Directories: dev-qt/qthelp/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: c9a48d12b45e24db4993fbcda7adb874649a6e63 X-VCS-Branch: master Date: Sun, 28 Jan 2018 18:05:01 +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: c30c28ff-664d-460d-851c-9fe1589c740a X-Archives-Hash: 1c65a95e2c820424bfca486155ee1f81 commit: c9a48d12b45e24db4993fbcda7adb874649a6e63 Author: Sergei Trofimovich gentoo org> AuthorDate: Sun Jan 28 18:04:35 2018 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Sun Jan 28 18:04:35 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9a48d12 dev-qt/qthelp: stable 5.7.1 for ppc, bug #645430 Package-Manager: Portage-2.3.20, Repoman-2.3.6 RepoMan-Options: --include-arches="ppc" dev-qt/qthelp/qthelp-5.7.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-qt/qthelp/qthelp-5.7.1.ebuild b/dev-qt/qthelp/qthelp-5.7.1.ebuild index 4efe2c5d31b..612fcb84d0d 100644 --- a/dev-qt/qthelp/qthelp-5.7.1.ebuild +++ b/dev-qt/qthelp/qthelp-5.7.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -8,7 +8,7 @@ inherit qt5-build DESCRIPTION="Qt5 module for integrating online documentation into applications" if [[ ${QT5_BUILD_TYPE} == release ]]; then - KEYWORDS="amd64 arm ~arm64 ~hppa ~ppc ppc64 x86" + KEYWORDS="amd64 arm ~arm64 ~hppa ppc ppc64 x86" fi IUSE=""