commit:     6ccdcc5e45cc1e8ab139ed63b9ae7f226f4a006e
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 27 13:14:05 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Jul 27 13:14:05 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ccdcc5e

dev-python/pipenv: Fix src_prepare

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/pipenv/pipenv-2020.6.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/pipenv/pipenv-2020.6.2.ebuild 
b/dev-python/pipenv/pipenv-2020.6.2.ebuild
index fe8ed6a61e7..49b5811f9f0 100644
--- a/dev-python/pipenv/pipenv-2020.6.2.ebuild
+++ b/dev-python/pipenv/pipenv-2020.6.2.ebuild
@@ -38,11 +38,11 @@ BDEPEND="
                dev-python/pytz[${PYTHON_USEDEP}]
        )"
 
-distutils-r1_src_prepare() {
+src_prepare() {
        # remove vendored version of PyYAML that is backported to Python2
        # this should be removed when upstream removes support for Python2
        rm -vR "${S}/${PN}/patched/yaml2/" || die
-       eapply_user
+       distutils-r1_src_prepare
 }
 
 python_test() {

Reply via email to