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

(-)xcb-proto-1.8-r3.ebuild (-2 / +2 lines)
Lines 32-45 Link Here
32
	xorg-2_src_compile
32
	xorg-2_src_compile
33
33
34
	python_foreach_impl autotools-utils_src_compile -C xcbgen \
34
	python_foreach_impl autotools-utils_src_compile -C xcbgen \
35
		top_builddir="${WORKDIR}/${P}-${ARCH}"
35
		top_builddir="${WORKDIR}/${P}-${DEFAULT_ABI}"
36
}
36
}
37
37
38
src_install() {
38
src_install() {
39
	xorg-2_src_install
39
	xorg-2_src_install
40
40
41
	python_foreach_impl autotools-utils_src_install -C xcbgen \
41
	python_foreach_impl autotools-utils_src_install -C xcbgen \
42
		top_builddir="${WORKDIR}/${P}-${ARCH}"
42
		top_builddir="${WORKDIR}/${P}-${DEFAULT_ABI}"
43
}
43
}
44
44
45
pkg_postinst() {
45
pkg_postinst() {

Return to bug 471079