Skip to content

Commit

Permalink
Update Gentoo support status.
Browse files Browse the repository at this point in the history
  • Loading branch information
antonsviridenko authored and ni4 committed Feb 27, 2024
1 parent 78c0fca commit 00a9793
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 19 deletions.
1 change: 1 addition & 0 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ Currently supported platforms:
* RHEL/CentOS
* Ubuntu
* NixOS / Nix
* Gentoo
* FreeBSD
* MacOS
* Windows
Expand Down
21 changes: 2 additions & 19 deletions docs/installation.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -116,28 +116,11 @@ sudo make install

== On Gentoo Linux

RNP ebuilds are available from an overlay repository named `rnp`.

=== Using eselect-repository (the current way)

Prerequisite: ensure `eselect-repository` is installed on your system.

[source,console]
----
eselect repository enable rnp
emaint sync -r rnp
emerge -av app-crypt/rnp
----

=== Using layman (the old way)

Prerequisite: ensure `layman` is installed on your system.
RNP is present in the official Gentoo repository under the name `dev-util/librnp`.

[source,console]
----
layman -a rnp
layman -s rnp
emerge -av app-crypt/rnp
emerge -av dev-util/librnp
----

== Compile from source
Expand Down

0 comments on commit 00a9793

Please sign in to comment.