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

Collapse All | Expand All

(-)a/app-text/calibre/calibre-5.16.1.ebuild (-2 / +6 lines)
Lines 123-130 src_prepare() { Link Here
123
	# disable_plugins: walking sec-hole, wait for upstream to use GHNS interface
123
	# disable_plugins: walking sec-hole, wait for upstream to use GHNS interface
124
	eapply \
124
	eapply \
125
		"${FILESDIR}/${PN}-2.9.0-no_updates_dialog.patch" \
125
		"${FILESDIR}/${PN}-2.9.0-no_updates_dialog.patch" \
126
		"${FILESDIR}/${PN}-disable_plugins.patch" \
126
		"${FILESDIR}/${PN}-disable_plugins.patch"
127
		"${WORKDIR}/${PN}-5.16.0-SIP-v4.patch"
127
128
	if ! has_version ">=dev-python/sip-5"; then
129
		einfo "Applying SIP v4 patch because SIP v5 was not detected"
130
		eapply "${WORKDIR}/${PN}-5.16.0-SIP-v4.patch"
131
	fi
128
132
129
	eapply_user
133
	eapply_user
130
134

Return to bug 793986