net-misc/memcached: htonll is Windows-only, don't raise QA warnings

Closes: https://bugs.gentoo.org/899912
Signed-off-by: NHOrus <jy6x2b32pie9@yahoo.com>
Closes: https://github.com/gentoo/gentoo/pull/40207
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
NHOrus
2025-01-19 18:10:34 +04:00
committed by Sam James
parent dd80c69d30
commit e073b97751
2 changed files with 9 additions and 1 deletions

View File

@@ -37,6 +37,10 @@ PATCHES=(
"${FILESDIR}/${PN}-1.4.17-EWOULDBLOCK.patch"
)
QA_CONFIG_IMPL_DECL_SKIP=(
htonll
)
src_prepare() {
default

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2024 Gentoo Authors
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -44,6 +44,10 @@ PATCHES=(
"${FILESDIR}/${PN}-1.4.0-fix-as-needed-linking.patch"
)
QA_CONFIG_IMPL_DECL_SKIP=(
htonll
)
src_prepare() {
default