dev-python/squaremap: fix wxpython dep
authorVirgil Dupras <vdupras@gentoo.org>
Fri, 24 May 2019 14:53:01 +0000 (10:53 -0400)
committerVirgil Dupras <vdupras@gentoo.org>
Fri, 24 May 2019 14:53:01 +0000 (10:53 -0400)
It wasn't properly slotted

Signed-off-by: Virgil Dupras <vdupras@gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11

dev-python/squaremap/squaremap-1.0.4.ebuild

index 70cb764465fe667fe22311344d455d969ef67e9d..0262a588d836fce494169826ed1e7ca442a52518 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
@@ -21,6 +21,6 @@ IUSE=""
 
 DEPEND="${PYTHON_DEPS}"
 RDEPEND="${DEPEND}
-       dev-python/wxpython"
+       dev-python/wxpython:3.0"
 
 S="${WORKDIR}"/${MY_P}