Gentoo Archives: gentoo-commits

From: Stefan Strogin <stefan.strogin@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/libressl:master commit in: /
Date: Wed, 17 Apr 2019 05:45:47
Message-Id: 1555479624.896e902d7a6b2f310e93d6e36fad6697890802d5.steils@gentoo
1 commit: 896e902d7a6b2f310e93d6e36fad6697890802d5
2 Author: Stefan Strogin <stefan.strogin <AT> gmail <DOT> com>
3 AuthorDate: Wed Apr 17 05:02:42 2019 +0000
4 Commit: Stefan Strogin <stefan.strogin <AT> gmail <DOT> com>
5 CommitDate: Wed Apr 17 05:40:24 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/libressl.git/commit/?id=896e902d
7
8 README: update overlay installation instructions
9
10 Signed-off-by: Stefan Strogin <stefan.strogin <AT> gmail.com>
11
12 README.md | 10 ++++++----
13 1 file changed, 6 insertions(+), 4 deletions(-)
14
15 diff --git a/README.md b/README.md
16 index badffff..924f0e3 100644
17 --- a/README.md
18 +++ b/README.md
19 @@ -7,10 +7,12 @@ LibreSSL which don't have the 'libressl' USE flag yet.
20
21 ## How to install the overlay
22
23 -With paludis: see [Paludis repository configuration](http://paludis.exherbo.org/configuration/repositories/index.html)
24 -
25 -With layman:
26 -```layman -f -o https://raw.githubusercontent.com/gentoo/libressl/master/libressl-overlay.xml -a libressl``` or ```layman -a libressl```
27 +Use [`eselect-repository`](https://wiki.gentoo.org/wiki/Eselect/Repository):
28 +```
29 +# eselect repository enable libressl
30 +```
31 +Now you can use `emerge --sync` or `emaint sync -r libressl` to sync this
32 +repository.
33
34 ## links