Gentoo Archives: gentoo-commits

From: Quentin Retornaz <gentoo@××××××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/libressl:master commit in: /
Date: Sat, 01 May 2021 15:07:28
Message-Id: 1619881596.871f6e036542eac8d2047059b6f40a598329b338.quentin@gentoo
1 commit: 871f6e036542eac8d2047059b6f40a598329b338
2 Author: Quentin Retornaz <gentoo <AT> retornaz <DOT> com>
3 AuthorDate: Sat May 1 15:05:54 2021 +0000
4 Commit: Quentin Retornaz <gentoo <AT> retornaz <DOT> com>
5 CommitDate: Sat May 1 15:06:36 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/libressl.git/commit/?id=871f6e03
7
8 update README.md for libressl USE flag deprecation
9
10 Signed-off-by: Quentin Retornaz <gentoo <AT> retornaz.com>
11
12 README.md | 8 +++++++-
13 1 file changed, 7 insertions(+), 1 deletion(-)
14
15 diff --git a/README.md b/README.md
16 index 8e45e40..069a95f 100644
17 --- a/README.md
18 +++ b/README.md
19 @@ -3,7 +3,13 @@
20 LibreSSL requires [a lot of ebuilds](https://github.com/gentoo/libressl/wiki/Transition-plan#packages-not-converted-yet)
21 to be fixed. This overlay serves as a testing ground and makes testing easier
22 by providing an openssl dummy ebuild, so you can compile packages against
23 -LibreSSL which don't have the 'libressl' USE flag.
24 +LibreSSL.
25 +
26 +The `libressl` USE flag is no longer used on main portage tree.
27 +The dummy `dev-libs/openssl` package on this overlay only depends
28 +on `dev-libs/libressl` to fix dependency.
29 +This overlay goal is to provide ebuilds that require patches for build
30 +to succeed where dummy package dependency isn’t enough.
31
32 ## How to install the overlay