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 46AC31382C5 for ; Mon, 12 Mar 2018 00:50:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 87D78E089B; Mon, 12 Mar 2018 00:50:16 +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 6A30DE089B for ; Mon, 12 Mar 2018 00:50: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 03B5B335C5E for ; Mon, 12 Mar 2018 00:50:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BA96B251 for ; Mon, 12 Mar 2018 00:50:09 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1520815793.be90ce2d163af6ed8f89a662de9dac3c4ff2bbe1.kensington@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/ X-VCS-Repository: repo/gentoo X-VCS-Files: eclass/qt5-build.eclass X-VCS-Directories: eclass/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: be90ce2d163af6ed8f89a662de9dac3c4ff2bbe1 X-VCS-Branch: master Date: Mon, 12 Mar 2018 00:50:09 +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: 6d64548d-3831-4ea1-948e-b279bc5b9a22 X-Archives-Hash: 4a7adfebd6f6d568b24347b76d52ef54 commit: be90ce2d163af6ed8f89a662de9dac3c4ff2bbe1 Author: Davide Pesavento gentoo org> AuthorDate: Tue Mar 6 21:28:19 2018 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Mon Mar 12 00:49:53 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be90ce2d qt5-build.eclass: stop using deprecated ltprune.eclass eclass/qt5-build.eclass | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/eclass/qt5-build.eclass b/eclass/qt5-build.eclass index 8bea23d44d3..12695141072 100644 --- a/eclass/qt5-build.eclass +++ b/eclass/qt5-build.eclass @@ -57,7 +57,7 @@ esac # for tests you should proceed with setting VIRTUALX_REQUIRED=test. : ${VIRTUALX_REQUIRED:=manual} -inherit eapi7-ver estack flag-o-matic ltprune toolchain-funcs virtualx +inherit eapi7-ver estack flag-o-matic toolchain-funcs virtualx HOMEPAGE="https://www.qt.io/" LICENSE="|| ( GPL-2 GPL-3 LGPL-3 ) FDL-1.3" @@ -320,7 +320,9 @@ qt5-build_src_install() { fi qt5_install_module_config - prune_libtool_files + + # prune libtool files + find "${D}" -name '*.la' -delete || die } # @FUNCTION: qt5-build_pkg_postinst