diff options
author | Gwendal Grignou <gwendal@chromium.org> | 2020-03-26 21:01:56 -0700 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2020-03-27 09:33:40 +0100 |
commit | 0e2716a8a51d96c6c05c1c5b721c11d8933dff34 (patch) | |
tree | 6c4cf081bd516e118ef1f91cca720a1c75d0a2bf /sys-fs | |
parent | app-editors/nano: Revbump to fix justify keystroke crash (diff) | |
download | gentoo-0e2716a8a51d96c6c05c1c5b721c11d8933dff34.tar.gz gentoo-0e2716a8a51d96c6c05c1c5b721c11d8933dff34.tar.bz2 gentoo-0e2716a8a51d96c6c05c1c5b721c11d8933dff34.zip |
sysdevel/e2fsprogs: install library through install
Given e2fsprogs forks a make instance to install libraries,
do not specify the rule install-libs when installing e2fsprogs.
make install will do it once other dependencies are in place.
Closes: https://bugs.gentoo.org/679640
Signed-off-by: Gwendal Grignou <gwendal@chromium.org>
Closes: https://github.com/gentoo/gentoo/pull/15132
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
Diffstat (limited to 'sys-fs')
-rw-r--r-- | sys-fs/e2fsprogs/e2fsprogs-1.45.4.ebuild | 3 | ||||
-rw-r--r-- | sys-fs/e2fsprogs/e2fsprogs-1.45.5.ebuild | 3 | ||||
-rw-r--r-- | sys-fs/e2fsprogs/e2fsprogs-1.45.6.ebuild | 3 | ||||
-rw-r--r-- | sys-fs/e2fsprogs/files/e2fsprogs-1.44.6-parallel_install.patch | 10 |
4 files changed, 3 insertions, 16 deletions
diff --git a/sys-fs/e2fsprogs/e2fsprogs-1.45.4.ebuild b/sys-fs/e2fsprogs/e2fsprogs-1.45.4.ebuild index db28efccf152..48a3c1aae896 100644 --- a/sys-fs/e2fsprogs/e2fsprogs-1.45.4.ebuild +++ b/sys-fs/e2fsprogs/e2fsprogs-1.45.4.ebuild @@ -29,7 +29,6 @@ BDEPEND=" " PATCHES=( - "${FILESDIR}"/${PN}-1.44.6-parallel_install.patch "${FILESDIR}"/${PN}-1.40-fbsd.patch "${FILESDIR}"/${PN}-1.42.13-fix-build-cflags.patch #516854 @@ -114,7 +113,7 @@ src_install() { STRIP=: \ root_libdir="${EPREFIX}/usr/$(get_libdir)" \ DESTDIR="${D}" \ - install install-libs + install einstalldocs diff --git a/sys-fs/e2fsprogs/e2fsprogs-1.45.5.ebuild b/sys-fs/e2fsprogs/e2fsprogs-1.45.5.ebuild index 2be6b804acd7..3cbd7bb014a6 100644 --- a/sys-fs/e2fsprogs/e2fsprogs-1.45.5.ebuild +++ b/sys-fs/e2fsprogs/e2fsprogs-1.45.5.ebuild @@ -29,7 +29,6 @@ BDEPEND=" " PATCHES=( - "${FILESDIR}"/${PN}-1.44.6-parallel_install.patch "${FILESDIR}"/${PN}-1.40-fbsd.patch "${FILESDIR}"/${PN}-1.42.13-fix-build-cflags.patch #516854 @@ -114,7 +113,7 @@ src_install() { STRIP=: \ root_libdir="${EPREFIX}/usr/$(get_libdir)" \ DESTDIR="${D}" \ - install install-libs + install einstalldocs diff --git a/sys-fs/e2fsprogs/e2fsprogs-1.45.6.ebuild b/sys-fs/e2fsprogs/e2fsprogs-1.45.6.ebuild index 31effc077571..5db4525cd57e 100644 --- a/sys-fs/e2fsprogs/e2fsprogs-1.45.6.ebuild +++ b/sys-fs/e2fsprogs/e2fsprogs-1.45.6.ebuild @@ -29,7 +29,6 @@ BDEPEND=" " PATCHES=( - "${FILESDIR}"/${PN}-1.44.6-parallel_install.patch "${FILESDIR}"/${PN}-1.40-fbsd.patch "${FILESDIR}"/${PN}-1.42.13-fix-build-cflags.patch #516854 @@ -114,7 +113,7 @@ src_install() { STRIP=: \ root_libdir="${EPREFIX}/usr/$(get_libdir)" \ DESTDIR="${D}" \ - install install-libs + install einstalldocs 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 deleted file mode 100644 index 576291531922..000000000000 --- a/sys-fs/e2fsprogs/files/e2fsprogs-1.44.6-parallel_install.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- 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 - |