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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id F3CEE158094 for ; Mon, 19 Sep 2022 17:27:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DE035E07D4; Mon, 19 Sep 2022 17:27:16 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A6ECDE07D4 for ; Mon, 19 Sep 2022 17:27:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CE7BE340DB5 for ; Mon, 19 Sep 2022 17:27:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 47B3D5C0 for ; Mon, 19 Sep 2022 17:27:14 +0000 (UTC) From: "Mike Pagano" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Pagano" Message-ID: <1663608360.32d68eaf5a10d32e6dd22d268020833ccb813544.mpagano@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-kernel/linux-firmware/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-kernel/linux-firmware/linux-firmware-20220913.ebuild X-VCS-Directories: sys-kernel/linux-firmware/ X-VCS-Committer: mpagano X-VCS-Committer-Name: Mike Pagano X-VCS-Revision: 32d68eaf5a10d32e6dd22d268020833ccb813544 X-VCS-Branch: master Date: Mon, 19 Sep 2022 17:27:14 +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: ba757631-1625-42b4-866a-f52fb3d14618 X-Archives-Hash: 17696e4b69e61aba8667c115d532dfec commit: 32d68eaf5a10d32e6dd22d268020833ccb813544 Author: Mike Pagano gentoo org> AuthorDate: Mon Sep 19 17:26:00 2022 +0000 Commit: Mike Pagano gentoo org> CommitDate: Mon Sep 19 17:26:00 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32d68eaf sys-kernel/linux-firmware: Undo fix for symlink, fix will be in -r1 Fix was in the incorrect function Signed-off-by: Mike Pagano gentoo.org> sys-kernel/linux-firmware/linux-firmware-20220913.ebuild | 5 ----- 1 file changed, 5 deletions(-) diff --git a/sys-kernel/linux-firmware/linux-firmware-20220913.ebuild b/sys-kernel/linux-firmware/linux-firmware-20220913.ebuild index 6d9e1a411ca5..f4b705f99cb1 100644 --- a/sys-kernel/linux-firmware/linux-firmware-20220913.ebuild +++ b/sys-kernel/linux-firmware/linux-firmware-20220913.ebuild @@ -334,11 +334,6 @@ pkg_postinst() { fi done - # Fix 'symlink is blocked by a directory' Bug #871315 - if has_version "<${CATEGORY}/${PN}-20220913" ; then - rm -rf "${ROOT}"/lib/firmware/qcom/LENOVO/21BX - fi - # Don't forget to umount /boot if it was previously mounted by us. use initramfs && mount-boot_pkg_postinst }