diff options
author | David Seifert <soap@gentoo.org> | 2020-01-26 14:33:01 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2020-01-26 14:33:01 +0100 |
commit | c521a169afa66c4329c17e0b07a1967fc301f13d (patch) | |
tree | 0cdcc76788278c193e50bb1f53d6cef3c9b1b29f /dev-python/wxpython | |
parent | dev-python/reportlab: Remove ia64 keywords (diff) | |
download | gentoo-c521a169afa66c4329c17e0b07a1967fc301f13d.tar.gz gentoo-c521a169afa66c4329c17e0b07a1967fc301f13d.tar.bz2 gentoo-c521a169afa66c4329c17e0b07a1967fc301f13d.zip |
dev-python/wxpython: Remove ia64 keywords
Package-Manager: Portage-2.3.85, Repoman-2.3.20
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'dev-python/wxpython')
-rw-r--r-- | dev-python/wxpython/wxpython-3.0.2.0.ebuild | 4 | ||||
-rw-r--r-- | 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 81f4cb867ca0..85f99bd181c5 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 e5233480aff7..00b70ee2261c 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 )" |