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

(-)a/app-text/qpdfview/qpdfview-0.4.18.ebuild (-1 / +1 lines)
Lines 75-81 src_configure() { Link Here
75
75
76
	local myqmakeargs=(
76
	local myqmakeargs=(
77
		qpdfview.pro
77
		qpdfview.pro
78
		CONFIG+="${myconfig[@]}"
78
		CONFIG+="${myconfig[*]}"
79
		PLUGIN_INSTALL_PATH="${EPREFIX}/usr/$(get_libdir)/${PN}"
79
		PLUGIN_INSTALL_PATH="${EPREFIX}/usr/$(get_libdir)/${PN}"
80
	)
80
	)
81
	eqmake5 "${myqmakeargs[@]}"
81
	eqmake5 "${myqmakeargs[@]}"
(-)a/app-text/qpdfview/qpdfview-0.4.18_p1.ebuild (-2 / +1 lines)
Lines 74-80 src_configure() { Link Here
74
74
75
	local myqmakeargs=(
75
	local myqmakeargs=(
76
		qpdfview.pro
76
		qpdfview.pro
77
		CONFIG+="${myconfig[@]}"
77
		CONFIG+="${myconfig[*]}"
78
		PLUGIN_INSTALL_PATH="${EPREFIX}/usr/$(get_libdir)/${PN}"
78
		PLUGIN_INSTALL_PATH="${EPREFIX}/usr/$(get_libdir)/${PN}"
79
	)
79
	)
80
	eqmake5 "${myqmakeargs[@]}"
80
	eqmake5 "${myqmakeargs[@]}"
81
- 

Return to bug 762397