Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/wxpython/
Date: Sun, 26 Jan 2020 13:33:45
Message-Id: 1580045581.c521a169afa66c4329c17e0b07a1967fc301f13d.soap@gentoo
1 commit: c521a169afa66c4329c17e0b07a1967fc301f13d
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 26 13:33:01 2020 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 26 13:33:01 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c521a169
7
8 dev-python/wxpython: Remove ia64 keywords
9
10 Package-Manager: Portage-2.3.85, Repoman-2.3.20
11 Signed-off-by: David Seifert <soap <AT> gentoo.org>
12
13 dev-python/wxpython/wxpython-3.0.2.0.ebuild | 4 ++--
14 dev-python/wxpython/wxpython-4.0.6.ebuild | 2 +-
15 2 files changed, 3 insertions(+), 3 deletions(-)
16
17 diff --git a/dev-python/wxpython/wxpython-3.0.2.0.ebuild b/dev-python/wxpython/wxpython-3.0.2.0.ebuild
18 index 81f4cb867ca..85f99bd181c 100644
19 --- a/dev-python/wxpython/wxpython-3.0.2.0.ebuild
20 +++ b/dev-python/wxpython/wxpython-3.0.2.0.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2019 Gentoo Authors
23 +# Copyright 1999-2020 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=5
27 @@ -18,7 +18,7 @@ SRC_URI="
28
29 LICENSE="wxWinLL-3"
30 SLOT="3.0"
31 -KEYWORDS="~alpha amd64 arm arm64 hppa ia64 ppc ppc64 ~sh sparc x86"
32 +KEYWORDS="~alpha amd64 arm arm64 hppa ppc ppc64 ~sh sparc x86"
33 IUSE="cairo examples libnotify opengl"
34
35 RDEPEND="
36
37 diff --git a/dev-python/wxpython/wxpython-4.0.6.ebuild b/dev-python/wxpython/wxpython-4.0.6.ebuild
38 index e5233480aff..00b70ee2261 100644
39 --- a/dev-python/wxpython/wxpython-4.0.6.ebuild
40 +++ b/dev-python/wxpython/wxpython-4.0.6.ebuild
41 @@ -18,7 +18,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz"
42
43 LICENSE="wxWinLL-3"
44 SLOT="4.0"
45 -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86"
46 +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~sh ~sparc ~x86"
47 IUSE="test webkit"
48 RESTRICT="!test? ( test )"