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 D93AB138350 for ; Sun, 26 Jan 2020 13:33:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 660EBE08D0; Sun, 26 Jan 2020 13:33:43 +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-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4DFFEE08D0 for ; Sun, 26 Jan 2020 13:33:43 +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 C552A34E23C for ; Sun, 26 Jan 2020 13:33:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1A4AD106 for ; Sun, 26 Jan 2020 13:33:38 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1580045581.c521a169afa66c4329c17e0b07a1967fc301f13d.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/wxpython/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/wxpython/wxpython-3.0.2.0.ebuild dev-python/wxpython/wxpython-4.0.6.ebuild X-VCS-Directories: dev-python/wxpython/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: c521a169afa66c4329c17e0b07a1967fc301f13d X-VCS-Branch: master Date: Sun, 26 Jan 2020 13:33:38 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 6f93dc46-88dc-4487-b9bb-5b44e591238a X-Archives-Hash: fc4b314bd942795d739d027712d471e8 commit: c521a169afa66c4329c17e0b07a1967fc301f13d Author: David Seifert gentoo org> AuthorDate: Sun Jan 26 13:33:01 2020 +0000 Commit: David Seifert gentoo org> CommitDate: Sun Jan 26 13:33:01 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c521a169 dev-python/wxpython: Remove ia64 keywords Package-Manager: Portage-2.3.85, Repoman-2.3.20 Signed-off-by: David Seifert gentoo.org> dev-python/wxpython/wxpython-3.0.2.0.ebuild | 4 ++-- dev-python/wxpython/wxpython-4.0.6.ebuild | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-python/wxpython/wxpython-3.0.2.0.ebuild b/dev-python/wxpython/wxpython-3.0.2.0.ebuild index 81f4cb867ca..85f99bd181c 100644 --- a/dev-python/wxpython/wxpython-3.0.2.0.ebuild +++ b/dev-python/wxpython/wxpython-3.0.2.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -18,7 +18,7 @@ SRC_URI=" LICENSE="wxWinLL-3" SLOT="3.0" -KEYWORDS="~alpha amd64 arm arm64 hppa ia64 ppc ppc64 ~sh sparc x86" +KEYWORDS="~alpha amd64 arm arm64 hppa ppc ppc64 ~sh sparc x86" IUSE="cairo examples libnotify opengl" RDEPEND=" diff --git a/dev-python/wxpython/wxpython-4.0.6.ebuild b/dev-python/wxpython/wxpython-4.0.6.ebuild index e5233480aff..00b70ee2261 100644 --- a/dev-python/wxpython/wxpython-4.0.6.ebuild +++ b/dev-python/wxpython/wxpython-4.0.6.ebuild @@ -18,7 +18,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz" LICENSE="wxWinLL-3" SLOT="4.0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~sh ~sparc ~x86" IUSE="test webkit" RESTRICT="!test? ( test )"