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

Collapse All | Expand All

(-)a/x11-libs/pixman/pixman-0.38.4.ebuild (-2 / +2 lines)
Lines 9-15 if [[ ${PV} = 9999* ]]; then Link Here
9
	GIT_ECLASS="git-r3"
9
	GIT_ECLASS="git-r3"
10
fi
10
fi
11
11
12
inherit ${GIT_ECLASS} meson multilib-minimal toolchain-funcs
12
inherit ${GIT_ECLASS} meson multilib-minimal multiprocessing toolchain-funcs
13
13
14
DESCRIPTION="Low-level pixel manipulation routines"
14
DESCRIPTION="Low-level pixel manipulation routines"
15
HOMEPAGE="http://www.pixman.org/ https://gitlab.freedesktop.org/pixman/pixman/"
15
HOMEPAGE="http://www.pixman.org/ https://gitlab.freedesktop.org/pixman/pixman/"
Lines 54-60 multilib_src_compile() { Link Here
54
}
54
}
55
55
56
multilib_src_test() {
56
multilib_src_test() {
57
	meson test -v -C "${BUILD_DIR}" -t 100
57
	OMP_NUM_THREADS=$(makeopts_jobs) meson test -v -C "${BUILD_DIR}" -t 100
58
}
58
}
59
59
60
multilib_src_install() {
60
multilib_src_install() {
(-)a/x11-libs/pixman/pixman-9999.ebuild (-3 / +2 lines)
Lines 9-15 if [[ ${PV} = 9999* ]]; then Link Here
9
	GIT_ECLASS="git-r3"
9
	GIT_ECLASS="git-r3"
10
fi
10
fi
11
11
12
inherit ${GIT_ECLASS} meson multilib-minimal toolchain-funcs
12
inherit ${GIT_ECLASS} meson multilib-minimal multiprocessing toolchain-funcs
13
13
14
DESCRIPTION="Low-level pixel manipulation routines"
14
DESCRIPTION="Low-level pixel manipulation routines"
15
HOMEPAGE="http://www.pixman.org/ https://gitlab.freedesktop.org/pixman/pixman/"
15
HOMEPAGE="http://www.pixman.org/ https://gitlab.freedesktop.org/pixman/pixman/"
Lines 54-60 multilib_src_compile() { Link Here
54
}
54
}
55
55
56
multilib_src_test() {
56
multilib_src_test() {
57
	meson test -v -C "${BUILD_DIR}" -t 100
57
	OMP_NUM_THREADS=$(makeopts_jobs) meson test -v -C "${BUILD_DIR}" -t 100
58
}
58
}
59
59
60
multilib_src_install() {
60
multilib_src_install() {
61
- 

Return to bug 688926