mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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:
@@ -37,6 +37,10 @@ PATCHES=(
|
||||
"${FILESDIR}/${PN}-1.4.17-EWOULDBLOCK.patch"
|
||||
)
|
||||
|
||||
QA_CONFIG_IMPL_DECL_SKIP=(
|
||||
htonll
|
||||
)
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user