From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-950529-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 208C1139695 for <garchives@archives.gentoo.org>; Thu, 18 May 2017 12:39:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9FCD4E0DCA; Thu, 18 May 2017 12:39:55 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 7FFBFE0DC6 for <gentoo-commits@lists.gentoo.org>; Thu, 18 May 2017 12:39:55 +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 1440234167D for <gentoo-commits@lists.gentoo.org>; Thu, 18 May 2017 12:39:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AB8D5745E for <gentoo-commits@lists.gentoo.org>; Thu, 18 May 2017 12:39:52 +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: <1495110984.830859928f99525cc8b8c3ceca1f0524b3208a7d.ago@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-qt/pixeltool/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-qt/pixeltool/pixeltool-4.8.7.ebuild X-VCS-Directories: dev-qt/pixeltool/ X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo X-VCS-Revision: 830859928f99525cc8b8c3ceca1f0524b3208a7d X-VCS-Branch: master Date: Thu, 18 May 2017 12:39:52 +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: 6010c467-5642-400b-a95d-792b00e79a6d X-Archives-Hash: f3078a7107c278fc46c4561c13a86acf commit: 830859928f99525cc8b8c3ceca1f0524b3208a7d Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org> AuthorDate: Thu May 18 12:36:24 2017 +0000 Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org> CommitDate: Thu May 18 12:36:24 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83085992 dev-qt/pixeltool: 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 <ago <AT> gentoo.org> dev-qt/pixeltool/pixeltool-4.8.7.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-qt/pixeltool/pixeltool-4.8.7.ebuild b/dev-qt/pixeltool/pixeltool-4.8.7.ebuild index 433117fe5af..acb27fc36b8 100644 --- a/dev-qt/pixeltool/pixeltool-4.8.7.ebuild +++ b/dev-qt/pixeltool/pixeltool-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 @@ -7,7 +7,7 @@ inherit qt4-build-multilib DESCRIPTION="Qt screen magnifier" 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=""