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 1142C158003 for ; Fri, 18 Feb 2022 22:59:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 47630E079E; Fri, 18 Feb 2022 22:59:02 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 28B2CE0844 for ; Fri, 18 Feb 2022 22:59:02 +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 D129D343535 for ; Fri, 18 Feb 2022 22:59:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2A1F82DD for ; Fri, 18 Feb 2022 22:58:59 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1645225107.161015747585c8ff8c93220cd6e1e8d5531f253c.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/gimp/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/gimp/gimp-9999.ebuild X-VCS-Directories: media-gfx/gimp/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 161015747585c8ff8c93220cd6e1e8d5531f253c X-VCS-Branch: master Date: Fri, 18 Feb 2022 22:58:59 +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: 4051eb86-bb8e-42d7-b75c-cefba213114e X-Archives-Hash: dadd82b74937abc614579ae6e43b4170 commit: 161015747585c8ff8c93220cd6e1e8d5531f253c Author: Sergey Torokhov yandex ru> AuthorDate: Fri Feb 18 22:39:27 2022 +0000 Commit: Sam James gentoo org> CommitDate: Fri Feb 18 22:58:27 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16101574 media-gfx/gimp: fix dodoc failed Fix: No such file or directory: b'HACKING' , dodoc failed Suggested-by: foxiomail.com> Closes: https://bugs.gentoo.org/833533 Signed-off-by: Sergey Torokhov yandex.ru> Closes: https://github.com/gentoo/gentoo/pull/24263 Signed-off-by: Sam James gentoo.org> media-gfx/gimp/gimp-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-gfx/gimp/gimp-9999.ebuild b/media-gfx/gimp/gimp-9999.ebuild index c7e793bb2d56..b43f015f5ef7 100644 --- a/media-gfx/gimp/gimp-9999.ebuild +++ b/media-gfx/gimp/gimp-9999.ebuild @@ -108,7 +108,7 @@ DEPEND=" # TODO: there are probably more atoms in DEPEND which should be in BDEPEND now BDEPEND="virtual/pkgconfig" -DOCS=( "AUTHORS" "HACKING" "NEWS" "README" "README.i18n" ) +DOCS=( "AUTHORS" "devel-docs/CODING_STYLE.md" "devel-docs/HACKING.md" "NEWS" "README" "README.i18n" ) # Bugs 685210 (and duplicate 691070) PATCHES=(