mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
net-wireless/unifi: fix qa errors
Closes: https://bugs.gentoo.org/925260 Closes: https://bugs.gentoo.org/925261 Closes: https://bugs.gentoo.org/925262 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
@@ -30,7 +30,10 @@ BDEPEND="app-arch/unzip"
|
||||
|
||||
DOCS=( "readme.txt" )
|
||||
|
||||
QA_PREBUILT="usr/lib/unifi/lib/native/Linux/x86_64/*.so"
|
||||
QA_PREBUILT="
|
||||
usr/lib/unifi/lib/native/Linux/aarch64/*.so
|
||||
usr/lib/unifi/lib/native/Linux/x86_64/*.so
|
||||
"
|
||||
|
||||
src_prepare() {
|
||||
# Remove unneeded files Mac and Windows
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
@@ -30,7 +30,10 @@ BDEPEND="app-arch/unzip"
|
||||
|
||||
DOCS=( "readme.txt" )
|
||||
|
||||
QA_PREBUILT="usr/lib/unifi/lib/native/Linux/x86_64/*.so"
|
||||
QA_PREBUILT="
|
||||
usr/lib/unifi/lib/native/Linux/aarch64/*.so
|
||||
usr/lib/unifi/lib/native/Linux/x86_64/*.so
|
||||
"
|
||||
|
||||
src_prepare() {
|
||||
if [[ ${CHOST} != aarch64* ]]; then
|
||||
|
||||
@@ -30,7 +30,10 @@ BDEPEND="app-arch/unzip"
|
||||
|
||||
DOCS=( "readme.txt" )
|
||||
|
||||
QA_PREBUILT="usr/lib/unifi/lib/native/Linux/x86_64/*.so"
|
||||
QA_PREBUILT="
|
||||
usr/lib/unifi/lib/native/Linux/aarch64/*.so
|
||||
usr/lib/unifi/lib/native/Linux/x86_64/*.so
|
||||
"
|
||||
|
||||
src_prepare() {
|
||||
if [[ ${CHOST} != aarch64* ]]; then
|
||||
|
||||
Reference in New Issue
Block a user