Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/debianutils/
Date: Fri, 27 Dec 2019 14:21:31
Message-Id: 1577456474.c8f4816efcfebf81d0019e69a6c884a7801f6c5b.whissi@gentoo
1 commit: c8f4816efcfebf81d0019e69a6c884a7801f6c5b
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Fri Dec 27 14:20:17 2019 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Fri Dec 27 14:21:14 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8f4816e
7
8 sys-apps/debianutils: improve USE=installkernel description
9
10 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
11
12 sys-apps/debianutils/metadata.xml | 5 ++++-
13 1 file changed, 4 insertions(+), 1 deletion(-)
14
15 diff --git a/sys-apps/debianutils/metadata.xml b/sys-apps/debianutils/metadata.xml
16 index f6690ff3137..1c1ee347ef1 100644
17 --- a/sys-apps/debianutils/metadata.xml
18 +++ b/sys-apps/debianutils/metadata.xml
19 @@ -6,6 +6,9 @@
20 <name>Gentoo Base System</name>
21 </maintainer>
22 <use>
23 - <flag name='installkernel'>Install /sbin/installkernel script (for Linux)</flag>
24 + <flag name='installkernel'>
25 + Install /sbin/installkernel script (for Linux).
26 + installkernel is required whenever a kernel will be installed via make install
27 + </flag>
28 </use>
29 </pkgmetadata>