From e5a05d30d2b43abb8be737f7d52911c329204b73 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andreas=20K=2E=20H=C3=BCttel?= Date: Tue, 3 Oct 2017 21:40:06 +0200 Subject: [PATCH] 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 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 -- 2.26.2