From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 009F4138334 for ; Thu, 7 Mar 2019 06:34:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 98D20E08BE; Thu, 7 Mar 2019 06:34:14 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6C592E08BE for ; Thu, 7 Mar 2019 06:34:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6A667335CE4 for ; Thu, 7 Mar 2019 06:34:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5451A452 for ; Thu, 7 Mar 2019 06:34:10 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1551940429.02762e0987dc086a8f66a33fd13cac57ac9a7d29.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/e2fsprogs/, sys-fs/e2fsprogs/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-fs/e2fsprogs/e2fsprogs-1.44.6.ebuild sys-fs/e2fsprogs/files/e2fsprogs-1.44.6-parallel_install.patch X-VCS-Directories: sys-fs/e2fsprogs/ sys-fs/e2fsprogs/files/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 02762e0987dc086a8f66a33fd13cac57ac9a7d29 X-VCS-Branch: master Date: Thu, 7 Mar 2019 06:34:10 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: e5334f24-972c-4834-aefd-d852dd5c1dda X-Archives-Hash: ae22ad79504d58ff12895dc1d3f7de45 commit: 02762e0987dc086a8f66a33fd13cac57ac9a7d29 Author: Lars Wendler gentoo org> AuthorDate: Thu Mar 7 06:33:49 2019 +0000 Commit: Lars Wendler gentoo 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 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 +