commit: 2c4a8afd9d1b9af9298a3913b7a7474c4acd6aad Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at> AuthorDate: Wed Oct 6 16:08:27 2021 +0000 Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org> CommitDate: Wed Oct 6 16:16:40 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c4a8afd
x11-wm/i3: remove unused patch Package-Manager: Portage-3.0.26, Repoman-3.0.3 Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/22506 Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org> x11-wm/i3/files/i3-gaps-4.19-fix-docdir.patch | 22 ---------------------- 1 file changed, 22 deletions(-) diff --git a/x11-wm/i3/files/i3-gaps-4.19-fix-docdir.patch b/x11-wm/i3/files/i3-gaps-4.19-fix-docdir.patch deleted file mode 100644 index 6917aa091df..00000000000 --- a/x11-wm/i3/files/i3-gaps-4.19-fix-docdir.patch +++ /dev/null @@ -1,22 +0,0 @@ -diff --git a/meson.build b/meson.build -index 11541e21..a6f8974e 100644 ---- a/meson.build -+++ b/meson.build -@@ -642,7 +642,7 @@ if get_option('docs') - '@OUTPUT@', - ], - install: true, -- install_dir: join_paths(get_option('datadir'), 'doc', 'i3'), -+ install_dir: docdir, - ) - - custom_target( -@@ -655,7 +655,7 @@ if get_option('docs') - '@OUTPUT@', - ], - install: true, -- install_dir: join_paths(get_option('datadir'), 'doc', 'i3'), -+ install_dir: docdir, - ) - endif -
