commit:     13372b7aa467ce48bad99dfa4fa0b81f43404606
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 11 21:21:39 2017 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Nov 11 21:22:28 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13372b7a

sys-libs/glibc: Be slightly less verbose in the ebuild

Package-Manager: Portage-2.3.13, Repoman-2.3.4

 sys-libs/glibc/glibc-2.26-r3.ebuild | 4 ++--
 sys-libs/glibc/glibc-9999.ebuild    | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/sys-libs/glibc/glibc-2.26-r3.ebuild 
b/sys-libs/glibc/glibc-2.26-r3.ebuild
index df414d6cdce..673ba3408ce 100644
--- a/sys-libs/glibc/glibc-2.26-r3.ebuild
+++ b/sys-libs/glibc/glibc-2.26-r3.ebuild
@@ -215,9 +215,9 @@ src_unpack() {
 
 src_prepare() {
        if ! use vanilla ; then
-               elog "Applying Gentoo Glibc Patchset 
${RELEASE_VER}-${PATCH_VER} ..."
+               elog "Applying Gentoo Glibc Patchset 
${RELEASE_VER}-${PATCH_VER}"
                eapply "${WORKDIR}"/patches
-               elog "Done."
+               einfo "Done."
        fi
 
        if just_headers ; then

diff --git a/sys-libs/glibc/glibc-9999.ebuild b/sys-libs/glibc/glibc-9999.ebuild
index 399cfc13dc6..25412dcedbb 100644
--- a/sys-libs/glibc/glibc-9999.ebuild
+++ b/sys-libs/glibc/glibc-9999.ebuild
@@ -226,9 +226,9 @@ src_unpack() {
 
 src_prepare() {
        if ! use vanilla ; then
-               elog "Applying Gentoo Glibc Patchset 
${RELEASE_VER}-${PATCH_VER} ..."
+               elog "Applying Gentoo Glibc Patchset 
${RELEASE_VER}-${PATCH_VER}"
                eapply "${WORKDIR}"/patches
-               elog "Done."
+               einfo "Done."
        fi
 
        if just_headers ; then

Reply via email to