summaryrefslogtreecommitdiff
path: root/net-misc/chrony/chrony-4.5.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'net-misc/chrony/chrony-4.5.ebuild')
-rw-r--r--net-misc/chrony/chrony-4.5.ebuild7
1 files changed, 6 insertions, 1 deletions
diff --git a/net-misc/chrony/chrony-4.5.ebuild b/net-misc/chrony/chrony-4.5.ebuild
index f6d81c3f64ff..8eb587f88c65 100644
--- a/net-misc/chrony/chrony-4.5.ebuild
+++ b/net-misc/chrony/chrony-4.5.ebuild
@@ -19,7 +19,7 @@ else
SRC_URI+=" verify-sig? ( https://chrony-project.org/releases/${P/_/-}-tar-gz-asc.txt -> ${P/_/-}.tar.gz.asc )"
if [[ ${PV} != *_pre* ]] ; then
- KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv sparc x86"
+ KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv sparc x86"
fi
fi
@@ -81,6 +81,11 @@ PATCHES=(
"${FILESDIR}"/${PN}-4.2-systemd-gentoo.patch
)
+QA_CONFIG_IMPL_DECL_SKIP=(
+ # FP, checks with macro afterwards (bug #907877)
+ recvmmsg
+)
+
src_prepare() {
default