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 5A893138206 for ; Fri, 19 Jan 2018 07:17:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8149BE0897; Fri, 19 Jan 2018 07:17:04 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 4B619E0897 for ; Fri, 19 Jan 2018 07:17:04 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 69DE6335C3A for ; Fri, 19 Jan 2018 07:17:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EB2AF15D for ; Fri, 19 Jan 2018 07:17:01 +0000 (UTC) From: "NP Hardass" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "NP Hardass" Message-ID: <1516346215.02277ab51c33434660a51e97170ca2259f4886a1.np-hardass@gentoo> Subject: [gentoo-commits] repo/proj/wine:master commit in: / X-VCS-Repository: repo/proj/wine X-VCS-Files: README.md X-VCS-Directories: / X-VCS-Committer: np-hardass X-VCS-Committer-Name: NP Hardass X-VCS-Revision: 02277ab51c33434660a51e97170ca2259f4886a1 X-VCS-Branch: master Date: Fri, 19 Jan 2018 07:17:01 +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-Archives-Salt: 5a5b15e7-0743-48da-8f83-8fb699e22ae0 X-Archives-Hash: 0d3a35065ab474d93edd0a05d7ee6ee7 commit: 02277ab51c33434660a51e97170ca2259f4886a1 Author: NP-Hardass gentoo org> AuthorDate: Fri Jan 19 07:16:37 2018 +0000 Commit: NP Hardass gentoo org> CommitDate: Fri Jan 19 07:16:55 2018 +0000 URL: https://gitweb.gentoo.org/repo/proj/wine.git/commit/?id=02277ab5 README.md: Update to include eselect-repository instructions README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d506781..f6de811 100644 --- a/README.md +++ b/README.md @@ -11,13 +11,13 @@ Support all Wine ebuilds without bogging down the main Gentoo repository with al How to Install -------------- -### Without Layman +### repos.conf Copy wine.conf to /etc/portage/repos/ wget https://gitweb.gentoo.org/repo/proj/wine.git/plain/wine.conf -O /etc/portage/repos.conf/wine.conf -### With Layman +### Layman layman -a wine @@ -25,6 +25,9 @@ or layman -o https://gitweb.gentoo.org/repo/proj/wine.git/plain/overlay.xml -f -a wine +### eselect-repository + + eselect repository enable wine Resources ---------