Merge commit 'cdb3605b03911e0cffce7cc7a07bb5b120d195ce' into Penaz91/master

This commit is contained in:
Florian Bruhin 2017-04-02 22:57:47 +02:00
commit 55b0f16383

View File

@ -135,12 +135,42 @@ If video or sound don't seem to work, try installing the gstreamer plugins:
On Gentoo
---------
qutebrowser is available in the main repository and can be installed with:
A version of qutebrowser is available in the main repository and can be installed with:
----
# emerge -av qutebrowser
----
However it is suggested to install the Live version (-9999) to take advantage
of the newest features introduced.
First of all you need to edit your package.accept_keywords file to accept the live
version:
----
# nano /etc/portage/package.accept_keywords
----
And add the following line to it:
=www-client/qutebrowser-9999 **
Save the file and then install qutebrowser via
----
# emerge -av qutebrowser
----
Or rebuild your system if you already installed it.
To update to the last Live version, remember to do
----
# emerge -uDNav @live-rebuild @world
----
To include qutebrowser among the updates.
Make sure you have `python3_4` in your `PYTHON_TARGETS`
(`/etc/portage/make.conf`) and rebuild your system (`emerge -uDNav @world`) if
necessary.