diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-07-24 12:39:18 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-07-24 14:19:52 +0200 |
commit | 228c4c39c4a1feb8385d28e8c48dd8d5c2e3f8a5 (patch) | |
tree | 28467abe703d3cdfb2a92a6b6ff19ff95d6eec5b /dev-python/dbus-python | |
parent | dev-python/dbus-python: Remove duplicate run_in_build_dir func (diff) | |
download | gentoo-228c4c39c4a1feb8385d28e8c48dd8d5c2e3f8a5.tar.gz gentoo-228c4c39c4a1feb8385d28e8c48dd8d5c2e3f8a5.tar.bz2 gentoo-228c4c39c4a1feb8385d28e8c48dd8d5c2e3f8a5.zip |
dev-python/dbus-python: Replace obsolete prune_libtool_files
Diffstat (limited to 'dev-python/dbus-python')
-rw-r--r-- | dev-python/dbus-python/dbus-python-1.2.6-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/dbus-python/dbus-python-1.2.6-r2.ebuild b/dev-python/dbus-python/dbus-python-1.2.6-r2.ebuild index 099c2e54856a..7e79f79b6ff9 100644 --- a/dev-python/dbus-python/dbus-python-1.2.6-r2.ebuild +++ b/dev-python/dbus-python/dbus-python-1.2.6-r2.ebuild @@ -6,7 +6,7 @@ EAPI=6 PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) PYTHON_REQ_USE="threads(+)" -inherit autotools eutils python-r1 +inherit autotools python-r1 DESCRIPTION="Python bindings for the D-Bus messagebus" HOMEPAGE="https://www.freedesktop.org/wiki/Software/DBusBindings https://dbus.freedesktop.org/doc/dbus-python/" @@ -77,7 +77,7 @@ src_install() { [[ ${EPYTHON/.*} = "python2" ]] && use doc && dohtml -r api/* } python_foreach_impl run_in_build_dir installing - prune_libtool_files --modules + find "${D}" -name "*.la" -delete || die if use examples; then insinto /usr/share/doc/${PF} |