mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-02-14 19:33:51 +01:00
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:
parent
a1bca9a6d2
commit
17bb7fdf2c
1 changed files with 3 additions and 4 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue