diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2021-11-20 20:03:21 -0500 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2021-11-20 21:35:55 -0500 |
commit | 7ec970f9339fd975bccea15cc0ff14dbced1e54b (patch) | |
tree | 45d05eba7c2ee3bbbc19e590248017c282effa58 /www-client/qutebrowser | |
parent | www-client/qutebrowser: remove mention of youtube-dl (diff) | |
download | gentoo-7ec970f9339fd975bccea15cc0ff14dbced1e54b.tar.gz gentoo-7ec970f9339fd975bccea15cc0ff14dbced1e54b.tar.bz2 gentoo-7ec970f9339fd975bccea15cc0ff14dbced1e54b.zip |
www-client/qutebrowser: stabilize 2.4.0 for amd64
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'www-client/qutebrowser')
-rw-r--r-- | www-client/qutebrowser/qutebrowser-2.4.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www-client/qutebrowser/qutebrowser-2.4.0.ebuild b/www-client/qutebrowser/qutebrowser-2.4.0.ebuild index f3fcf16be9a4..d18f294eab0a 100644 --- a/www-client/qutebrowser/qutebrowser-2.4.0.ebuild +++ b/www-client/qutebrowser/qutebrowser-2.4.0.ebuild @@ -12,7 +12,7 @@ if [[ ${PV} == 9999 ]]; then EGIT_REPO_URI="https://github.com/qutebrowser/qutebrowser.git" else SRC_URI="https://github.com/qutebrowser/qutebrowser/releases/download/v${PV}/${P}.tar.gz" - KEYWORDS="~amd64 ~arm64 ~x86" + KEYWORDS="amd64 ~arm64 ~x86" fi DESCRIPTION="Keyboard-driven, vim-like browser based on PyQt5 and QtWebEngine" |