diff options
Diffstat (limited to 'dev-python/core-srht')
-rw-r--r-- | dev-python/core-srht/core-srht-0.69.7.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/core-srht/core-srht-0.69.7.ebuild b/dev-python/core-srht/core-srht-0.69.7.ebuild index ab60e80..1a56d67 100644 --- a/dev-python/core-srht/core-srht-0.69.7.ebuild +++ b/dev-python/core-srht/core-srht-0.69.7.ebuild @@ -47,17 +47,17 @@ src_unpack() { } src_prepare() { - default + distutils-r1_src_prepare pyver="$(python3 --version | cut -d. -f1-2 | cut -d' ' -f2-)" sed -e "s/python3.8/python$pyver/" -i srht/Makefile || die } src_compile() { export PKGVER=${PV} - default + distutils-r1_src_compile } src_install() { export PKGVER=${PV} - default + distutils-r1_src_install } |