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

Collapse All | Expand All

(-)gentoo/usr/portage/app-text/tree/tree-1.6.0-r1.ebuild (-1 / +2 lines)
Lines 11-17 Link Here
11
11
12
LICENSE="GPL-2"
12
LICENSE="GPL-2"
13
SLOT="0"
13
SLOT="0"
14
KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-linux ~x86-linux ~x86-macos"
14
KEYWORDS="~amd64-linux ~x86-linux ~x64-macos"
15
IUSE=""
15
IUSE=""
16
16
17
src_prepare() {
17
src_prepare() {
Lines 22-27 Link Here
22
}
22
}
23
23
24
src_compile() {
24
src_compile() {
25
	[[ "${CHOST}" == *-darwin* ]] && epatch "${FILESDIR}"/tree-Makefile.patch
25
	append-lfs-flags
26
	append-lfs-flags
26
	emake \
27
	emake \
27
		CC="$(tc-getCC)" \
28
		CC="$(tc-getCC)" \

Return to bug 433972