From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id CCD16139084 for ; Wed, 29 Nov 2017 03:57:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D6720E0BF9; Wed, 29 Nov 2017 03:57:08 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B6655E0BF9 for ; Wed, 29 Nov 2017 03:57:08 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E93BA33C770 for ; Wed, 29 Nov 2017 03:57:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5FFEBAB30 for ; Wed, 29 Nov 2017 03:57:05 +0000 (UTC) From: "Benda XU" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Benda XU" Message-ID: <1511927815.ab2e3a4026e093e0cf17b46b5bcc308a861f93c8.heroxbd@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/prefix/linux-standalone/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/prefix/linux-standalone/profile.bashrc X-VCS-Directories: profiles/prefix/linux-standalone/ X-VCS-Committer: heroxbd X-VCS-Committer-Name: Benda XU X-VCS-Revision: ab2e3a4026e093e0cf17b46b5bcc308a861f93c8 X-VCS-Branch: master Date: Wed, 29 Nov 2017 03:57:05 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 23391631-9d19-4a04-81da-dfb239161330 X-Archives-Hash: a366369fb2938504b8e58c5758953176 commit: ab2e3a4026e093e0cf17b46b5bcc308a861f93c8 Author: Benda Xu gentoo org> AuthorDate: Wed Nov 29 02:43:31 2017 +0000 Commit: Benda XU gentoo org> CommitDate: Wed Nov 29 03:56:55 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab2e3a40 p/p/l-s/profile.bashrc: prefixify files-XXX.c in sys-libs/glibc. profiles/prefix/linux-standalone/profile.bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profiles/prefix/linux-standalone/profile.bashrc b/profiles/prefix/linux-standalone/profile.bashrc index 4b39a3e25d5..60a2af632d1 100644 --- a/profiles/prefix/linux-standalone/profile.bashrc +++ b/profiles/prefix/linux-standalone/profile.bashrc @@ -36,7 +36,7 @@ elif [[ ${CATEGORY}/${PN} == sys-libs/glibc && ${EBUILD_PHASE} == compile ]]; th 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 \ - nss/{bug-erange,nss_files/files-init{,groups}}.c \ + nss/{bug-erange,nss_files/files-{XXX,init{,groups}}}.c \ sysdeps/{{generic,unix/sysv/linux}/paths.h,posix/system.c} do ebegin " Updating $f"