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 151EC1382C5 for ; Thu, 10 May 2018 14:23:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DB3D9E0BEE; Thu, 10 May 2018 14:23:39 +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 B6907E0BEE for ; Thu, 10 May 2018 14:23:39 +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 9E46D335C9A for ; Thu, 10 May 2018 14:23:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D9F6E299 for ; Thu, 10 May 2018 14:23:33 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1525962077.d0830c3920ab2813f169da1c80dea0787e3ef417.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/PyQt4/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/PyQt4/PyQt4-4.12.1.ebuild X-VCS-Directories: dev-python/PyQt4/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: d0830c3920ab2813f169da1c80dea0787e3ef417 X-VCS-Branch: master Date: Thu, 10 May 2018 14:23:33 +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: 0e4d7bc9-d284-42f3-af5b-26bb3d942492 X-Archives-Hash: e7eaed16e43387428c4a626c6532d3b0 commit: d0830c3920ab2813f169da1c80dea0787e3ef417 Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon May 7 17:54:27 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu May 10 14:21:17 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0830c39 dev-python/PyQt4: De-stabilise arm Package-Manager: Portage-2.3.36, Repoman-2.3.9 dev-python/PyQt4/PyQt4-4.12.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/PyQt4/PyQt4-4.12.1.ebuild b/dev-python/PyQt4/PyQt4-4.12.1.ebuild index 33ecc5f591f..aa304f2326a 100644 --- a/dev-python/PyQt4/PyQt4-4.12.1.ebuild +++ b/dev-python/PyQt4/PyQt4-4.12.1.ebuild @@ -18,7 +18,7 @@ fi LICENSE="GPL-3" SLOT="0" -KEYWORDS="alpha amd64 arm ~arm64 ia64 ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux" +KEYWORDS="alpha amd64 ~arm ~arm64 ia64 ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux" IUSE="X compat dbus debug declarative designer doc examples help multimedia opengl phonon script scripttools sql svg testlib webkit xmlpatterns"