Gentoo Archives: gentoo-commits

From: "Andreas Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/glibc/
Date: Sat, 11 Nov 2017 21:23:05
Message-Id: 1510435348.13372b7aa467ce48bad99dfa4fa0b81f43404606.dilfridge@gentoo
1 commit: 13372b7aa467ce48bad99dfa4fa0b81f43404606
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Sat Nov 11 21:21:39 2017 +0000
4 Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Sat Nov 11 21:22:28 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13372b7a
7
8 sys-libs/glibc: Be slightly less verbose in the ebuild
9
10 Package-Manager: Portage-2.3.13, Repoman-2.3.4
11
12 sys-libs/glibc/glibc-2.26-r3.ebuild | 4 ++--
13 sys-libs/glibc/glibc-9999.ebuild | 4 ++--
14 2 files changed, 4 insertions(+), 4 deletions(-)
15
16 diff --git a/sys-libs/glibc/glibc-2.26-r3.ebuild b/sys-libs/glibc/glibc-2.26-r3.ebuild
17 index df414d6cdce..673ba3408ce 100644
18 --- a/sys-libs/glibc/glibc-2.26-r3.ebuild
19 +++ b/sys-libs/glibc/glibc-2.26-r3.ebuild
20 @@ -215,9 +215,9 @@ src_unpack() {
21
22 src_prepare() {
23 if ! use vanilla ; then
24 - elog "Applying Gentoo Glibc Patchset ${RELEASE_VER}-${PATCH_VER} ..."
25 + elog "Applying Gentoo Glibc Patchset ${RELEASE_VER}-${PATCH_VER}"
26 eapply "${WORKDIR}"/patches
27 - elog "Done."
28 + einfo "Done."
29 fi
30
31 if just_headers ; then
32
33 diff --git a/sys-libs/glibc/glibc-9999.ebuild b/sys-libs/glibc/glibc-9999.ebuild
34 index 399cfc13dc6..25412dcedbb 100644
35 --- a/sys-libs/glibc/glibc-9999.ebuild
36 +++ b/sys-libs/glibc/glibc-9999.ebuild
37 @@ -226,9 +226,9 @@ src_unpack() {
38
39 src_prepare() {
40 if ! use vanilla ; then
41 - elog "Applying Gentoo Glibc Patchset ${RELEASE_VER}-${PATCH_VER} ..."
42 + elog "Applying Gentoo Glibc Patchset ${RELEASE_VER}-${PATCH_VER}"
43 eapply "${WORKDIR}"/patches
44 - elog "Done."
45 + einfo "Done."
46 fi
47
48 if just_headers ; then