commit:     02762e0987dc086a8f66a33fd13cac57ac9a7d29
Author:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Thu Mar  7 06:33:49 2019 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Thu Mar  7 06:33:49 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02762e09

sys-fs/e2fsprogs: Attempt to fix parallel install issue.

Bug: https://bugs.gentoo.org/679640
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>

 sys-fs/e2fsprogs/e2fsprogs-1.44.6.ebuild                       |  2 +-
 sys-fs/e2fsprogs/files/e2fsprogs-1.44.6-parallel_install.patch | 10 ++++++++++
 2 files changed, 11 insertions(+), 1 deletion(-)

diff --git a/sys-fs/e2fsprogs/e2fsprogs-1.44.6.ebuild 
b/sys-fs/e2fsprogs/e2fsprogs-1.44.6.ebuild
index 35ee7249d95..8dc1b6efbfd 100644
--- a/sys-fs/e2fsprogs/e2fsprogs-1.44.6.ebuild
+++ b/sys-fs/e2fsprogs/e2fsprogs-1.44.6.ebuild
@@ -26,7 +26,7 @@ DEPEND="${RDEPEND}
        sys-apps/texinfo"
 
 PATCHES=(
-       #"${FILESDIR}"/${PN}-1.41.8-makefile.patch
+       "${FILESDIR}"/${PN}-1.44.6-parallel_install.patch
        "${FILESDIR}"/${PN}-1.40-fbsd.patch
        "${FILESDIR}"/${PN}-1.42.13-fix-build-cflags.patch #516854
 

diff --git a/sys-fs/e2fsprogs/files/e2fsprogs-1.44.6-parallel_install.patch 
b/sys-fs/e2fsprogs/files/e2fsprogs-1.44.6-parallel_install.patch
new file mode 100644
index 00000000000..57629153192
--- /dev/null
+++ b/sys-fs/e2fsprogs/files/e2fsprogs-1.44.6-parallel_install.patch
@@ -0,0 +1,10 @@
+--- e2fsprogs-1.44.6/Makefile.in
++++ e2fsprogs-1.44.6/Makefile.in
+@@ -72,6 +72,7 @@
+ uninstall: uninstall-progs-recursive uninstall-shlibs-libs-recursive 
uninstall-doc-libs
+ 
+ install-libs: install-libs-recursive
++install-libs-recursive:: | install-shlibs-libs-recursive
+ 
+ uninstall-libs: uninstall-libs-recursive
+ 

Reply via email to