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

(-)file_not_specified_in_diff (-2 / +14 lines)
Line  Link Here
0
-- qtwebengine-5.7.0.ebuild
0
++ qtwebengine-5.7.0.ebuild
Lines 4-10 Link Here
4
4
5
EAPI=6
5
EAPI=6
6
PYTHON_COMPAT=( python2_7 )
6
PYTHON_COMPAT=( python2_7 )
7
inherit python-any-r1 qt5-build
7
QT5_TARGET_SUBDIRS=( . src/core )
8
inherit python-any-r1 qt5-build pax-utils
8
9
9
DESCRIPTION="Library for rendering dynamic web content in Qt5 C++ and QML applications"
10
DESCRIPTION="Library for rendering dynamic web content in Qt5 C++ and QML applications"
10
11
Lines 90-92 Link Here
90
	)
91
	)
91
	qt5-build_src_configure
92
	qt5-build_src_configure
92
}
93
}
94
95
src_compile() {
96
	# Build mksnapshot and pax-mark it.
97
	emake -C src/core sub-gyp_run-pro-qmake_all
98
	${NINJA_PATH} ${NINJAFLAGS} -C src/core/Release mksnapshot || die
99
	pax-mark m src/core/Release/mksnapshot
100
101
	qt5-build_src_compile
102
	pax-mark m libexec/QtWebEngineProcess
103
}
104

Return to bug 582558