sys-libs/glibc: Rely on PMS, not on bash, for the patch sorting
authorAndreas K. Hüttel <dilfridge@gentoo.org>
Tue, 3 Oct 2017 19:40:06 +0000 (21:40 +0200)
committerAndreas K. Hüttel <dilfridge@gentoo.org>
Tue, 3 Oct 2017 19:41:31 +0000 (21:41 +0200)
Package-Manager: Portage-2.3.10, Repoman-2.3.3

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

index 58fdc14f4ec9691f572b5c79dec233b8b00e8824..f9477803377962e3ed9cd4e37612f19d3795a007 100644 (file)
@@ -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
index 461d18c9c09a85e41324d9ff6e522dd2c12de4c6..a31138a4ea8b7858857653b4ce31cd989ebf6061 100644 (file)
@@ -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