commit:     8c3d086c31f06c3348b005903f75406de8b88f74
Author:     Daniel Cordero <gentoo <AT> xxoo <DOT> ws>
AuthorDate: Thu Dec 26 11:44:37 2019 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Mon Dec 30 18:05:35 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c3d086c

sys-kernel/dracut: fix path to the readme in live ebuild

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 <AT> xxoo.ws>
Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>

 sys-kernel/dracut/dracut-9999.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-kernel/dracut/dracut-9999.ebuild 
b/sys-kernel/dracut/dracut-9999.ebuild
index 69d45f247fe..192c9644204 100644
--- a/sys-kernel/dracut/dracut-9999.ebuild
+++ b/sys-kernel/dracut/dracut-9999.ebuild
@@ -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/.*"

Reply via email to