From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6200F138334 for ; Wed, 17 Apr 2019 05:45:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 48A62E0895; Wed, 17 Apr 2019 05:45:46 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 286FDE0895 for ; Wed, 17 Apr 2019 05:45:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DFD59341506 for ; Wed, 17 Apr 2019 05:45:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C0EAF5D1 for ; Wed, 17 Apr 2019 05:45:41 +0000 (UTC) From: "Stefan Strogin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Stefan Strogin" Message-ID: <1555479624.896e902d7a6b2f310e93d6e36fad6697890802d5.steils@gentoo> Subject: [gentoo-commits] repo/proj/libressl:master commit in: / X-VCS-Repository: repo/proj/libressl X-VCS-Files: README.md X-VCS-Directories: / X-VCS-Committer: steils X-VCS-Committer-Name: Stefan Strogin X-VCS-Revision: 896e902d7a6b2f310e93d6e36fad6697890802d5 X-VCS-Branch: master Date: Wed, 17 Apr 2019 05:45:41 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 2a2a1923-833a-4f41-ad09-6c157a41f364 X-Archives-Hash: 0620fc8d9f2ef468b2c027a434fd532f commit: 896e902d7a6b2f310e93d6e36fad6697890802d5 Author: Stefan Strogin gmail com> AuthorDate: Wed Apr 17 05:02:42 2019 +0000 Commit: Stefan Strogin gmail com> CommitDate: Wed Apr 17 05:40:24 2019 +0000 URL: https://gitweb.gentoo.org/repo/proj/libressl.git/commit/?id=896e902d README: update overlay installation instructions Signed-off-by: Stefan Strogin gmail.com> README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index badffff..924f0e3 100644 --- a/README.md +++ b/README.md @@ -7,10 +7,12 @@ LibreSSL which don't have the 'libressl' USE flag yet. ## How to install the overlay -With paludis: see [Paludis repository configuration](http://paludis.exherbo.org/configuration/repositories/index.html) - -With layman: -```layman -f -o https://raw.githubusercontent.com/gentoo/libressl/master/libressl-overlay.xml -a libressl``` or ```layman -a libressl``` +Use [`eselect-repository`](https://wiki.gentoo.org/wiki/Eselect/Repository): +``` +# eselect repository enable libressl +``` +Now you can use `emerge --sync` or `emaint sync -r libressl` to sync this +repository. ## links