Gentoo Archives: gentoo-commits

From: Mike Gilbert <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-kernel/dracut/
Date: Mon, 30 Dec 2019 18:06:18
Message-Id: 1577729135.8c3d086c31f06c3348b005903f75406de8b88f74.floppym@gentoo
1 commit: 8c3d086c31f06c3348b005903f75406de8b88f74
2 Author: Daniel Cordero <gentoo <AT> xxoo <DOT> ws>
3 AuthorDate: Thu Dec 26 11:44:37 2019 +0000
4 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
5 CommitDate: Mon Dec 30 18:05:35 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c3d086c
7
8 sys-kernel/dracut: fix path to the readme in live ebuild
9
10 Upstream commit ce0344d32 renamed the README file to README.md, causing the ebuild to not find one of the DOCS.
11
12 Modify the ebuild DOCS list with the new filename.
13
14 Closes: https://bugs.gentoo.org/703370
15 Closes: https://github.com/gentoo/gentoo/pull/14125
16 Signed-off-by: Daniel Cordero <gentoo <AT> xxoo.ws>
17 Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>
18
19 sys-kernel/dracut/dracut-9999.ebuild | 2 +-
20 1 file changed, 1 insertion(+), 1 deletion(-)
21
22 diff --git a/sys-kernel/dracut/dracut-9999.ebuild b/sys-kernel/dracut/dracut-9999.ebuild
23 index 69d45f247fe..192c9644204 100644
24 --- a/sys-kernel/dracut/dracut-9999.ebuild
25 +++ b/sys-kernel/dracut/dracut-9999.ebuild
26 @@ -58,7 +58,7 @@ BDEPEND="
27 virtual/pkgconfig
28 "
29
30 -DOCS=( AUTHORS HACKING NEWS README README.generic README.kernel README.modules
31 +DOCS=( AUTHORS HACKING NEWS README.md README.generic README.kernel README.modules
32 README.testsuite TODO )
33
34 QA_MULTILIB_PATHS="usr/lib/dracut/.*"