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 854301396D9 for ; Tue, 7 Nov 2017 10:31:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9347AE0CCD; Tue, 7 Nov 2017 10:31:36 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 647C6E0CCD for ; Tue, 7 Nov 2017 10:31:36 +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 B005233BF05 for ; Tue, 7 Nov 2017 10:31:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4C57697F1 for ; Tue, 7 Nov 2017 10:31:33 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1510050680.1c586ce49eb155d9c0b626203b5268dfaff50716.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/util-linux/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/util-linux/util-linux-2.30.2.ebuild sys-apps/util-linux/util-linux-2.31.ebuild sys-apps/util-linux/util-linux-9999.ebuild X-VCS-Directories: sys-apps/util-linux/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 1c586ce49eb155d9c0b626203b5268dfaff50716 X-VCS-Branch: master Date: Tue, 7 Nov 2017 10:31:33 +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: ce55870b-785a-4911-ad23-45043fbb83c2 X-Archives-Hash: 4cc3f54abcef087e1fc633fa27b4dc8e commit: 1c586ce49eb155d9c0b626203b5268dfaff50716 Author: Lars Wendler gentoo org> AuthorDate: Tue Nov 7 10:31:20 2017 +0000 Commit: Lars Wendler gentoo org> CommitDate: Tue Nov 7 10:31:20 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c586ce4 sys-apps/util-linux: Really remove all libtool archives. Bug: https://bugs.gentoo.org/633570 Package-Manager: Portage-2.3.13, Repoman-2.3.4 sys-apps/util-linux/util-linux-2.30.2.ebuild | 4 ++-- sys-apps/util-linux/util-linux-2.31.ebuild | 4 ++-- sys-apps/util-linux/util-linux-9999.ebuild | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/sys-apps/util-linux/util-linux-2.30.2.ebuild b/sys-apps/util-linux/util-linux-2.30.2.ebuild index c8d83a120f7..dccc2ec94e4 100644 --- a/sys-apps/util-linux/util-linux-2.30.2.ebuild +++ b/sys-apps/util-linux/util-linux-2.30.2.ebuild @@ -5,7 +5,7 @@ EAPI=6 PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) -inherit ltprune toolchain-funcs libtool flag-o-matic bash-completion-r1 \ +inherit toolchain-funcs libtool flag-o-matic bash-completion-r1 \ pam python-single-r1 multilib-minimal systemd MY_PV="${PV/_/-}" @@ -181,7 +181,7 @@ multilib_src_install_all() { dodoc AUTHORS NEWS README* Documentation/{TODO,*.txt,releases/*} # e2fsprogs-libs didnt install .la files, and .pc work fine - prune_libtool_files + find "${ED}" -name "*.la" -delete || die if use pam; then newpamd "${FILESDIR}/runuser.pamd" runuser diff --git a/sys-apps/util-linux/util-linux-2.31.ebuild b/sys-apps/util-linux/util-linux-2.31.ebuild index 81b95f587ee..6c4f284810f 100644 --- a/sys-apps/util-linux/util-linux-2.31.ebuild +++ b/sys-apps/util-linux/util-linux-2.31.ebuild @@ -5,7 +5,7 @@ EAPI=6 PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) -inherit ltprune toolchain-funcs libtool flag-o-matic bash-completion-r1 \ +inherit toolchain-funcs libtool flag-o-matic bash-completion-r1 \ pam python-single-r1 multilib-minimal systemd MY_PV="${PV/_/-}" @@ -182,7 +182,7 @@ multilib_src_install_all() { dodoc AUTHORS NEWS README* Documentation/{TODO,*.txt,releases/*} # e2fsprogs-libs didnt install .la files, and .pc work fine - prune_libtool_files + find "${ED}" -name "*.la" -delete || die if use pam; then newpamd "${FILESDIR}/runuser.pamd" runuser diff --git a/sys-apps/util-linux/util-linux-9999.ebuild b/sys-apps/util-linux/util-linux-9999.ebuild index 81b95f587ee..6c4f284810f 100644 --- a/sys-apps/util-linux/util-linux-9999.ebuild +++ b/sys-apps/util-linux/util-linux-9999.ebuild @@ -5,7 +5,7 @@ EAPI=6 PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) -inherit ltprune toolchain-funcs libtool flag-o-matic bash-completion-r1 \ +inherit toolchain-funcs libtool flag-o-matic bash-completion-r1 \ pam python-single-r1 multilib-minimal systemd MY_PV="${PV/_/-}" @@ -182,7 +182,7 @@ multilib_src_install_all() { dodoc AUTHORS NEWS README* Documentation/{TODO,*.txt,releases/*} # e2fsprogs-libs didnt install .la files, and .pc work fine - prune_libtool_files + find "${ED}" -name "*.la" -delete || die if use pam; then newpamd "${FILESDIR}/runuser.pamd" runuser