mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
www-client/qutebrowser: drop pdfjs upper bound
Was thinking to drop this after qtwebengine-6.9.x is stable but missed that qutebrowser-3.5.0 did a workaround to allow latest pdfjs to work with older qtwebengine. Untested though given have qtwebengine-6.9.x right now and it is a hassle to downgrade, please report if have issues. Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
This commit is contained in:
@@ -28,8 +28,6 @@ LICENSE="GPL-3+"
|
||||
SLOT="0"
|
||||
IUSE="+adblock pdf widevine"
|
||||
|
||||
# TODO: check if pdfjs-5 works again with qtwebengine-6.9.x, or try the
|
||||
# (unpackaged) legacy edition of pdfjs-5 meant for old chromium compat.
|
||||
RDEPEND="
|
||||
$(python_gen_cond_dep '
|
||||
dev-python/pyqt6-webengine[${PYTHON_USEDEP},widgets]
|
||||
@@ -42,7 +40,7 @@ RDEPEND="
|
||||
dev-python/zipp[${PYTHON_USEDEP}]
|
||||
dev-qt/qtbase:6[icu,sqlite]
|
||||
adblock? ( dev-python/adblock[${PYTHON_USEDEP}] )
|
||||
pdf? ( <www-plugins/pdfjs-5 )
|
||||
pdf? ( www-plugins/pdfjs )
|
||||
widevine? ( www-plugins/chrome-binary-plugins )
|
||||
')
|
||||
"
|
||||
@@ -28,8 +28,6 @@ LICENSE="GPL-3+"
|
||||
SLOT="0"
|
||||
IUSE="+adblock pdf widevine"
|
||||
|
||||
# TODO: check if pdfjs-5 works again with qtwebengine-6.9.x, or try the
|
||||
# (unpackaged) legacy edition of pdfjs-5 meant for old chromium compat.
|
||||
RDEPEND="
|
||||
$(python_gen_cond_dep '
|
||||
dev-python/pyqt6-webengine[${PYTHON_USEDEP},widgets]
|
||||
@@ -42,7 +40,7 @@ RDEPEND="
|
||||
dev-python/zipp[${PYTHON_USEDEP}]
|
||||
dev-qt/qtbase:6[icu,sqlite]
|
||||
adblock? ( dev-python/adblock[${PYTHON_USEDEP}] )
|
||||
pdf? ( <www-plugins/pdfjs-5 )
|
||||
pdf? ( www-plugins/pdfjs )
|
||||
widevine? ( www-plugins/chrome-binary-plugins )
|
||||
')
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user