commit: d871aa99a31cef5a51eb6fba0093c4ee50882370 Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at> AuthorDate: Fri Dec 1 15:07:47 2023 +0000 Commit: Petr Vaněk <arkamar <AT> gentoo <DOT> org> CommitDate: Fri Dec 1 16:03:21 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d871aa99
app-admin/entr: remove unused patch(es) Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/34080 Signed-off-by: Petr Vaněk <arkamar <AT> gentoo.org> app-admin/entr/files/entr-5.3-no-which.patch | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/app-admin/entr/files/entr-5.3-no-which.patch b/app-admin/entr/files/entr-5.3-no-which.patch deleted file mode 100644 index fbc96fe697f4..000000000000 --- a/app-admin/entr/files/entr-5.3-no-which.patch +++ /dev/null @@ -1,16 +0,0 @@ -Upstream-PR: https://github.com/eradman/entr/pull/108 - -diff --git a/system_test.sh b/system_test.sh -index 2687bb3..dbec661 100755 ---- a/system_test.sh -+++ b/system_test.sh -@@ -40,7 +40,7 @@ trap "$clear_tty; $clear_tmux; $clear_tmp" EXIT - - utils="file pgrep git vim tmux" - for util in $utils; do -- p=$(which $util 2> /dev/null) || { -+ p=$(command -pv $util) || { - echo "ERROR: could not locate the '$util' utility" >&2 - echo "System tests depend on the following: $utils" >&2 - exit 1 ---
