commit: 2584e2987212a364405cfce72a7ed3b11ef54d37 Author: Michael Mair-Keimberger <mm1ke <AT> gentoo <DOT> org> AuthorDate: Tue Oct 7 16:35:54 2025 +0000 Commit: Michael Mair-Keimberger <mm1ke <AT> gentoo <DOT> org> CommitDate: Tue Oct 7 16:35:54 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2584e298
sys-fs/btrfsmaintenance: remove unused patch(es) Signed-off-by: Michael Mair-Keimberger <mm1ke <AT> gentoo.org> .../files/btrfsmaintenance-0.5.1-script-fix.patch | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/sys-fs/btrfsmaintenance/files/btrfsmaintenance-0.5.1-script-fix.patch b/sys-fs/btrfsmaintenance/files/btrfsmaintenance-0.5.1-script-fix.patch deleted file mode 100644 index f546a417feb3..000000000000 --- a/sys-fs/btrfsmaintenance/files/btrfsmaintenance-0.5.1-script-fix.patch +++ /dev/null @@ -1,12 +0,0 @@ -https://github.com/kdave/btrfsmaintenance/pull/119 ---- a/btrfsmaintenance-functions -+++ b/btrfsmaintenance-functions -@@ -101,7 +101,7 @@ - else - # Flock older than 2.27 does not support --verbose option, check - # if it's available as we'd like to log the information -- if /usr/bin/flock --help 2>&1 | grep -q -- --verbose; -+ if /usr/bin/flock --help 2>&1 | grep -q -- --verbose; then - verbose="--verbose" - fi -
