summaryrefslogtreecommitdiff
path: root/sys-apps/shadow/shadow-4.14.0-r3.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'sys-apps/shadow/shadow-4.14.0-r3.ebuild')
-rw-r--r--sys-apps/shadow/shadow-4.14.0-r3.ebuild6
1 files changed, 5 insertions, 1 deletions
diff --git a/sys-apps/shadow/shadow-4.14.0-r3.ebuild b/sys-apps/shadow/shadow-4.14.0-r3.ebuild
index d30bf95c0ac9..3e4f1ed078f2 100644
--- a/sys-apps/shadow/shadow-4.14.0-r3.ebuild
+++ b/sys-apps/shadow/shadow-4.14.0-r3.ebuild
@@ -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
@@ -244,6 +244,10 @@ src_install() {
newdoc README README.download
cd doc || die
dodoc HOWTO README* WISHLIST *.txt
+
+ if use elibc_musl; then
+ QA_CONFIG_IMPL_DECL_SKIP+=( sgetsgent )
+ fi
}
pkg_preinst() {