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

Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +3 lines)
Line  Link Here
0
-- a/kio-5.88.0-r2.ebuild
0
++ b/kio-5.88.0-r2.ebuild
Lines 73-78 PDEPEND=">=kde-frameworks/kded-${PVCUT}:5" Link Here
73
PATCHES=(
73
PATCHES=(
74
	"${FILESDIR}"/${P}-fix-copy-between-filesystems.patch
74
	"${FILESDIR}"/${P}-fix-copy-between-filesystems.patch
75
	"${FILESDIR}"/${P}-fix-KRun-open-URLs-twice.patch # KDE-bug 446272
75
	"${FILESDIR}"/${P}-fix-KRun-open-URLs-twice.patch # KDE-bug 446272
76
	"${FILESDIR}"/${P}-fix-build-with-x11.patch # Bug 813450
76
)
77
)
77
78
78
src_configure() {
79
src_configure() {
Lines 82-88 src_configure() { Link Here
82
		$(cmake_use_find_package handbook KF5DocTools)
83
		$(cmake_use_find_package handbook KF5DocTools)
83
		$(cmake_use_find_package kerberos GSSAPI)
84
		$(cmake_use_find_package kerberos GSSAPI)
84
		$(cmake_use_find_package kwallet KF5Wallet)
85
		$(cmake_use_find_package kwallet KF5Wallet)
85
		$(cmake_use_find_package X X11)
86
		-DWITH_X11=$(usex X)
86
	)
87
	)
87
88
88
	ecm_src_configure
89
	ecm_src_configure

Return to bug 813450