Gentoo Archives: gentoo-commits

From: Lars Wendler <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-wm/i3/
Date: Thu, 29 Nov 2018 08:34:31
Message-Id: 1543480454.c676664e275123059f21625c64b74b38ce0f414e.polynomial-c@gentoo
1 commit: c676664e275123059f21625c64b74b38ce0f414e
2 Author: Nelo-T. Wallus <nelo <AT> wallus <DOT> de>
3 AuthorDate: Wed Nov 28 22:16:43 2018 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Thu Nov 29 08:34:14 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c676664e
7
8 x11-wm/i3: Use current musl patch for live ebuild
9
10 Signed-off-by: Nelo-Thara Naum Nathanael Wallus <nelo <AT> wallus.de>
11
12 Package-Manager: Portage-2.3.51, Repoman-2.3.12
13 Closes: https://github.com/gentoo/gentoo/pull/10516
14 Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
15
16 x11-wm/i3/i3-9999.ebuild | 4 ++--
17 1 file changed, 2 insertions(+), 2 deletions(-)
18
19 diff --git a/x11-wm/i3/i3-9999.ebuild b/x11-wm/i3/i3-9999.ebuild
20 index 44462428862..d8f7ca7c3a6 100644
21 --- a/x11-wm/i3/i3-9999.ebuild
22 +++ b/x11-wm/i3/i3-9999.ebuild
23 @@ -1,4 +1,4 @@
24 -# Copyright 1999-2018 Gentoo Foundation
25 +# Copyright 1999-2018 Gentoo Authors
26 # Distributed under the terms of the GNU General Public License v2
27
28 EAPI=6
29 @@ -39,7 +39,7 @@ RDEPEND="${CDEPEND}
30 dev-perl/JSON-XS"
31
32 PATCHES=(
33 - "${FILESDIR}/${PN}-musl-GLOB_TILDE.patch"
34 + "${FILESDIR}/${PN}-4.16-musl-GLOB_TILDE.patch"
35 )
36
37 src_prepare() {