diff options
author | 2020-02-15 11:02:51 +0100 | |
---|---|---|
committer | 2020-02-15 11:02:51 +0100 | |
commit | 766b14d100abbdccfb8eb975a734a2b8168f7878 (patch) | |
tree | 744c455db7053fa1bc222d8f39871bfde6ee0f53 /sys-apps/linux-misc-apps/linux-misc-apps-3.18.ebuild | |
parent | sys-apps/edac-utils: [QA] inherit ltprune.eclass directly (diff) | |
download | gentoo-766b14d100abbdccfb8eb975a734a2b8168f7878.tar.gz gentoo-766b14d100abbdccfb8eb975a734a2b8168f7878.tar.bz2 gentoo-766b14d100abbdccfb8eb975a734a2b8168f7878.zip |
sys-apps/linux-misc-apps: [QA] inherit ltprune.eclass directly
Package-Manager: Portage-2.3.88, Repoman-2.3.20
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'sys-apps/linux-misc-apps/linux-misc-apps-3.18.ebuild')
-rw-r--r-- | sys-apps/linux-misc-apps/linux-misc-apps-3.18.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/linux-misc-apps/linux-misc-apps-3.18.ebuild b/sys-apps/linux-misc-apps/linux-misc-apps-3.18.ebuild index 7d5ee3cac7e9..4821b1c04c42 100644 --- a/sys-apps/linux-misc-apps/linux-misc-apps-3.18.ebuild +++ b/sys-apps/linux-misc-apps/linux-misc-apps-3.18.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit versionator eutils toolchain-funcs linux-info flag-o-matic +inherit versionator eutils toolchain-funcs linux-info ltprune flag-o-matic DESCRIPTION="Misc tools bundled with kernel sources" HOMEPAGE="https://kernel.org/" |