summaryrefslogtreecommitdiff
path: root/dev-python/wxpython
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2020-12-13 12:49:05 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2020-12-13 12:49:05 +0000
commit5c0db8acefcccf0438ad14f0f7d812d2dc5f60b5 (patch)
tree89f1c40e0ba22c1214804f5d07a6209a9e998eaf /dev-python/wxpython
parent476b79058851777a0752446f34c97527b790e41c (diff)
downloadbaldeagleos-repo-5c0db8acefcccf0438ad14f0f7d812d2dc5f60b5.tar.gz
baldeagleos-repo-5c0db8acefcccf0438ad14f0f7d812d2dc5f60b5.tar.xz
baldeagleos-repo-5c0db8acefcccf0438ad14f0f7d812d2dc5f60b5.zip
Updating liguros repo
Diffstat (limited to 'dev-python/wxpython')
-rw-r--r--dev-python/wxpython/wxpython-4.0.7.ebuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/dev-python/wxpython/wxpython-4.0.7.ebuild b/dev-python/wxpython/wxpython-4.0.7.ebuild
index b478ec188bab..cdba127cba23 100644
--- a/dev-python/wxpython/wxpython-4.0.7.ebuild
+++ b/dev-python/wxpython/wxpython-4.0.7.ebuild
@@ -16,9 +16,11 @@ SRC_URI="mirror://pypi/${P:0:1}/${MY_PN}/${MY_PN}-${MY_PV}.tar.gz"
LICENSE="wxWinLL-3"
SLOT="4.0"
-KEYWORDS="~alpha ~amd64 arm arm64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 arm arm64 ppc ppc64 ~sparc x86"
IUSE="test webkit"
-RESTRICT="!test? ( test )"
+# Tests broken: #726812, #722716
+RESTRICT="test"
+#RESTRICT="!test? ( test )"
# wxPython doesn't seem to be able to optionally disable features. webkit is
# optionally patched out because it's so huge, but other elements are not,