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 11BEF1396D0 for ; Mon, 11 Sep 2017 12:17:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2EDF5E0839; Mon, 11 Sep 2017 12:17:06 +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 0F198E0830 for ; Mon, 11 Sep 2017 12:17:06 +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 5070034171B for ; Mon, 11 Sep 2017 12:17:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 129D6907D for ; Mon, 11 Sep 2017 12:17:04 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1505132204.fe660c87d268b4df007d69116356c586cb123b64.kensington@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-qt/qtscxml/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-qt/qtscxml/qtscxml-5.7.1.ebuild X-VCS-Directories: dev-qt/qtscxml/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: fe660c87d268b4df007d69116356c586cb123b64 X-VCS-Branch: master Date: Mon, 11 Sep 2017 12:17:04 +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: df7a1f48-70cd-4ddf-bb49-39080b07fb50 X-Archives-Hash: f87d9f9587125ad1d8eb7e2d95dc610d commit: fe660c87d268b4df007d69116356c586cb123b64 Author: Michael Palimaka gentoo org> AuthorDate: Sun Sep 10 04:46:35 2017 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Mon Sep 11 12:16:44 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe660c87 dev-qt/qtscxml: 5.7.1 stable for amd64/x86 Package-Manager: Portage-2.3.6, Repoman-2.3.3 dev-qt/qtscxml/qtscxml-5.7.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-qt/qtscxml/qtscxml-5.7.1.ebuild b/dev-qt/qtscxml/qtscxml-5.7.1.ebuild index 28c991b4f7c..dc5f1c74ae2 100644 --- a/dev-qt/qtscxml/qtscxml-5.7.1.ebuild +++ b/dev-qt/qtscxml/qtscxml-5.7.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -7,7 +7,7 @@ inherit qt5-build DESCRIPTION="State Chart XML (SCXML) support library for the Qt5 framework" if [[ ${QT5_BUILD_TYPE} == release ]]; then - KEYWORDS="~amd64 ~x86" + KEYWORDS="amd64 x86" fi IUSE=""