From: Andreas K. Hüttel Date: Tue, 3 Oct 2017 19:40:06 +0000 (+0200) Subject: sys-libs/glibc: Rely on PMS, not on bash, for the patch sorting X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=e5a05d30d2b43abb8be737f7d52911c329204b73;p=gentoo.git sys-libs/glibc: Rely on PMS, not on bash, for the patch sorting Package-Manager: Portage-2.3.10, Repoman-2.3.3 --- diff --git a/sys-libs/glibc/glibc-2.26-r2.ebuild b/sys-libs/glibc/glibc-2.26-r2.ebuild index 58fdc14f4ec9..f94778033779 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 461d18c9c09a..a31138a4ea8b 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