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 8A4AD138350 for ; Tue, 3 Mar 2020 07:06:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AC88BE09BF; Tue, 3 Mar 2020 07:06:25 +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 932CDE09BF for ; Tue, 3 Mar 2020 07:06:25 +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 7789334F4B0 for ; Tue, 3 Mar 2020 07:06:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1E0CB116 for ; Tue, 3 Mar 2020 07:06:23 +0000 (UTC) From: "Alessandro Barbieri" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alessandro Barbieri" Message-ID: <1583218909.c13d5300f271b27862ada256f8df300e937c5de0.Alessandro-Barbieri@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-portage/portconf/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-portage/portconf/portconf-1.6.8-r1.ebuild app-portage/portconf/portconf-9999.ebuild X-VCS-Directories: app-portage/portconf/ X-VCS-Committer: Alessandro-Barbieri X-VCS-Committer-Name: Alessandro Barbieri X-VCS-Revision: c13d5300f271b27862ada256f8df300e937c5de0 X-VCS-Branch: dev Date: Tue, 3 Mar 2020 07:06:23 +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: 580c65b9-4124-44e4-84cc-670b2968d0aa X-Archives-Hash: 455cade34371d4ed65b3c3a574668804 commit: c13d5300f271b27862ada256f8df300e937c5de0 Author: Alessandro Barbieri gmail com> AuthorDate: Tue Mar 3 07:01:49 2020 +0000 Commit: Alessandro Barbieri gmail com> CommitDate: Tue Mar 3 07:01:49 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c13d5300 app-portage/portconf: einstalldocs Package-Manager: Portage-2.3.91, Repoman-2.3.20 Signed-off-by: Alessandro Barbieri gmail.com> app-portage/portconf/portconf-1.6.8-r1.ebuild | 1 + app-portage/portconf/portconf-9999.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/app-portage/portconf/portconf-1.6.8-r1.ebuild b/app-portage/portconf/portconf-1.6.8-r1.ebuild index 9e05d2e..59b4014 100644 --- a/app-portage/portconf/portconf-1.6.8-r1.ebuild +++ b/app-portage/portconf/portconf-1.6.8-r1.ebuild @@ -31,4 +31,5 @@ src_install() { dobin portconf insinto /etc newins portconf.conf portconf.conf + einstalldocs } diff --git a/app-portage/portconf/portconf-9999.ebuild b/app-portage/portconf/portconf-9999.ebuild index b2fc37b..074a56a 100644 --- a/app-portage/portconf/portconf-9999.ebuild +++ b/app-portage/portconf/portconf-9999.ebuild @@ -31,4 +31,5 @@ src_install() { dobin portconf insinto /etc newins portconf.conf portconf.conf + einstalldocs }