sys-fs/btrfsmaintenance: remove unused patch(es)

Signed-off-by: Michael Mair-Keimberger <mm1ke@gentoo.org>
This commit is contained in:
Michael Mair-Keimberger 2025-10-07 18:35:54 +02:00
parent 886e7fcf03
commit 2584e29872
No known key found for this signature in database
GPG Key ID: 03B489CBE4B76101

View File

@ -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