diff options
author | Virgil Dupras <vdupras@gentoo.org> | 2019-05-24 10:53:01 -0400 |
---|---|---|
committer | Virgil Dupras <vdupras@gentoo.org> | 2019-05-24 10:53:01 -0400 |
commit | 693bad0ab611e5fb236ddbc04bd672fe1e6bafb7 (patch) | |
tree | f7a4f869e03703f9629894632964a14a2cd8782f /dev-python | |
parent | dev-python/drpython: last rites (diff) | |
download | gentoo-693bad0ab611e5fb236ddbc04bd672fe1e6bafb7.tar.gz gentoo-693bad0ab611e5fb236ddbc04bd672fe1e6bafb7.tar.bz2 gentoo-693bad0ab611e5fb236ddbc04bd672fe1e6bafb7.zip |
dev-python/squaremap: fix wxpython dep
It wasn't properly slotted
Signed-off-by: Virgil Dupras <vdupras@gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/squaremap/squaremap-1.0.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/squaremap/squaremap-1.0.4.ebuild b/dev-python/squaremap/squaremap-1.0.4.ebuild index 70cb764465fe..0262a588d836 100644 --- a/dev-python/squaremap/squaremap-1.0.4.ebuild +++ b/dev-python/squaremap/squaremap-1.0.4.ebuild @@ -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} |