commit:     97ead340dacea9302097ea2904387e88c6cae156
Author:     Saki Xi <space_raccoon <AT> riseup <DOT> net>
AuthorDate: Tue Apr  2 04:30:00 2024 +0000
Commit:     orbea <orbea <AT> riseup <DOT> net>
CommitDate: Tue Apr  2 05:06:51 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/libressl.git/commit/?id=97ead340

update README.md: section to avoid file collision

Signed-off-by: Saki Xi <space_raccoon <AT> riseup.net>
Closes: https://github.com/gentoo/libressl/pull/554
Signed-off-by: orbea <orbea <AT> riseup.net>

 README.md | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/README.md b/README.md
index f415c8f..d125e4f 100644
--- a/README.md
+++ b/README.md
@@ -20,6 +20,17 @@ Use 
[`eselect-repository`](https://wiki.gentoo.org/wiki/Eselect/Repository):
 Now you can use `emerge --sync` or `emaint sync -r libressl` to sync this
 repository.
 
+The `dev-libs/libressl` package in this overlay causes file collisions with the
+`dev-libs/openssl::gentoo` package. When switching to this overlay first fetch
+the LibreSSL package and then remove the OpenSSL package before installing
+`dev-libs/libressl` and the `dev-libs/openssl::libressl` fake package:
+```
+# emerge -f dev-libs/libressl
+# emerge -C dev-libs/openssl
+# emerge -av1 dev-libs/libressl
+# emerge @preserved-rebuild
+```
+
 ## links
 
 [Gentoo bug report](https://bugs.gentoo.org/show_bug.cgi?id=508750)

Reply via email to