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/squaremap/
Date: Fri, 24 May 2019 14:54:14
Message-Id: 1558709581.693bad0ab611e5fb236ddbc04bd672fe1e6bafb7.vdupras@gentoo
1 commit: 693bad0ab611e5fb236ddbc04bd672fe1e6bafb7
2 Author: Virgil Dupras <vdupras <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 24 14:53:01 2019 +0000
4 Commit: Virgil Dupras <vdupras <AT> gentoo <DOT> org>
5 CommitDate: Fri May 24 14:53:01 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=693bad0a
7
8 dev-python/squaremap: 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/squaremap/squaremap-1.0.4.ebuild | 4 ++--
16 1 file changed, 2 insertions(+), 2 deletions(-)
17
18 diff --git a/dev-python/squaremap/squaremap-1.0.4.ebuild b/dev-python/squaremap/squaremap-1.0.4.ebuild
19 index 70cb764465f..0262a588d83 100644
20 --- a/dev-python/squaremap/squaremap-1.0.4.ebuild
21 +++ b/dev-python/squaremap/squaremap-1.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 @@ -21,6 +21,6 @@ IUSE=""
29
30 DEPEND="${PYTHON_DEPS}"
31 RDEPEND="${DEPEND}
32 - dev-python/wxpython"
33 + dev-python/wxpython:3.0"
34
35 S="${WORKDIR}"/${MY_P}