summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2017-10-03 21:40:06 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2017-10-03 21:41:31 +0200
commite5a05d30d2b43abb8be737f7d52911c329204b73 (patch)
tree104ae0dde8ab2417467a19de338e6ce26e6b4b94 /sys-libs/glibc
parentprofiles: Remove outdated package.use entry (diff)
downloadgentoo-e5a05d30d2b43abb8be737f7d52911c329204b73.tar.gz
gentoo-e5a05d30d2b43abb8be737f7d52911c329204b73.tar.bz2
gentoo-e5a05d30d2b43abb8be737f7d52911c329204b73.zip
sys-libs/glibc: Rely on PMS, not on bash, for the patch sorting
Package-Manager: Portage-2.3.10, Repoman-2.3.3
Diffstat (limited to 'sys-libs/glibc')
-rw-r--r--sys-libs/glibc/glibc-2.26-r2.ebuild3
-rw-r--r--sys-libs/glibc/glibc-9999.ebuild3
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