diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2019-03-07 07:33:49 +0100 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2019-03-07 07:33:49 +0100 |
commit | 02762e0987dc086a8f66a33fd13cac57ac9a7d29 (patch) | |
tree | 7acec006d922db66d015cf6f1822ae47af780e18 /sys-fs | |
parent | media-gfx/darktable: version bump (diff) | |
download | gentoo-02762e0987dc086a8f66a33fd13cac57ac9a7d29.tar.gz gentoo-02762e0987dc086a8f66a33fd13cac57ac9a7d29.tar.bz2 gentoo-02762e0987dc086a8f66a33fd13cac57ac9a7d29.zip |
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@gentoo.org>
Diffstat (limited to 'sys-fs')
-rw-r--r-- | sys-fs/e2fsprogs/e2fsprogs-1.44.6.ebuild | 2 | ||||
-rw-r--r-- | sys-fs/e2fsprogs/files/e2fsprogs-1.44.6-parallel_install.patch | 10 |
2 files changed, 11 insertions, 1 deletions
diff --git a/sys-fs/e2fsprogs/e2fsprogs-1.44.6.ebuild b/sys-fs/e2fsprogs/e2fsprogs-1.44.6.ebuild index 35ee7249d95f..8dc1b6efbfd7 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 000000000000..576291531922 --- /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 + |