From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-906205-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 1A19A138333 for <garchives@archives.gentoo.org>; Thu, 13 Oct 2016 09:41:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A866EE0C71; Thu, 13 Oct 2016 09:41:35 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 849BCE0C71 for <gentoo-commits@lists.gentoo.org>; Thu, 13 Oct 2016 09:41:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3A67F3413DB for <gentoo-commits@lists.gentoo.org>; Thu, 13 Oct 2016 09:41:33 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7DA1E2FE for <gentoo-commits@lists.gentoo.org>; Thu, 13 Oct 2016 09:41:31 +0000 (UTC) From: "Agostino Sarubbo" <ago@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, "Agostino Sarubbo" <ago@gentoo.org> Message-ID: <1476351582.d951fc60e486388424685efc49041fbcc7fec862.ago@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-qt/qdoc/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-qt/qdoc/qdoc-5.6.1.ebuild X-VCS-Directories: dev-qt/qdoc/ X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo X-VCS-Revision: d951fc60e486388424685efc49041fbcc7fec862 X-VCS-Branch: master Date: Thu, 13 Oct 2016 09:41:31 +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-Archives-Salt: eb0f9805-ca33-4e61-8642-2d1e4ef451fe X-Archives-Hash: 238cf81024266cf85958cc5b7bda1d32 commit: d951fc60e486388424685efc49041fbcc7fec862 Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org> AuthorDate: Thu Oct 13 09:39:42 2016 +0000 Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org> CommitDate: Thu Oct 13 09:39:42 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d951fc60 dev-qt/qdoc: ppc stable wrt bug #586180 Package-Manager: portage-2.2.28 RepoMan-Options: --include-arches="ppc" Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org> dev-qt/qdoc/qdoc-5.6.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-qt/qdoc/qdoc-5.6.1.ebuild b/dev-qt/qdoc/qdoc-5.6.1.ebuild index 25fd8cb..d3a3cca 100644 --- a/dev-qt/qdoc/qdoc-5.6.1.ebuild +++ b/dev-qt/qdoc/qdoc-5.6.1.ebuild @@ -9,7 +9,7 @@ inherit qt5-build DESCRIPTION="Qt documentation generator" if [[ ${QT5_BUILD_TYPE} == release ]]; then - KEYWORDS="amd64 arm hppa ~ppc ppc64 x86" + KEYWORDS="amd64 arm hppa ppc ppc64 x86" fi IUSE=""