commit: afb506a4a781a83e068a5f9c1d29f865ddb28449
Author: Kacper Kowalik <xarthisius <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 26 14:38:57 2015 +0000
Commit: Kacper Kowalik <xarthisius <AT> gentoo <DOT> org>
CommitDate: Wed Aug 26 14:38:57 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=afb506a4
Apply upstream patch to fix undeclared 'FALSE' error. Fixes #546444
Package-Manager: portage-2.2.20
x11-wm/i3/i3-4.10.3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/x11-wm/i3/i3-4.10.3.ebuild b/x11-wm/i3/i3-4.10.3.ebuild
index 37b6435..17b045c 100644
--- a/x11-wm/i3/i3-4.10.3.ebuild
+++ b/x11-wm/i3/i3-4.10.3.ebuild
@@ -47,7 +47,7 @@ src_prepare() {
#!/bin/sh
exec /usr/bin/i3
EOF
-
+ sed -e 's/FALSE/false/' -i src/handlers.c || die #546444
epatch_user #471716
}