Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 483716
Collapse All | Expand All

(-)a/autofs-5.0.7-r4.ebuild (-1 / +7 lines)
Lines 6-12 Link Here
6
6
7
AUTOTOOLS_AUTORECONF=true
7
AUTOTOOLS_AUTORECONF=true
8
8
9
inherit autotools-utils linux-info multilib systemd
9
inherit autotools-utils linux-info multilib systemd toolchain-funcs
10
10
11
PATCH_VER=3
11
PATCH_VER=3
12
[[ -n ${PATCH_VER} ]] && \
12
[[ -n ${PATCH_VER} ]] && \
Lines 101-106 Link Here
101
	autotools-utils_src_configure
101
	autotools-utils_src_configure
102
}
102
}
103
103
104
src_compile() {
105
	autotools-utils_src_compile	\
106
		AR="$(tc-getAR)"		\
107
		RANLIB="$(tc-getRANLIB)"
108
}
109
104
src_install() {
110
src_install() {
105
	autotools-utils_src_install
111
	autotools-utils_src_install
106
112

Return to bug 483716