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 EAC0D138336 for ; Sun, 30 Sep 2018 08:38:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D7A15E08DB; Sun, 30 Sep 2018 08:38:50 +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 B30A8E08DB for ; Sun, 30 Sep 2018 08:38:50 +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 B0B42335CEB for ; Sun, 30 Sep 2018 08:38:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C53C642A for ; Sun, 30 Sep 2018 08:38:45 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1538296707.8918de2aedbd24bf4836b2343104c3f3f94e624b.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libuv/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libuv/libuv-1.23.1.ebuild X-VCS-Directories: dev-libs/libuv/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 8918de2aedbd24bf4836b2343104c3f3f94e624b X-VCS-Branch: master Date: Sun, 30 Sep 2018 08:38:45 +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: 9d048a9a-5712-4820-a8db-c13dd5e3b108 X-Archives-Hash: c1c9ac10147faeee484727e4822b8a9e commit: 8918de2aedbd24bf4836b2343104c3f3f94e624b Author: Michael Mair-Keimberger gmail com> AuthorDate: Sat Sep 29 16:25:48 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Sep 30 08:38:27 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8918de2a dev-libs/libuv: remove ltprune eclass Closes: https://bugs.gentoo.org/666722 Signed-off-by: Michael Mair-Keimberger gmail.com> Closes: https://github.com/gentoo/gentoo/pull/9938 Signed-off-by: Andreas Sturmlechner gentoo.org> dev-libs/libuv/libuv-1.23.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-libs/libuv/libuv-1.23.1.ebuild b/dev-libs/libuv/libuv-1.23.1.ebuild index 1edbef416b0..da446c4f459 100644 --- a/dev-libs/libuv/libuv-1.23.1.ebuild +++ b/dev-libs/libuv/libuv-1.23.1.ebuild @@ -3,7 +3,7 @@ EAPI=6 -inherit autotools ltprune multilib-minimal +inherit autotools multilib-minimal DESCRIPTION="Cross-platform asychronous I/O" HOMEPAGE="https://github.com/libuv/libuv" @@ -43,5 +43,5 @@ multilib_src_test() { multilib_src_install_all() { einstalldocs - prune_libtool_files + find "${D}" -name '*.la' -delete || die }