diff options
author | Sam James <sam@gentoo.org> | 2024-03-17 07:27:13 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-03-17 07:27:13 +0000 |
commit | 68fe628533b04688bc2d362c76da09db2ebe09c7 (patch) | |
tree | 913b29fa56f47f92e90488cd448b9947e6394378 /sys-fs | |
parent | net-vpn/libreswan: add 4.14 (diff) | |
download | gentoo-68fe628533b04688bc2d362c76da09db2ebe09c7.tar.gz gentoo-68fe628533b04688bc2d362c76da09db2ebe09c7.tar.bz2 gentoo-68fe628533b04688bc2d362c76da09db2ebe09c7.zip |
sys-fs/multipath-tools: fix PATCHES
I noticed last-minute that there was a PR for 0.9.8 so applied that instead
of my own but when re-syncing with LTO changes from before, introduced a
stale patch line.
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-fs')
-rw-r--r-- | sys-fs/multipath-tools/multipath-tools-0.9.8.ebuild | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys-fs/multipath-tools/multipath-tools-0.9.8.ebuild b/sys-fs/multipath-tools/multipath-tools-0.9.8.ebuild index c89a4159292e..b13cccacf786 100644 --- a/sys-fs/multipath-tools/multipath-tools-0.9.8.ebuild +++ b/sys-fs/multipath-tools/multipath-tools-0.9.8.ebuild @@ -34,7 +34,6 @@ CONFIG_CHECK="~DM_MULTIPATH" PATCHES=( "${FILESDIR}"/${PN}-0.9.7-remove-Werror.patch - "${FILESDIR}"/${P}-null-pointer-dereference-in-uev_update_path.patch ) myemake() { |