projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
791bd31
)
dev-python/xstatic: remove pth files.
author
Patrice Clement
<monsieurp@gentoo.org>
Thu, 21 Jun 2018 15:33:26 +0000
(17:33 +0200)
committer
Patrice 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
patch
|
blob
|
history
diff --git
a/dev-python/xstatic/xstatic-1.0.1.ebuild
b/dev-python/xstatic/xstatic-1.0.1.ebuild
index 028142ca6ed8dbfc65013212738a7e09a7778a0b..d529011eddab6de747d3ea2babb248a21f5e3967 100644
(file)
--- a/
dev-python/xstatic/xstatic-1.0.1.ebuild
+++ b/
dev-python/xstatic/xstatic-1.0.1.ebuild
@@
-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
+}