diff options
author | 2018-11-28 23:16:43 +0100 | |
---|---|---|
committer | 2018-11-29 09:34:14 +0100 | |
commit | c676664e275123059f21625c64b74b38ce0f414e (patch) | |
tree | 61558f1aa32f249e6c917d9b16e6824c2a3398e1 /x11-wm/i3 | |
parent | dev-ruby/rack: clean for bug 670476 (diff) | |
download | gentoo-c676664e275123059f21625c64b74b38ce0f414e.tar.gz gentoo-c676664e275123059f21625c64b74b38ce0f414e.tar.bz2 gentoo-c676664e275123059f21625c64b74b38ce0f414e.zip |
x11-wm/i3: Use current musl patch for live ebuild
Signed-off-by: Nelo-Thara Naum Nathanael Wallus <nelo@wallus.de>
Package-Manager: Portage-2.3.51, Repoman-2.3.12
Closes: https://github.com/gentoo/gentoo/pull/10516
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
Diffstat (limited to 'x11-wm/i3')
-rw-r--r-- | x11-wm/i3/i3-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-wm/i3/i3-9999.ebuild b/x11-wm/i3/i3-9999.ebuild index 44462428862e..d8f7ca7c3a62 100644 --- a/x11-wm/i3/i3-9999.ebuild +++ b/x11-wm/i3/i3-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -39,7 +39,7 @@ RDEPEND="${CDEPEND} dev-perl/JSON-XS" PATCHES=( - "${FILESDIR}/${PN}-musl-GLOB_TILDE.patch" + "${FILESDIR}/${PN}-4.16-musl-GLOB_TILDE.patch" ) src_prepare() { |