mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
www-client/qutebrowser: backport trivial dictcli.py fix
Not super important, but still be a while before a 3.0.0, and unsure when/if 2.5.3 is happening. Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
This commit is contained in:
17
www-client/qutebrowser/files/qutebrowser-2.5.2-dictcli.patch
Normal file
17
www-client/qutebrowser/files/qutebrowser-2.5.2-dictcli.patch
Normal file
@@ -0,0 +1,17 @@
|
||||
https://github.com/qutebrowser/qutebrowser/commit/f277876ce0817f7d05ca94b05beb644482027f85
|
||||
From: Florian Bruhin <me@the-compiler.org>
|
||||
Date: Sat, 19 Nov 2022 16:00:15 +0100
|
||||
Subject: [PATCH] dictcli: Switch from master to main
|
||||
|
||||
Fixes #7481
|
||||
--- a/scripts/dictcli.py
|
||||
+++ b/scripts/dictcli.py
|
||||
@@ -40,7 +40,7 @@
|
||||
from qutebrowser.utils import standarddir
|
||||
|
||||
|
||||
-API_URL = 'https://chromium.googlesource.com/chromium/deps/hunspell_dictionaries.git/+/master/'
|
||||
+API_URL = 'https://chromium.googlesource.com/chromium/deps/hunspell_dictionaries.git/+/main/'
|
||||
|
||||
|
||||
class InvalidLanguageError(Exception):
|
||||
@@ -57,6 +57,10 @@ BDEPEND="
|
||||
|
||||
distutils_enable_tests pytest
|
||||
|
||||
PATCHES=(
|
||||
"${FILESDIR}"/${P}-dictcli.patch
|
||||
)
|
||||
|
||||
src_prepare() {
|
||||
distutils-r1_src_prepare
|
||||
|
||||
Reference in New Issue
Block a user