Gentoo Archives: gentoo-commits

From: Virgil Dupras <vdupras@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/runsnakerun/
Date: Fri, 24 May 2019 14:54:13
Message-Id: 1558709624.e0551974460df8dec65cf57fa8399857e5f827c3.vdupras@gentoo
1 commit: e0551974460df8dec65cf57fa8399857e5f827c3
2 Author: Virgil Dupras <vdupras <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 24 14:53:44 2019 +0000
4 Commit: Virgil Dupras <vdupras <AT> gentoo <DOT> org>
5 CommitDate: Fri May 24 14:53:44 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0551974
7
8 dev-python/runsnakerun: fix wxpython dep
9
10 It wasn't properly slotted
11
12 Signed-off-by: Virgil Dupras <vdupras <AT> gentoo.org>
13 Package-Manager: Portage-2.3.62, Repoman-2.3.11
14
15 dev-python/runsnakerun/runsnakerun-2.0.4.ebuild | 4 ++--
16 1 file changed, 2 insertions(+), 2 deletions(-)
17
18 diff --git a/dev-python/runsnakerun/runsnakerun-2.0.4.ebuild b/dev-python/runsnakerun/runsnakerun-2.0.4.ebuild
19 index e99e600ade3..4638198dacf 100644
20 --- a/dev-python/runsnakerun/runsnakerun-2.0.4.ebuild
21 +++ b/dev-python/runsnakerun/runsnakerun-2.0.4.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2015 Gentoo Foundation
24 +# Copyright 1999-2019 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI="5"
28 @@ -22,6 +22,6 @@ IUSE=""
29 DEPEND="${PYTHON_DEPS}"
30 RDEPEND="${DEPEND}
31 dev-python/squaremap
32 - dev-python/wxpython"
33 + dev-python/wxpython:3.0"
34
35 S="${WORKDIR}"/${MY_P}