Gentoo Archives: gentoo-commits

From: Benda XU <heroxbd@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/prefix/linux-standalone/
Date: Wed, 29 Nov 2017 03:57:09
Message-Id: 1511927815.ab2e3a4026e093e0cf17b46b5bcc308a861f93c8.heroxbd@gentoo
1 commit: ab2e3a4026e093e0cf17b46b5bcc308a861f93c8
2 Author: Benda Xu <heroxbd <AT> gentoo <DOT> org>
3 AuthorDate: Wed Nov 29 02:43:31 2017 +0000
4 Commit: Benda XU <heroxbd <AT> gentoo <DOT> org>
5 CommitDate: Wed Nov 29 03:56:55 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab2e3a40
7
8 p/p/l-s/profile.bashrc: prefixify files-XXX.c in sys-libs/glibc.
9
10 profiles/prefix/linux-standalone/profile.bashrc | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/profiles/prefix/linux-standalone/profile.bashrc b/profiles/prefix/linux-standalone/profile.bashrc
14 index 4b39a3e25d5..60a2af632d1 100644
15 --- a/profiles/prefix/linux-standalone/profile.bashrc
16 +++ b/profiles/prefix/linux-standalone/profile.bashrc
17 @@ -36,7 +36,7 @@ elif [[ ${CATEGORY}/${PN} == sys-libs/glibc && ${EBUILD_PHASE} == compile ]]; th
18 for f in libio/iopopen.c \
19 shadow/lckpwdf.c resolv/{netdb,resolv}.h elf/rtld.c \
20 nis/nss_compat/compat-{grp,initgroups,{,s}pwd}.c \
21 - nss/{bug-erange,nss_files/files-init{,groups}}.c \
22 + nss/{bug-erange,nss_files/files-{XXX,init{,groups}}}.c \
23 sysdeps/{{generic,unix/sysv/linux}/paths.h,posix/system.c}
24 do
25 ebegin " Updating $f"