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 B868E138350 for ; Tue, 3 Mar 2020 08:58:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3C581E0A00; Tue, 3 Mar 2020 08:58:34 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 2004DE0A00 for ; Tue, 3 Mar 2020 08:58:34 +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 EB38634F56F for ; Tue, 3 Mar 2020 08:58:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4848F162 for ; Tue, 3 Mar 2020 08:58:30 +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: <1583225425.0ed6a265f5b7d2a7c4ac4aa660e9145b19504d51.Alessandro-Barbieri@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-text/noweb/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-text/noweb/noweb-2.12.ebuild X-VCS-Directories: app-text/noweb/ X-VCS-Committer: Alessandro-Barbieri X-VCS-Committer-Name: Alessandro Barbieri X-VCS-Revision: 0ed6a265f5b7d2a7c4ac4aa660e9145b19504d51 X-VCS-Branch: dev Date: Tue, 3 Mar 2020 08:58:30 +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: d4c4739b-2351-404b-a605-afb89733e5e0 X-Archives-Hash: d73c8bd9d4d02bec5416dd4d347f8b53 commit: 0ed6a265f5b7d2a7c4ac4aa660e9145b19504d51 Author: Alessandro Barbieri gmail com> AuthorDate: Tue Mar 3 08:50:25 2020 +0000 Commit: Alessandro Barbieri gmail com> CommitDate: Tue Mar 3 08:50:25 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0ed6a265 app-text/noweb: call einstalldocs Package-Manager: Portage-2.3.91, Repoman-2.3.20 Signed-off-by: Alessandro Barbieri gmail.com> app-text/noweb/noweb-2.12.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/app-text/noweb/noweb-2.12.ebuild b/app-text/noweb/noweb-2.12.ebuild index 4194164..c7fad30 100644 --- a/app-text/noweb/noweb-2.12.ebuild +++ b/app-text/noweb/noweb-2.12.ebuild @@ -124,6 +124,7 @@ src_install () { elisp-site-file-install "${FILESDIR}/${SITEFILE}" \ || die "elisp-site-file-install failed" fi + einstalldocs } pkg_postinst() {