From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 88A27138334 for ; Tue, 24 Jul 2018 12:20:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 76C91E086C; Tue, 24 Jul 2018 12:20:15 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4977DE086C for ; Tue, 24 Jul 2018 12:20:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D7E2733BEB2 for ; Tue, 24 Jul 2018 12:20:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C52DE389 for ; Tue, 24 Jul 2018 12:19:59 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1532434792.228c4c39c4a1feb8385d28e8c48dd8d5c2e3f8a5.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/dbus-python/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/dbus-python/dbus-python-1.2.6-r2.ebuild X-VCS-Directories: dev-python/dbus-python/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 228c4c39c4a1feb8385d28e8c48dd8d5c2e3f8a5 X-VCS-Branch: master Date: Tue, 24 Jul 2018 12:19:59 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: b97fcc39-fabf-4f88-8e4b-ee12bffcb640 X-Archives-Hash: cb480163b6501fc903b00f06523ada13 commit: 228c4c39c4a1feb8385d28e8c48dd8d5c2e3f8a5 Author: Michał Górny gentoo org> AuthorDate: Tue Jul 24 10:39:18 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Jul 24 12:19:52 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=228c4c39 dev-python/dbus-python: Replace obsolete prune_libtool_files dev-python/dbus-python/dbus-python-1.2.6-r2.ebuild | 4 ++-- 1 file 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 099c2e54856..7e79f79b6ff 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}