diff options
author | Virgil Dupras <vdupras@gentoo.org> | 2019-05-24 10:53:44 -0400 |
---|---|---|
committer | Virgil Dupras <vdupras@gentoo.org> | 2019-05-24 10:53:44 -0400 |
commit | e0551974460df8dec65cf57fa8399857e5f827c3 (patch) | |
tree | eacce7bc4d23180d8886b16ca98fdf631108dae5 /dev-python/runsnakerun | |
parent | dev-python/squaremap: fix wxpython dep (diff) | |
download | gentoo-e0551974460df8dec65cf57fa8399857e5f827c3.tar.gz gentoo-e0551974460df8dec65cf57fa8399857e5f827c3.tar.bz2 gentoo-e0551974460df8dec65cf57fa8399857e5f827c3.zip |
dev-python/runsnakerun: 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/runsnakerun')
-rw-r--r-- | dev-python/runsnakerun/runsnakerun-2.0.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/runsnakerun/runsnakerun-2.0.4.ebuild b/dev-python/runsnakerun/runsnakerun-2.0.4.ebuild index e99e600ade39..4638198dacf3 100644 --- a/dev-python/runsnakerun/runsnakerun-2.0.4.ebuild +++ b/dev-python/runsnakerun/runsnakerun-2.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" @@ -22,6 +22,6 @@ IUSE="" DEPEND="${PYTHON_DEPS}" RDEPEND="${DEPEND} dev-python/squaremap - dev-python/wxpython" + dev-python/wxpython:3.0" S="${WORKDIR}"/${MY_P} |