commit:     e5a05d30d2b43abb8be737f7d52911c329204b73
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Tue Oct  3 19:40:06 2017 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Tue Oct  3 19:41:31 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5a05d30

sys-libs/glibc: Rely on PMS, not on bash, for the patch sorting

Package-Manager: Portage-2.3.10, Repoman-2.3.3

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

diff --git a/sys-libs/glibc/glibc-2.26-r2.ebuild 
b/sys-libs/glibc/glibc-2.26-r2.ebuild
index 58fdc14f4ec..f9477803377 100644
--- a/sys-libs/glibc/glibc-2.26-r2.ebuild
+++ b/sys-libs/glibc/glibc-2.26-r2.ebuild
@@ -223,7 +223,8 @@ src_unpack() {
 src_prepare() {
        if ! use vanilla ; then
                elog "Applying Gentoo Glibc Patchset 
${RELEASE_VER}-${PATCH_VER} ..."
-               eapply "${WORKDIR}"/patches/*.patch
+               eapply "${WORKDIR}"/patches
+               elog "Done."
        fi
 
        if just_headers ; then

diff --git a/sys-libs/glibc/glibc-9999.ebuild b/sys-libs/glibc/glibc-9999.ebuild
index 461d18c9c09..a31138a4ea8 100644
--- a/sys-libs/glibc/glibc-9999.ebuild
+++ b/sys-libs/glibc/glibc-9999.ebuild
@@ -223,7 +223,8 @@ src_unpack() {
 src_prepare() {
        if ! use vanilla ; then
                elog "Applying Gentoo Glibc Patchset 
${RELEASE_VER}-${PATCH_VER} ..."
-               eapply "${WORKDIR}"/patches/*.patch
+               eapply "${WORKDIR}"/patches
+               elog "Done."
        fi
 
        if just_headers ; then

Reply via email to