Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/linux-misc-apps/
Date: Sat, 03 Apr 2021 15:44:47
Message-Id: 1617464631.c72507bfaa1855b842aea17c1530ed6e94955cba.sam@gentoo
1 commit: c72507bfaa1855b842aea17c1530ed6e94955cba
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Thu Apr 1 01:59:28 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 3 15:43:51 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c72507bf
7
8 sys-apps/linux-misc-apps: sort inherit
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 sys-apps/linux-misc-apps/linux-misc-apps-5.8.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/sys-apps/linux-misc-apps/linux-misc-apps-5.8.ebuild b/sys-apps/linux-misc-apps/linux-misc-apps-5.8.ebuild
16 index b6ac148f3e6..7b479642bd7 100644
17 --- a/sys-apps/linux-misc-apps/linux-misc-apps-5.8.ebuild
18 +++ b/sys-apps/linux-misc-apps/linux-misc-apps-5.8.ebuild
19 @@ -3,7 +3,7 @@
20
21 EAPI=7
22
23 -inherit toolchain-funcs linux-info autotools flag-o-matic
24 +inherit autotools flag-o-matic linux-info toolchain-funcs
25
26 DESCRIPTION="Misc tools bundled with kernel sources"
27 HOMEPAGE="https://kernel.org/"