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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6C7D2158091 for ; Thu, 16 Jun 2022 20:01:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8A409E086C; Thu, 16 Jun 2022 20:01:21 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 70D49E086C for ; Thu, 16 Jun 2022 20:01:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 36F19342149 for ; Thu, 16 Jun 2022 20:01:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 46CFDD3 for ; Thu, 16 Jun 2022 20:01:18 +0000 (UTC) From: "Alice Ferrazzi" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alice Ferrazzi" Message-ID: <1655409628.84cff1b26b79f385b3f5426d0727d7b12e0c131e.alicef@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-apps/ikiwiki/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-apps/ikiwiki/ikiwiki-3.20200202.3.ebuild X-VCS-Directories: www-apps/ikiwiki/ X-VCS-Committer: alicef X-VCS-Committer-Name: Alice Ferrazzi X-VCS-Revision: 84cff1b26b79f385b3f5426d0727d7b12e0c131e X-VCS-Branch: master Date: Thu, 16 Jun 2022 20:01:18 +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: 639eed91-0f62-4441-9f78-3f640ced9971 X-Archives-Hash: a1f9e413feecd67c8511472895b55e18 commit: 84cff1b26b79f385b3f5426d0727d7b12e0c131e Author: Alice Ferrazzi gentoo org> AuthorDate: Thu Jun 16 19:59:18 2022 +0000 Commit: Alice Ferrazzi gentoo org> CommitDate: Thu Jun 16 20:00:28 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84cff1b2 www-apps/ikiwiki: Fix changelog Closes: https://bugs.gentoo.org/771576 Signed-off-by: Alice Ferrazzi gentoo.org> www-apps/ikiwiki/ikiwiki-3.20200202.3.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/www-apps/ikiwiki/ikiwiki-3.20200202.3.ebuild b/www-apps/ikiwiki/ikiwiki-3.20200202.3.ebuild index 30859b942f1e..d67f27418da5 100644 --- a/www-apps/ikiwiki/ikiwiki-3.20200202.3.ebuild +++ b/www-apps/ikiwiki/ikiwiki-3.20200202.3.ebuild @@ -107,5 +107,6 @@ src_install() { #dodoc -r doc/examples #docompress -x /usr/share/doc/${PF}/examples dodoc -r html/. - dodoc debian/{NEWS,changelog} + dodoc CHANGELOG + dodoc debian/NEWS }