diff options
author | David Seifert <soap@gentoo.org> | 2020-02-15 11:02:49 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2020-02-15 11:02:49 +0100 |
commit | 06832bb927cb34d79b5048af2303acbca94e477e (patch) | |
tree | e29ba8dbf6921004592de86d156e56cfcf9d359d /sys-apps/edac-utils | |
parent | sys-apps/dmapi: [QA] inherit ltprune.eclass directly (diff) | |
download | gentoo-06832bb927cb34d79b5048af2303acbca94e477e.tar.gz gentoo-06832bb927cb34d79b5048af2303acbca94e477e.tar.bz2 gentoo-06832bb927cb34d79b5048af2303acbca94e477e.zip |
sys-apps/edac-utils: [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/edac-utils')
-rw-r--r-- | sys-apps/edac-utils/edac-utils-0.18.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys-apps/edac-utils/edac-utils-0.18.ebuild b/sys-apps/edac-utils/edac-utils-0.18.ebuild index 84151a32ea16..aff815880bb3 100644 --- a/sys-apps/edac-utils/edac-utils-0.18.ebuild +++ b/sys-apps/edac-utils/edac-utils-0.18.ebuild @@ -1,13 +1,14 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -inherit eutils +inherit eutils ltprune DESCRIPTION="Userspace helper for Linux kernel EDAC drivers" HOMEPAGE="https://github.com/grondo/edac-utils" SRC_URI="https://github.com/grondo/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" + LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64" |