summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Cordero <gentoo@xxoo.ws>2019-12-26 11:44:37 +0000
committerMike Gilbert <floppym@gentoo.org>2019-12-30 13:05:35 -0500
commit8c3d086c31f06c3348b005903f75406de8b88f74 (patch)
tree8feb14027fb96c08f144a3579a8bbd13b792be44
parent*/*: Switch lxqt proj packages to cmake.eclass (diff)
downloadgentoo-8c3d086c31f06c3348b005903f75406de8b88f74.tar.gz
gentoo-8c3d086c31f06c3348b005903f75406de8b88f74.tar.bz2
gentoo-8c3d086c31f06c3348b005903f75406de8b88f74.zip
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@xxoo.ws> Signed-off-by: Mike Gilbert <floppym@gentoo.org>
-rw-r--r--sys-kernel/dracut/dracut-9999.ebuild2
1 files changed, 1 insertions, 1 deletions
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/.*"