dev-python/xstatic: remove pth files.
authorPatrice Clement <monsieurp@gentoo.org>
Thu, 21 Jun 2018 15:33:26 +0000 (17:33 +0200)
committerPatrice Clement <monsieurp@gentoo.org>
Thu, 21 Jun 2018 15:33:47 +0000 (17:33 +0200)
Package-Manager: Portage-2.3.40, Repoman-2.3.9

dev-python/xstatic/xstatic-1.0.1.ebuild

index 028142ca6ed8dbfc65013212738a7e09a7778a0b..d529011eddab6de747d3ea2babb248a21f5e3967 100644 (file)
@@ -23,7 +23,7 @@ DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
 
 S="${WORKDIR}/${MY_P}"
 
-#python_install() {
-#      distutils-r1_python_install
-#      find "${ED}" -name '*.pth' -delete || die
-#}
+python_install() {
+       distutils-r1_python_install
+       find "${ED}" -name '*.pth' -delete || die
+}