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 D7C4713835A for ; Mon, 31 May 2021 09:20:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2B86FE086F; Mon, 31 May 2021 09:20:21 +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 16089E086F for ; Mon, 31 May 2021 09:20:21 +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 6063D335D06 for ; Mon, 31 May 2021 09:20:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 536957A0 for ; Mon, 31 May 2021 09:20:16 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1622452734.b94cdb25b4dcc25f83f3bd4e5188bee7c1699ab4.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/ldns/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/ldns/ldns-1.7.1-r1.ebuild X-VCS-Directories: net-libs/ldns/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: b94cdb25b4dcc25f83f3bd4e5188bee7c1699ab4 X-VCS-Branch: master Date: Mon, 31 May 2021 09:20:16 +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: c96c0e25-5068-4c66-8e25-a5592046ea05 X-Archives-Hash: 188af39961e66aef23223633ecea4082 commit: b94cdb25b4dcc25f83f3bd4e5188bee7c1699ab4 Author: Conrad Kostecki gentoo org> AuthorDate: Mon May 31 09:18:54 2021 +0000 Commit: David Seifert gentoo org> CommitDate: Mon May 31 09:18:54 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b94cdb25 net-libs/ldns: drop deprecated ltprune eclass Signed-off-by: Conrad Kostecki gentoo.org> Signed-off-by: David Seifert gentoo.org> net-libs/ldns/ldns-1.7.1-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-libs/ldns/ldns-1.7.1-r1.ebuild b/net-libs/ldns/ldns-1.7.1-r1.ebuild index 95e2628a1d8..046f31d91c8 100644 --- a/net-libs/ldns/ldns-1.7.1-r1.ebuild +++ b/net-libs/ldns/ldns-1.7.1-r1.ebuild @@ -3,7 +3,7 @@ EAPI=6 PYTHON_COMPAT=( python3_{7,8} ) -inherit epatch ltprune multilib-minimal python-single-r1 +inherit epatch multilib-minimal python-single-r1 DESCRIPTION="a library with the aim to simplify DNS programming in C" HOMEPAGE="http://www.nlnetlabs.nl/projects/ldns/" @@ -97,7 +97,7 @@ multilib_src_install() { multilib_src_install_all() { dodoc Changelog README* - prune_libtool_files --modules + find "${ED}" -name '*.la' -delete || die use python && python_optimize if use vim-syntax ; then