diff options
author | Nelo-T. Wallus <nelo@wallus.de> | 2017-07-13 21:17:15 +0200 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2017-07-28 13:33:12 +0200 |
commit | a3dbdbc5eefa388846591a72ec6a48bfa2db82a9 (patch) | |
tree | c12a61606dd588a2778ebc38592ebfa3472182bf /x11-wm/i3/i3-9999.ebuild | |
parent | net-analyzer/zabbix: Bump (diff) | |
download | gentoo-a3dbdbc5eefa388846591a72ec6a48bfa2db82a9.tar.gz gentoo-a3dbdbc5eefa388846591a72ec6a48bfa2db82a9.tar.bz2 gentoo-a3dbdbc5eefa388846591a72ec6a48bfa2db82a9.zip |
x11-wm/i3: Add GLOB_TILDE patch for musl
Package-Manager: Portage-2.3.6, Repoman-2.3.1
Closes: https://github.com/gentoo/gentoo/pull/5230
Diffstat (limited to 'x11-wm/i3/i3-9999.ebuild')
-rw-r--r-- | x11-wm/i3/i3-9999.ebuild | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/x11-wm/i3/i3-9999.ebuild b/x11-wm/i3/i3-9999.ebuild index 1e6ce9e0da24..09c27735f9e1 100644 --- a/x11-wm/i3/i3-9999.ebuild +++ b/x11-wm/i3/i3-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -37,6 +37,10 @@ RDEPEND="${CDEPEND} dev-perl/AnyEvent-I3 dev-perl/JSON-XS" +PATCHES=( + "${FILESDIR}/${PN}-musl-GLOB_TILDE.patch" +) + src_prepare() { default |