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 C7677139694 for ; Thu, 18 May 2017 12:40:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DF81BE0E5F; Thu, 18 May 2017 12:40:01 +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 BCA20E0E37 for ; Thu, 18 May 2017 12:39:56 +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 EE5D934169C for ; Thu, 18 May 2017 12:39:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 60B997467 for ; Thu, 18 May 2017 12:39:53 +0000 (UTC) From: "Agostino Sarubbo" 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" Message-ID: <1495111060.619d9611e68dd1ae566e50d698e94a42d6eb030e.ago@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-qt/qthelp/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-qt/qthelp/qthelp-4.8.7.ebuild X-VCS-Directories: dev-qt/qthelp/ X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo X-VCS-Revision: 619d9611e68dd1ae566e50d698e94a42d6eb030e X-VCS-Branch: master Date: Thu, 18 May 2017 12:39:53 +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: fe09bfc7-3435-4117-aa91-f1b60cbeb65d X-Archives-Hash: 59ba0196e2d18bc053b33264868f235b commit: 619d9611e68dd1ae566e50d698e94a42d6eb030e Author: Agostino Sarubbo gentoo org> AuthorDate: Thu May 18 12:37:40 2017 +0000 Commit: Agostino Sarubbo gentoo org> CommitDate: Thu May 18 12:37:40 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=619d9611 dev-qt/qthelp: amd64 stable wrt bug #552396 Package-Manager: Portage-2.3.5, Repoman-2.3.1 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo gentoo.org> dev-qt/qthelp/qthelp-4.8.7.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-qt/qthelp/qthelp-4.8.7.ebuild b/dev-qt/qthelp/qthelp-4.8.7.ebuild index be357e0edad..8b1a29207c5 100644 --- a/dev-qt/qthelp/qthelp-4.8.7.ebuild +++ b/dev-qt/qthelp/qthelp-4.8.7.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -12,7 +12,7 @@ SRC_URI+=" )" if [[ ${QT4_BUILD_TYPE} == release ]]; then - KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86" + KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86" fi IUSE="compat doc"