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 E983F138350 for ; Sat, 22 Feb 2020 09:56:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1E258E088A; Sat, 22 Feb 2020 09:56:35 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 08949E088A for ; Sat, 22 Feb 2020 09:56:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 B675034EF01 for ; Sat, 22 Feb 2020 09:56:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0E2DB144 for ; Sat, 22 Feb 2020 09:56:29 +0000 (UTC) From: "Mart Raudsepp" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mart Raudsepp" Message-ID: <1582365316.93092927b8ee00a81d82831c6999a96413f371e6.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/gupnp-igd/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/gupnp-igd/gupnp-igd-0.2.5-r10.ebuild X-VCS-Directories: net-libs/gupnp-igd/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: 93092927b8ee00a81d82831c6999a96413f371e6 X-VCS-Branch: master Date: Sat, 22 Feb 2020 09:56:29 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: fa0284bf-8a44-46ed-9379-dd3d9e46303f X-Archives-Hash: aa4fb6dbcfe366f5473ee1b505882a10 commit: 93092927b8ee00a81d82831c6999a96413f371e6 Author: Mart Raudsepp gentoo org> AuthorDate: Sat Feb 22 09:55:16 2020 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Sat Feb 22 09:55:16 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93092927 net-libs/gupnp-igd: drop ltprune Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Mart Raudsepp gentoo.org> net-libs/gupnp-igd/gupnp-igd-0.2.5-r10.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-libs/gupnp-igd/gupnp-igd-0.2.5-r10.ebuild b/net-libs/gupnp-igd/gupnp-igd-0.2.5-r10.ebuild index 2a9e22641b4..a413d8fcbae 100644 --- a/net-libs/gupnp-igd/gupnp-igd-0.2.5-r10.ebuild +++ b/net-libs/gupnp-igd/gupnp-igd-0.2.5-r10.ebuild @@ -3,7 +3,7 @@ EAPI=6 -inherit autotools ltprune gnome.org multilib-minimal xdg +inherit autotools gnome.org multilib-minimal xdg DESCRIPTION="Library to handle UPnP IGD port mapping for GUPnP" HOMEPAGE="http://gupnp.org" @@ -54,5 +54,5 @@ multilib_src_configure() { multilib_src_install_all() { einstalldocs - prune_libtool_files + find "${ED}" -name "*.la" -delete || die }