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

(-)a/dev-python/PyQt5/PyQt5-5.6.1_pre1604271126.ebuild (-1 / +14 lines)
Lines 5-11 Link Here
5
EAPI=6
5
EAPI=6
6
PYTHON_COMPAT=( python2_7 python3_{3,4,5} )
6
PYTHON_COMPAT=( python2_7 python3_{3,4,5} )
7
7
8
inherit multibuild python-r1 qmake-utils
8
inherit multibuild python-r1 qmake-utils toolchain-funcs
9
9
10
DESCRIPTION="Python bindings for the Qt framework"
10
DESCRIPTION="Python bindings for the Qt framework"
11
HOMEPAGE="http://www.riverbankcomputing.com/software/pyqt/intro
11
HOMEPAGE="http://www.riverbankcomputing.com/software/pyqt/intro
Lines 102-107 pyqt_use_enable() { Link Here
102
	fi
102
	fi
103
}
103
}
104
104
105
src_prepare() {
106
	default
107
108
	sed -i -e "/args.append(pro_file)/a\    args.append('\
109
		QMAKE_CXX=\"$(tc-getCXX)\" \
110
		QMAKE_LINK=\"$(tc-getCXX)\" \
111
		QMAKE_CXXFLAGS=\"${CXXFLAGS}\" \
112
		QMAKE_CXXFLAGS_RELEASE= \
113
		QMAKE_LFLAGS=\"${LDFLAGS}\" \
114
		QMAKE_LFLAGS_RELEASE= ')" \
115
		configure.py || die
116
}
117
105
src_configure() {
118
src_configure() {
106
	configuration() {
119
	configuration() {
107
		local myconf=(
120
		local myconf=(

Return to bug 561094