commit: 5afd6fc2d73b96515972c527df7f6b82384fe711
Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 11 22:37:28 2023 +0000
Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Mon Sep 11 22:38:49 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5afd6fc2
profiles: Update standalone prefix glibc sed call
nis/nss_compat moved to nss/nss_compat some years ago.
Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>
profiles/features/prefix/standalone/profile.bashrc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/profiles/features/prefix/standalone/profile.bashrc
b/profiles/features/prefix/standalone/profile.bashrc
index 8c500da85519..87a6dacd7913 100644
--- a/profiles/features/prefix/standalone/profile.bashrc
+++ b/profiles/features/prefix/standalone/profile.bashrc
@@ -20,7 +20,7 @@ elif [[ ${CATEGORY}/${PN} == sys-libs/glibc &&
${EBUILD_PHASE} == configure ]];
for f in libio/iopopen.c \
shadow/lckpwdf.c resolv/{netdb,resolv}.h elf/rtld.c \
- nis/nss_compat/compat-{grp,initgroups,{,s}pwd}.c \
+ n[is]s/nss_compat/compat-{grp,initgroups,{,s}pwd}.c \
nss/{bug-erange,nss_files/files-{XXX,init{,groups}}}.c \
sysdeps/{{generic,unix/sysv/linux}/paths.h,posix/system.c}
do