diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2017-11-11 22:21:39 +0100 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2017-11-11 22:22:28 +0100 |
commit | 13372b7aa467ce48bad99dfa4fa0b81f43404606 (patch) | |
tree | 1ecc3e26b7b19708954a38350ec97c122c1a6112 /sys-libs | |
parent | dev-util/mdds: Drop old (diff) | |
download | gentoo-13372b7aa467ce48bad99dfa4fa0b81f43404606.tar.gz gentoo-13372b7aa467ce48bad99dfa4fa0b81f43404606.tar.bz2 gentoo-13372b7aa467ce48bad99dfa4fa0b81f43404606.zip |
sys-libs/glibc: Be slightly less verbose in the ebuild
Package-Manager: Portage-2.3.13, Repoman-2.3.4
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/glibc/glibc-2.26-r3.ebuild | 4 | ||||
-rw-r--r-- | 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 df414d6cdce8..673ba3408ce8 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 399cfc13dc60..25412dcedbb8 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 |