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 90269139697 for ; Mon, 10 Jul 2017 10:35:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0CEA52741C5; Mon, 10 Jul 2017 10:35: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 DEA032741C5 for ; Mon, 10 Jul 2017 10:35:54 +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 D1B04341B27 for ; Mon, 10 Jul 2017 10:35:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CDDF774AB for ; Mon, 10 Jul 2017 10:35:51 +0000 (UTC) From: "Alexis Ballier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexis Ballier" Message-ID: <1499682943.62f4050c53c1975d4abf9a873db2e00b18062cec.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-qt/designer/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-qt/designer/designer-5.6.2.ebuild X-VCS-Directories: dev-qt/designer/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 62f4050c53c1975d4abf9a873db2e00b18062cec X-VCS-Branch: master Date: Mon, 10 Jul 2017 10:35:51 +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: a8e5337c-bf37-466c-bcec-5e400051edec X-Archives-Hash: 597f9f058b4f550e9f5c3f8bbc3527b9 commit: 62f4050c53c1975d4abf9a873db2e00b18062cec Author: Alexis Ballier gentoo org> AuthorDate: Mon Jul 10 10:21:12 2017 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Mon Jul 10 10:35:43 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62f4050c dev-qt/designer: remove ~arm64 from overshadowed version that has broken deps there Package-Manager: Portage-2.3.6, Repoman-2.3.2 dev-qt/designer/designer-5.6.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-qt/designer/designer-5.6.2.ebuild b/dev-qt/designer/designer-5.6.2.ebuild index d2bea621a81..b53dae3874c 100644 --- a/dev-qt/designer/designer-5.6.2.ebuild +++ b/dev-qt/designer/designer-5.6.2.ebuild @@ -8,7 +8,7 @@ inherit qt5-build DESCRIPTION="WYSIWYG tool for designing and building Qt-based GUIs" if [[ ${QT5_BUILD_TYPE} == release ]]; then - KEYWORDS="amd64 arm ~arm64 hppa ppc ppc64 x86" + KEYWORDS="amd64 arm hppa ppc ppc64 x86" fi IUSE="declarative webkit"