Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/dbus-python/
Date: Tue, 24 Jul 2018 12:20:16
Message-Id: 1532434792.228c4c39c4a1feb8385d28e8c48dd8d5c2e3f8a5.mgorny@gentoo
1 commit: 228c4c39c4a1feb8385d28e8c48dd8d5c2e3f8a5
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jul 24 10:39:18 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Jul 24 12:19:52 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=228c4c39
7
8 dev-python/dbus-python: Replace obsolete prune_libtool_files
9
10 dev-python/dbus-python/dbus-python-1.2.6-r2.ebuild | 4 ++--
11 1 file changed, 2 insertions(+), 2 deletions(-)
12
13 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
14 index 099c2e54856..7e79f79b6ff 100644
15 --- a/dev-python/dbus-python/dbus-python-1.2.6-r2.ebuild
16 +++ b/dev-python/dbus-python/dbus-python-1.2.6-r2.ebuild
17 @@ -6,7 +6,7 @@ EAPI=6
18 PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
19 PYTHON_REQ_USE="threads(+)"
20
21 -inherit autotools eutils python-r1
22 +inherit autotools python-r1
23
24 DESCRIPTION="Python bindings for the D-Bus messagebus"
25 HOMEPAGE="https://www.freedesktop.org/wiki/Software/DBusBindings https://dbus.freedesktop.org/doc/dbus-python/"
26 @@ -77,7 +77,7 @@ src_install() {
27 [[ ${EPYTHON/.*} = "python2" ]] && use doc && dohtml -r api/*
28 }
29 python_foreach_impl run_in_build_dir installing
30 - prune_libtool_files --modules
31 + find "${D}" -name "*.la" -delete || die
32
33 if use examples; then
34 insinto /usr/share/doc/${PF}