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 980F513832E for ; Fri, 5 Aug 2016 18:33:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CEDCEE0A72; Fri, 5 Aug 2016 18:33:50 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8216CE0A72 for ; Fri, 5 Aug 2016 18:33: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-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7B9A3340B23 for ; Fri, 5 Aug 2016 18:33:49 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 04B157CE for ; Fri, 5 Aug 2016 18:33:47 +0000 (UTC) From: "NP Hardass" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "NP Hardass" Message-ID: <1470422021.b856ef114bad8f8c3f8d11abddc7977b555895d1.np-hardass@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/libarchive/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-arch/libarchive/libarchive-3.2.1-r4.ebuild app-arch/libarchive/libarchive-3.2.1-r5.ebuild X-VCS-Directories: app-arch/libarchive/ X-VCS-Committer: np-hardass X-VCS-Committer-Name: NP Hardass X-VCS-Revision: b856ef114bad8f8c3f8d11abddc7977b555895d1 X-VCS-Branch: master Date: Fri, 5 Aug 2016 18:33:47 +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: 4b0b899e-fb3a-4c09-8e23-b6768e00ed12 X-Archives-Hash: 94460c060e530aa8777f25d694a3ae76 commit: b856ef114bad8f8c3f8d11abddc7977b555895d1 Author: NP-Hardass gentoo org> AuthorDate: Fri Aug 5 18:32:57 2016 +0000 Commit: NP Hardass gentoo org> CommitDate: Fri Aug 5 18:33:41 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b856ef11 app-arch/libarchive: Remove bsdcat symlink due to compat issues #589876 Package-Manager: portage-2.2.28 .../{libarchive-3.2.1-r4.ebuild => libarchive-3.2.1-r5.ebuild} | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app-arch/libarchive/libarchive-3.2.1-r4.ebuild b/app-arch/libarchive/libarchive-3.2.1-r5.ebuild similarity index 98% rename from app-arch/libarchive/libarchive-3.2.1-r4.ebuild rename to app-arch/libarchive/libarchive-3.2.1-r5.ebuild index 0ef480c..52b60ff 100644 --- a/app-arch/libarchive/libarchive-3.2.1-r4.ebuild +++ b/app-arch/libarchive/libarchive-3.2.1-r5.ebuild @@ -103,7 +103,8 @@ multilib_src_install() { # Create symlinks for FreeBSD if ! use prefix && [[ ${CHOST} == *-freebsd* ]]; then - for bin in cat cpio tar; do + # Exclude cat for the time being #589876 + for bin in cpio tar; do dosym bsd${bin} /usr/bin/${bin} echo '.so bsd${bin}.1' > "${T}"/${bin}.1 doman "${T}"/${bin}.1