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

Collapse All | Expand All

(-)gmmlib-18.4.1.ebuild (-2 / +6 lines)
Lines 3-9 Link Here
3
3
4
EAPI=6
4
EAPI=6
5
5
6
inherit cmake-utils
6
inherit cmake-multilib
7
7
8
if [[ ${PV} == *9999 ]] ; then
8
if [[ ${PV} == *9999 ]] ; then
9
	: ${EGIT_REPO_URI:="https://github.com/intel/gmmlib"}
9
	: ${EGIT_REPO_URI:="https://github.com/intel/gmmlib"}
Lines 31-37 Link Here
31
DEPEND=""
31
DEPEND=""
32
RDEPEND="${DEPEND}"
32
RDEPEND="${DEPEND}"
33
33
34
src_configure() {
34
PATCHES=(
35
	"${FILESDIR}"/${PN}-19.1.2_so_patch_version.patch
36
)
37
38
multilib_src_configure() {
35
# once upstream makes this optional
39
# once upstream makes this optional
36
#	local mycmakeargs=(
40
#	local mycmakeargs=(
37
#		-DMEDIA_RUN_TEST_SUITE=OFF
41
#		-DMEDIA_RUN_TEST_SUITE=OFF

Return to bug 684864