summaryrefslogtreecommitdiff
path: root/x11-wm
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <mmk@levelnine.at>2021-10-06 18:08:27 +0200
committerJakov Smolić <jsmolic@gentoo.org>2021-10-06 18:16:40 +0200
commit2c4a8afd9d1b9af9298a3913b7a7474c4acd6aad (patch)
tree8a861fe351f91d8485b9b39d1996650bf4ce8e4c /x11-wm
parentsys-kernel/gentoo-sources: Linux version bumps and genpatches (diff)
downloadgentoo-2c4a8afd9d1b9af9298a3913b7a7474c4acd6aad.tar.gz
gentoo-2c4a8afd9d1b9af9298a3913b7a7474c4acd6aad.tar.bz2
gentoo-2c4a8afd9d1b9af9298a3913b7a7474c4acd6aad.zip
x11-wm/i3: remove unused patch
Package-Manager: Portage-3.0.26, Repoman-3.0.3 Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/22506 Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'x11-wm')
-rw-r--r--x11-wm/i3/files/i3-gaps-4.19-fix-docdir.patch22
1 files changed, 0 insertions, 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 6917aa091dff..000000000000
--- 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
-