Skip to content

Commit 9af5ee7

Browse files
Update Gentoo
1 parent dc1b38c commit 9af5ee7

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

data/distro.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,13 @@
208208
<ol class="distrotut">
209209
<li>
210210
<h2>Install Flatpak</h2>
211-
<p>Flatpak can be installed on Gentoo using the Flatpak overlay. See <a href="https://github.com/fosero/flatpak-overlay">the readme for instructions</a>.</p>
211+
<p>To install Flatpak, enable the ~amd64 keyword for sys-apps/flatpak, acct-user/flatpak and acct-group/flatpak:</p>
212+
<pre><code>
213+
<span class="unselectable">#</span> echo 'sys-apps/flatpak ~amd64\nacct-user/flatpak ~amd64\nacct-group/flatpak ~amd64' >> /etc/portage/accept_keywords/flatpak
214+
</code></pre>
215+
<p>Then, install Flatpak:</p>
216+
<span class="unselectable">#</span> emerge sys-apps/flatpak
217+
</code></pre>
212218
</li>
213219
<li>
214220
<h2>Add the Flathub repository</h2>

0 commit comments

Comments
 (0)