Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 447496 | Differences between
and this patch

Collapse All | Expand All

(-)i3-4.3.ebuild.orig (-2 / +4 lines)
Lines 4-10 Link Here
4
4
5
EAPI=4
5
EAPI=4
6
6
7
inherit toolchain-funcs
7
inherit eutils toolchain-funcs
8
8
9
DESCRIPTION="An improved dynamic tiling window manager"
9
DESCRIPTION="An improved dynamic tiling window manager"
10
HOMEPAGE="http://i3wm.org/"
10
HOMEPAGE="http://i3wm.org/"
Lines 49-58 Link Here
49
		#!/bin/sh
49
		#!/bin/sh
50
		exec /usr/bin/i3
50
		exec /usr/bin/i3
51
	EOF
51
	EOF
52
53
	epatch "${FILESDIR}/i3-4.3-fix-ar.patch"
52
}
54
}
53
55
54
src_compile() {
56
src_compile() {
55
	emake V=1 CC="$(tc-getCC)"
57
	emake V=1 CC="$(tc-getCC)" AR="$(tc-getAR)"
56
}
58
}
57
59
58
src_install() {
60
src_install() {

Return to bug 447496