sys-kernel/dracut: fix path to the readme in live ebuild
authorDaniel Cordero <gentoo@xxoo.ws>
Thu, 26 Dec 2019 11:44:37 +0000 (11:44 +0000)
committerMike Gilbert <floppym@gentoo.org>
Mon, 30 Dec 2019 18:05:35 +0000 (13:05 -0500)
Upstream commit ce0344d32 renamed the README file to README.md, causing the ebuild to not find one of the DOCS.

Modify the ebuild DOCS list with the new filename.

Closes: https://bugs.gentoo.org/703370
Closes: https://github.com/gentoo/gentoo/pull/14125
Signed-off-by: Daniel Cordero <gentoo@xxoo.ws>
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
sys-kernel/dracut/dracut-9999.ebuild

index 69d45f247fe8a2919950e1a1cee53ddb431be867..192c964420407c433f7ca4f279514435ad5abf4f 100644 (file)
@@ -58,7 +58,7 @@ BDEPEND="
        virtual/pkgconfig
 "
 
-DOCS=( AUTHORS HACKING NEWS README README.generic README.kernel README.modules
+DOCS=( AUTHORS HACKING NEWS README.md README.generic README.kernel README.modules
        README.testsuite TODO )
 
 QA_MULTILIB_PATHS="usr/lib/dracut/.*"