diff options
author | Martin Väth <martin@mvath.de> | 2023-07-08 16:52:45 +0200 |
---|---|---|
committer | Martin Väth <martin@mvath.de> | 2023-07-08 16:52:45 +0200 |
commit | 23a053c2f8f710bcd5062f065063b9df8fe6119c (patch) | |
tree | 97d38c33246f82df7921feb581477951a2fd0625 | |
parent | app-admin/sudox: Version bump (diff) | |
download | mv-23a053c2f8f710bcd5062f065063b9df8fe6119c.tar.gz mv-23a053c2f8f710bcd5062f065063b9df8fe6119c.tar.bz2 mv-23a053c2f8f710bcd5062f065063b9df8fe6119c.zip |
sys-kernel/kconfig-hardened-check: use PEP517
Signed-off-by: Martin Väth <martin@mvath.de>
-rw-r--r-- | sys-kernel/kconfig-hardened-check/kconfig-hardened-check-0.6.1.ebuild | 1 | ||||
-rw-r--r-- | sys-kernel/kconfig-hardened-check/kconfig-hardened-check-99999999.ebuild | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/sys-kernel/kconfig-hardened-check/kconfig-hardened-check-0.6.1.ebuild b/sys-kernel/kconfig-hardened-check/kconfig-hardened-check-0.6.1.ebuild index 24956442..d59194fb 100644 --- a/sys-kernel/kconfig-hardened-check/kconfig-hardened-check-0.6.1.ebuild +++ b/sys-kernel/kconfig-hardened-check/kconfig-hardened-check-0.6.1.ebuild @@ -5,6 +5,7 @@ EAPI=8 PYTHON_COMPAT=( python3_{10..12} ) +DISTUTILS_USE_PEP517=setuptools inherit distutils-r1 DESCRIPTION="A script for checking the hardening options in the Linux kernel config" diff --git a/sys-kernel/kconfig-hardened-check/kconfig-hardened-check-99999999.ebuild b/sys-kernel/kconfig-hardened-check/kconfig-hardened-check-99999999.ebuild index 24956442..d59194fb 100644 --- a/sys-kernel/kconfig-hardened-check/kconfig-hardened-check-99999999.ebuild +++ b/sys-kernel/kconfig-hardened-check/kconfig-hardened-check-99999999.ebuild @@ -5,6 +5,7 @@ EAPI=8 PYTHON_COMPAT=( python3_{10..12} ) +DISTUTILS_USE_PEP517=setuptools inherit distutils-r1 DESCRIPTION="A script for checking the hardening options in the Linux kernel config" |