From: Daniel Cordero Date: Thu, 26 Dec 2019 11:44:37 +0000 (+0000) Subject: sys-kernel/dracut: fix path to the readme in live ebuild X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=8c3d086c31f06c3348b005903f75406de8b88f74;p=gentoo.git 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 Signed-off-by: Mike Gilbert --- diff --git a/sys-kernel/dracut/dracut-9999.ebuild b/sys-kernel/dracut/dracut-9999.ebuild index 69d45f247fe8..192c96442040 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/.*"