diff options
author | Sergey Torokhov <torokhov-s-a@yandex.ru> | 2022-02-19 01:39:27 +0300 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-02-18 22:58:27 +0000 |
commit | 161015747585c8ff8c93220cd6e1e8d5531f253c (patch) | |
tree | eb34a21589223fe67720830c5d7e4cef5d53f58d /media-gfx/gimp | |
parent | media-libs/gegl: update babl dependency version (diff) | |
download | gentoo-161015747585c8ff8c93220cd6e1e8d5531f253c.tar.gz gentoo-161015747585c8ff8c93220cd6e1e8d5531f253c.tar.bz2 gentoo-161015747585c8ff8c93220cd6e1e8d5531f253c.zip |
media-gfx/gimp: fix dodoc failed
Fix: No such file or directory: b'HACKING' , dodoc failed
Suggested-by: <tutbut@foxiomail.com>
Closes: https://bugs.gentoo.org/833533
Signed-off-by: Sergey Torokhov <torokhov-s-a@yandex.ru>
Closes: https://github.com/gentoo/gentoo/pull/24263
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-gfx/gimp')
-rw-r--r-- | media-gfx/gimp/gimp-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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=( |