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 A1C501382C5 for ; Sun, 20 Dec 2020 18:47:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EECE3E086E; Sun, 20 Dec 2020 18:47:15 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 D69A9E086E for ; Sun, 20 Dec 2020 18:47: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 7A4EA340CEE for ; Sun, 20 Dec 2020 18:47:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 316A1CA for ; Sun, 20 Dec 2020 18:47:13 +0000 (UTC) From: "Fabian Groffen" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Fabian Groffen" Message-ID: <1608490031.f55aa7bf9af8a7f86b94c84d8356ee582b91f573.grobian@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/binutils-apple/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-devel/binutils-apple/binutils-apple-8.2.1-r100.ebuild X-VCS-Directories: sys-devel/binutils-apple/ X-VCS-Committer: grobian X-VCS-Committer-Name: Fabian Groffen X-VCS-Revision: f55aa7bf9af8a7f86b94c84d8356ee582b91f573 X-VCS-Branch: master Date: Sun, 20 Dec 2020 18:47:13 +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: 0902b10b-ede6-4eab-8665-3064e68cffbd X-Archives-Hash: 57c7a06f025e80da707fe5c3b5aef123 commit: f55aa7bf9af8a7f86b94c84d8356ee582b91f573 Author: Fabian Groffen gentoo org> AuthorDate: Sun Dec 20 18:47:03 2020 +0000 Commit: Fabian Groffen gentoo org> CommitDate: Sun Dec 20 18:47:11 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f55aa7bf sys-devel/binutils-apple-8.2.1-r100: unbreak as to find its impls Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Fabian Groffen gentoo.org> sys-devel/binutils-apple/binutils-apple-8.2.1-r100.ebuild | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/sys-devel/binutils-apple/binutils-apple-8.2.1-r100.ebuild b/sys-devel/binutils-apple/binutils-apple-8.2.1-r100.ebuild index 5b7cd7f56ab..92ab6addb2b 100644 --- a/sys-devel/binutils-apple/binutils-apple-8.2.1-r100.ebuild +++ b/sys-devel/binutils-apple/binutils-apple-8.2.1-r100.ebuild @@ -67,12 +67,7 @@ src_install() { # want them mv "${ED}${BINPATH%/*}/bin" "${ED}${BINPATH}" || die - dodir "${LIBPATH}" - local as - for as in "${ED}${BINPATH}"/*/as ; do - as=${as%/as} - mv "${as}" "${ED}${LIBPATH}"/ || die - done + keepdir "${LIBPATH}" cd "${S}" insinto /etc/env.d/binutils