dev-python/pythong: Dep on dev-python/pmw directly
authorMichał Górny <mgorny@gentoo.org>
Fri, 27 Sep 2019 17:30:09 +0000 (19:30 +0200)
committerMichał Górny <mgorny@gentoo.org>
Fri, 27 Sep 2019 17:33:41 +0000 (19:33 +0200)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/pythong/pythong-2.1.5-r2.ebuild

index fa40cbcd91b9317dd1c6ccc13825253721613a65..7c1059971d29e3a5e66246b603075437eef6f114 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -26,7 +26,7 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 RDEPEND="${PYTHON_DEPS}
        >=dev-lang/tk-8.3.4:0=
-       virtual/python-pmw[${PYTHON_USEDEP}]"
+       dev-python/pmw:py2[${PYTHON_USEDEP}]"
 DEPEND="${RDEPEND}"
 
 S="${WORKDIR}/${MY_PN}-${MY_PV}"