From a3a4a5c53275ae4361d8ca3fb1ba01869f080685 Mon Sep 17 00:00:00 2001 From: Anton Date: Mon, 19 Jun 2023 02:01:17 +0400 Subject: [PATCH] Update Gentoo support status. --- README.adoc | 1 + docs/installation.adoc | 21 ++------------------- 2 files changed, 3 insertions(+), 19 deletions(-) diff --git a/README.adoc b/README.adoc index a0162faa63..bcfe062d85 100644 --- a/README.adoc +++ b/README.adoc @@ -28,6 +28,7 @@ Currently supported platforms: * RHEL/CentOS * Ubuntu * NixOS / Nix +* Gentoo * FreeBSD * MacOS * Windows diff --git a/docs/installation.adoc b/docs/installation.adoc index 991fa85291..866284a247 100644 --- a/docs/installation.adoc +++ b/docs/installation.adoc @@ -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