sys-kernel/kconfig-hardened-check: Convert ebuild to use distutils-r1.eclass

Signed-off-by: Aidan Harris <me@aidanharr.is>
This commit is contained in:
Aidan Harris 2020-03-29 17:03:56 +00:00
parent a1bca9a6d2
commit 17bb7fdf2c
No known key found for this signature in database
GPG key ID: E18BE27807DA2E96

View file

@ -5,7 +5,7 @@ EAPI=7
PYTHON_COMPAT=( python3_{6,7,8} )
inherit python-r1
inherit distutils-r1
DESCRIPTION="A script for checking the hardening options in the Linux kernel config"
HOMEPAGE="https://github.com/a13xp0p0v/kconfig-hardened-check"
@ -25,7 +25,6 @@ RDEPEND="${PYTHON_DEPS}"
DEPEND="${RDEPEND}"
src_install() {
dodoc -r config_files/ README.md
python_foreach_impl python_newscript \
kconfig-hardened-check.py kconfig-hardened-check
distutils-r1_src_install
dodoc -r "${PN//-/_}"/config_files/ README.md
}