commit: 767de64712964e29579e5e4bc3a1380bae6ac44c Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sun Jun 12 18:20:56 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sun Jun 12 18:21:02 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=767de647
dev-libs/tre: fix python_install Closes: https://bugs.gentoo.org/851591 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-libs/tre/tre-0.8.0_p20210321-r1.ebuild | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/dev-libs/tre/tre-0.8.0_p20210321-r1.ebuild b/dev-libs/tre/tre-0.8.0_p20210321-r1.ebuild index 372990075c8a..58ab13bf0acc 100644 --- a/dev-libs/tre/tre-0.8.0_p20210321-r1.ebuild +++ b/dev-libs/tre/tre-0.8.0_p20210321-r1.ebuild @@ -101,6 +101,12 @@ src_install() { use python && distutils-r1_src_install } +python_install() { + pushd "python" || die + distutils-r1_python_install + popd || die +} + pkg_postinst() { ewarn "app-misc/glimpse, app-text/agrep and this package all provide agrep." ewarn "If this causes any unforeseen incompatibilities please file a bug"
