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 CF19115806E for ; Wed, 31 May 2023 15:44:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E66C7E0907; Wed, 31 May 2023 15:44:12 +0000 (UTC) Received: from smtp.gentoo.org (mail.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CBC7DE0907 for ; Wed, 31 May 2023 15:44:12 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 03489340D23 for ; Wed, 31 May 2023 15:44:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 11BB1990 for ; Wed, 31 May 2023 15:44:10 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1685547838.65c05b513ef7f895acc843ed89c9d11aa310159f.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-wireless/unifi/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-wireless/unifi/unifi-7.4.156.ebuild X-VCS-Directories: net-wireless/unifi/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: 65c05b513ef7f895acc843ed89c9d11aa310159f X-VCS-Branch: master Date: Wed, 31 May 2023 15:44:10 +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: ed2d8d5f-e31f-4291-96f0-fb8efaad176d X-Archives-Hash: 4fe07539376ec73b2bd8c8c981794ba3 commit: 65c05b513ef7f895acc843ed89c9d11aa310159f Author: Conrad Kostecki gentoo org> AuthorDate: Wed May 31 15:41:56 2023 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Wed May 31 15:43:58 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65c05b51 net-wireless/unifi: fix install Closes: https://bugs.gentoo.org/907253 Signed-off-by: Conrad Kostecki gentoo.org> net-wireless/unifi/unifi-7.4.156.ebuild | 3 --- 1 file changed, 3 deletions(-) diff --git a/net-wireless/unifi/unifi-7.4.156.ebuild b/net-wireless/unifi/unifi-7.4.156.ebuild index 9c7e79a59d52..cef3f4106789 100644 --- a/net-wireless/unifi/unifi-7.4.156.ebuild +++ b/net-wireless/unifi/unifi-7.4.156.ebuild @@ -33,9 +33,6 @@ DOCS=( "readme.txt" ) QA_PREBUILT="usr/lib/unifi/lib/native/Linux/x86_64/*.so" src_prepare() { - # Remove unneeded files Mac and Windows - rm -r lib/native/{Mac,Windows} || die - if [[ ${CHOST} != aarch64* ]]; then rm -r lib/native/Linux/aarch64 || die "Failed in removing aarch64 native libraries" fi