From e81abd80e8131824080f8812f9d21772874e5b24 Mon Sep 17 00:00:00 2001 From: Anton Bolshakov Date: Sat, 8 Oct 2022 16:17:59 +0800 Subject: [PATCH] deathstar: migrate to DISTUTILS_USE_PEP517 --- app-exploits/deathstar/deathstar-20201217-r1.ebuild | 5 +++-- app-exploits/deathstar/deathstar-20210519.ebuild | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/app-exploits/deathstar/deathstar-20201217-r1.ebuild b/app-exploits/deathstar/deathstar-20201217-r1.ebuild index a88bc8f90..4212dceec 100644 --- a/app-exploits/deathstar/deathstar-20201217-r1.ebuild +++ b/app-exploits/deathstar/deathstar-20201217-r1.ebuild @@ -1,10 +1,11 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -DISTUTILS_USE_SETUPTOOLS=pyproject.toml +DISTUTILS_USE_PEP517=poetry PYTHON_COMPAT=( python3_{9..10} ) + inherit distutils-r1 DESCRIPTION="A tool to gain Domain Admin rights with a push of a button" diff --git a/app-exploits/deathstar/deathstar-20210519.ebuild b/app-exploits/deathstar/deathstar-20210519.ebuild index 7e5441357..937bf200b 100644 --- a/app-exploits/deathstar/deathstar-20210519.ebuild +++ b/app-exploits/deathstar/deathstar-20210519.ebuild @@ -1,10 +1,11 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -DISTUTILS_USE_SETUPTOOLS=pyproject.toml +DISTUTILS_USE_PEP517=poetry PYTHON_COMPAT=( python3_{9..10} ) + inherit distutils-r1 DESCRIPTION="A tool to gain Domain Admin rights with a push of a button"