diff options
author | Sam James <sam@gentoo.org> | 2022-06-12 19:20:56 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-06-12 19:21:02 +0100 |
commit | 767de64712964e29579e5e4bc3a1380bae6ac44c (patch) | |
tree | cff58f7c146645635a8408cd461ddb72c5f813b6 /dev-libs/tre | |
parent | dev-util/pkgdev: sync live ebuild (diff) | |
download | gentoo-767de64712964e29579e5e4bc3a1380bae6ac44c.tar.gz gentoo-767de64712964e29579e5e4bc3a1380bae6ac44c.tar.bz2 gentoo-767de64712964e29579e5e4bc3a1380bae6ac44c.zip |
dev-libs/tre: fix python_install
Closes: https://bugs.gentoo.org/851591
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs/tre')
-rw-r--r-- | dev-libs/tre/tre-0.8.0_p20210321-r1.ebuild | 6 |
1 files changed, 6 insertions, 0 deletions
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" |