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:
Ionen Wolkens
2025-04-12 18:13:08 -04:00
parent 121bc869f9
commit 1a256860bb
2 changed files with 2 additions and 6 deletions

View File

@@ -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 )
')
"

View File

@@ -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 )
')
"