sys-libs/glibc: Be slightly less verbose in the ebuild
authorAndreas K. Hüttel <dilfridge@gentoo.org>
Sat, 11 Nov 2017 21:21:39 +0000 (22:21 +0100)
committerAndreas K. Hüttel <dilfridge@gentoo.org>
Sat, 11 Nov 2017 21:22:28 +0000 (22:22 +0100)
Package-Manager: Portage-2.3.13, Repoman-2.3.4

sys-libs/glibc/glibc-2.26-r3.ebuild
sys-libs/glibc/glibc-9999.ebuild

index df414d6cdce8252ab172cb59e1bd96987c16338c..673ba3408ce8179c475cae254030afbb25f8c8e1 100644 (file)
@@ -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
index 399cfc13dc60ee7d6b2a64a6afd768bcf679a0e3..25412dcedbb89d1c5c0122581247f6f656f7b5d3 100644 (file)
@@ -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