commit: 1c0e15fa3d561b62397e695a49ad6e66628636da Author: Mike Gilbert <floppym <AT> gentoo <DOT> org> AuthorDate: Tue Feb 13 18:03:05 2024 +0000 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org> CommitDate: Tue Feb 13 18:03:05 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c0e15fa
sys-apps/shadow: set QA_CONFIG_IMPL_DECL_SKIP for musl Closes: https://bugs.gentoo.org/908575 Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org> sys-apps/shadow/shadow-4.13-r3.ebuild | 6 +++++- sys-apps/shadow/shadow-4.13-r4.ebuild | 6 +++++- sys-apps/shadow/shadow-4.14.0-r3.ebuild | 6 +++++- sys-apps/shadow/shadow-4.14.2.ebuild | 4 ++++ sys-apps/shadow/shadow-4.14.3.ebuild | 4 ++++ sys-apps/shadow/shadow-4.14.4.ebuild | 4 ++++ 6 files changed, 27 insertions(+), 3 deletions(-) diff --git a/sys-apps/shadow/shadow-4.13-r3.ebuild b/sys-apps/shadow/shadow-4.13-r3.ebuild index 906706d544ff..0302c5face3c 100644 --- a/sys-apps/shadow/shadow-4.13-r3.ebuild +++ b/sys-apps/shadow/shadow-4.13-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 @@ -231,6 +231,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() { diff --git a/sys-apps/shadow/shadow-4.13-r4.ebuild b/sys-apps/shadow/shadow-4.13-r4.ebuild index 18a4cb2677c0..b2cbba68a664 100644 --- a/sys-apps/shadow/shadow-4.13-r4.ebuild +++ b/sys-apps/shadow/shadow-4.13-r4.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 @@ -235,6 +235,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() { 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() { diff --git a/sys-apps/shadow/shadow-4.14.2.ebuild b/sys-apps/shadow/shadow-4.14.2.ebuild index 36965ef21c01..a82a8ce5ef70 100644 --- a/sys-apps/shadow/shadow-4.14.2.ebuild +++ b/sys-apps/shadow/shadow-4.14.2.ebuild @@ -243,6 +243,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() { diff --git a/sys-apps/shadow/shadow-4.14.3.ebuild b/sys-apps/shadow/shadow-4.14.3.ebuild index 6c3ff1585aff..104e0f560ccf 100644 --- a/sys-apps/shadow/shadow-4.14.3.ebuild +++ b/sys-apps/shadow/shadow-4.14.3.ebuild @@ -243,6 +243,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() { diff --git a/sys-apps/shadow/shadow-4.14.4.ebuild b/sys-apps/shadow/shadow-4.14.4.ebuild index 6c3ff1585aff..104e0f560ccf 100644 --- a/sys-apps/shadow/shadow-4.14.4.ebuild +++ b/sys-apps/shadow/shadow-4.14.4.ebuild @@ -243,6 +243,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() {
