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

(-)calibre-5.16.1.ebuild (-7 / +3 lines)
Lines 71-73 Link Here
71
		>=dev-python/python-dateutil-2.5.3[${PYTHON_MULTI_USEDEP}]
71
		>=dev-python/python-dateutil-2.5.3[${PYTHON_MULTI_USEDEP}]
72
		>=dev-python/PyQt5-5.12[gui,svg,widgets,network,printsupport,${PYTHON_MULTI_USEDEP}]
72
		>=dev-python/PyQt5-5.15.4-r1[gui,svg,widgets,network,printsupport,${PYTHON_MULTI_USEDEP}]
73
		>=dev-python/PyQtWebEngine-5.12[${PYTHON_MULTI_USEDEP}]
73
		>=dev-python/PyQtWebEngine-5.12[${PYTHON_MULTI_USEDEP}]
Lines 106-109 Link Here
106
	$(python_gen_cond_dep '
106
	$(python_gen_cond_dep '
107
		dev-python/PyQt-builder[${PYTHON_MULTI_USEDEP}]
107
		>=dev-python/setuptools-23.1.0[${PYTHON_MULTI_USEDEP}]
108
		>=dev-python/setuptools-23.1.0[${PYTHON_MULTI_USEDEP}]
108
		<dev-python/sip-5[${PYTHON_MULTI_USEDEP}]
109
		>=dev-python/sip-5[${PYTHON_MULTI_USEDEP}]
109
	')
110
	')
Lines 127-133 Link Here
127
128
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
132
133
	eapply_user
129
	eapply_user

Return to bug 793986