Skip to content

Commit

Permalink
sys-kernel/dracut: Fix glob in global scope
Browse files Browse the repository at this point in the history
Fixes: https://bugs.gentoo.org/708856
Package-Manager: Portage-2.3.87, Repoman-2.3.20
  • Loading branch information
qsuscs committed Feb 9, 2020
1 parent 782104b commit ee5a73c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions sys-kernel/dracut/dracut-049_p20191222.ebuild
@@ -1,4 +1,4 @@
# Copyright 1999-2019 Gentoo Authors
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7
Expand Down Expand Up @@ -56,7 +56,8 @@ BDEPEND="
virtual/pkgconfig
"

DOCS=( AUTHORS HACKING NEWS README.* TODO )
DOCS=( AUTHORS HACKING NEWS README README.generic README.kernel README.modules
README.testsuite TODO )

QA_MULTILIB_PATHS="usr/lib/dracut/.*"

Expand Down

0 comments on commit ee5a73c

Please sign in to comment.