commit:     55ed574f395d4344a2b79a55debc5820a38b1bec
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 23 06:25:12 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Wed Oct 23 06:25:12 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55ed574f

net-misc/rdesktop: add skip for implicit statvfs64

Checked the code, and it has correct checks and handles for it
existing and not existing. The "not existing" case is correct. [1]

[1] 
https://github.com/rdesktop/rdesktop/blob/4716f1e01647ead3093805fd4355faf92c00ed0d/configure.ac#L669

Closes: https://bugs.gentoo.org/941974
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 net-misc/rdesktop/rdesktop-1.9.0-r4.ebuild | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/net-misc/rdesktop/rdesktop-1.9.0-r4.ebuild 
b/net-misc/rdesktop/rdesktop-1.9.0-r4.ebuild
index 8239a2055c75..8f0b95c85281 100644
--- a/net-misc/rdesktop/rdesktop-1.9.0-r4.ebuild
+++ b/net-misc/rdesktop/rdesktop-1.9.0-r4.ebuild
@@ -53,6 +53,11 @@ PATCHES=(
 
 DOCS=( doc/ChangeLog doc/HACKING doc/TODO doc/keymapping.txt )
 
+QA_CONFIG_IMPL_DECL_SKIP=(
+       # unavailable on Linux, and has correct checks and handles in 
configure.ac, bug #941974
+       statvfs64
+)
+
 src_prepare() {
        default
        eautoreconf

Reply via email to