dev-python/pmw: Updates for eapi7 ebuilds

Package-Manager: Portage-2.3.70, Repoman-2.3.16
Signed-off-by: Alexey Shvetsov <alexxy@gentoo.org>
This commit is contained in:
Alexey Shvetsov
2019-08-04 11:13:47 +03:00
parent d0cd46a4a6
commit 9aa213d735
2 changed files with 4 additions and 4 deletions

View File

@@ -1,10 +1,10 @@
src/setup.py | 2 --
1 file changed, 2 deletions(-)
diff --git a/src/setup.py b/src/setup.py
diff --git a/setup.py b/setup.py
index a5f9039..cfcf8a2 100755
--- a/src/setup.py
+++ b/src/setup.py
--- a/setup.py
+++ b/setup.py
@@ -16,9 +16,7 @@ setup(name="Pmw",
'Pmw.Pmw_1_3_3.lib',],

View File

@@ -28,7 +28,7 @@ RESTRICT="test"
S="${WORKDIR}/${MY_P}"
python_prepare() {
distutils-r1_python_prepare
distutils-r1_python_prepare_all
2to3 Pmw
}