Gentoo Archives: gentoo-commits

From: "Jakov Smolić" <jsmolic@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-wm/i3/files/
Date: Wed, 06 Oct 2021 16:17:32
Message-Id: 1633537000.2c4a8afd9d1b9af9298a3913b7a7474c4acd6aad.jsmolic@gentoo
1 commit: 2c4a8afd9d1b9af9298a3913b7a7474c4acd6aad
2 Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
3 AuthorDate: Wed Oct 6 16:08:27 2021 +0000
4 Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
5 CommitDate: Wed Oct 6 16:16:40 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c4a8afd
7
8 x11-wm/i3: remove unused patch
9
10 Package-Manager: Portage-3.0.26, Repoman-3.0.3
11 Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
12 Closes: https://github.com/gentoo/gentoo/pull/22506
13 Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
14
15 x11-wm/i3/files/i3-gaps-4.19-fix-docdir.patch | 22 ----------------------
16 1 file changed, 22 deletions(-)
17
18 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
19 deleted file mode 100644
20 index 6917aa091df..00000000000
21 --- a/x11-wm/i3/files/i3-gaps-4.19-fix-docdir.patch
22 +++ /dev/null
23 @@ -1,22 +0,0 @@
24 -diff --git a/meson.build b/meson.build
25 -index 11541e21..a6f8974e 100644
26 ---- a/meson.build
27 -+++ b/meson.build
28 -@@ -642,7 +642,7 @@ if get_option('docs')
29 - '@OUTPUT@',
30 - ],
31 - install: true,
32 -- install_dir: join_paths(get_option('datadir'), 'doc', 'i3'),
33 -+ install_dir: docdir,
34 - )
35 -
36 - custom_target(
37 -@@ -655,7 +655,7 @@ if get_option('docs')
38 - '@OUTPUT@',
39 - ],
40 - install: true,
41 -- install_dir: join_paths(get_option('datadir'), 'doc', 'i3'),
42 -+ install_dir: docdir,
43 - )
44 - endif
45 -