diff options
author | Sam James <sam@gentoo.org> | 2021-04-01 02:59:28 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-03 16:43:51 +0100 |
commit | c72507bfaa1855b842aea17c1530ed6e94955cba (patch) | |
tree | 9beaa71ae39f0e0bc04d2d966178286f8315d755 /sys-apps/linux-misc-apps | |
parent | sys-apps/ipmitool: fix variable references (diff) | |
download | gentoo-c72507bfaa1855b842aea17c1530ed6e94955cba.tar.gz gentoo-c72507bfaa1855b842aea17c1530ed6e94955cba.tar.bz2 gentoo-c72507bfaa1855b842aea17c1530ed6e94955cba.zip |
sys-apps/linux-misc-apps: sort inherit
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-apps/linux-misc-apps')
-rw-r--r-- | sys-apps/linux-misc-apps/linux-misc-apps-5.8.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 index b6ac148f3e6c..7b479642bd76 100644 --- a/sys-apps/linux-misc-apps/linux-misc-apps-5.8.ebuild +++ b/sys-apps/linux-misc-apps/linux-misc-apps-5.8.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit toolchain-funcs linux-info autotools flag-o-matic +inherit autotools flag-o-matic linux-info toolchain-funcs DESCRIPTION="Misc tools bundled with kernel sources" HOMEPAGE="https://kernel.org/" |