commit: f17afdcdfd77c34e329888b885695dad4d003258
Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 22 09:26:42 2019 +0000
Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Fri Nov 22 09:26:53 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f17afdcd
dev-python/psutil: Drop S var. It's not needed for the pypi release
Package-Manager: Portage-2.3.79, Repoman-2.3.18
Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
dev-python/psutil/psutil-5.6.5.ebuild | 2 --
1 file changed, 2 deletions(-)
diff --git a/dev-python/psutil/psutil-5.6.5.ebuild
b/dev-python/psutil/psutil-5.6.5.ebuild
index 33c61a4c510..ee3896643a5 100644
--- a/dev-python/psutil/psutil-5.6.5.ebuild
+++ b/dev-python/psutil/psutil-5.6.5.ebuild
@@ -27,8 +27,6 @@ DEPEND="
#RESTRICT="test"
RESTRICT="!test? ( test )"
-S="${WORKDIR}/${PN}-release-${PV}"
-
PATCHES=(
"${FILESDIR}/psutil-5.6.5-tests.patch"
)