aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorQuentin Retornaz <gentoo@retornaz.com>2021-05-01 17:05:54 +0200
committerQuentin Retornaz <gentoo@retornaz.com>2021-05-01 17:06:36 +0200
commit871f6e036542eac8d2047059b6f40a598329b338 (patch)
treee5ce7df64c4e582752214f75ec83329608fe53e5 /README.md
parentupdate README for libressl deprecation on ::gentoo (diff)
downloadlibressl-871f6e036542eac8d2047059b6f40a598329b338.tar.gz
libressl-871f6e036542eac8d2047059b6f40a598329b338.tar.bz2
libressl-871f6e036542eac8d2047059b6f40a598329b338.zip
update README.md for libressl USE flag deprecation
Signed-off-by: Quentin Retornaz <gentoo@retornaz.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 7 insertions, 1 deletions
diff --git a/README.md b/README.md
index 8e45e40..069a95f 100644
--- a/README.md
+++ b/README.md
@@ -3,7 +3,13 @@
LibreSSL requires [a lot of ebuilds](https://github.com/gentoo/libressl/wiki/Transition-plan#packages-not-converted-yet)
to be fixed. This overlay serves as a testing ground and makes testing easier
by providing an openssl dummy ebuild, so you can compile packages against
-LibreSSL which don't have the 'libressl' USE flag.
+LibreSSL.
+
+The `libressl` USE flag is no longer used on main portage tree.
+The dummy `dev-libs/openssl` package on this overlay only depends
+on `dev-libs/libressl` to fix dependency.
+This overlay goal is to provide ebuilds that require patches for build
+to succeed where dummy package dependency isn’t enough.
## How to install the overlay