dev-python/pyGPG: Fix DISTUTILS_USE_SETUPTOOLS

Closes: https://bugs.gentoo.org/748474
Package-Manager: Portage-3.0.10, Repoman-3.0.2
Signed-off-by: Brian Dolbec <dolsen@gentoo.org>
This commit is contained in:
Brian Dolbec
2021-02-13 16:16:39 -05:00
parent b0932f9dd3
commit fbdeb4d247
2 changed files with 6 additions and 2 deletions

View File

@@ -1,10 +1,12 @@
# Copyright 1999-2020 Gentoo Authors
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python3_{7,8} )
DISTUTILS_USE_SETUPTOOLS=no
inherit distutils-r1
if [[ ${PV} == *9999 ]]; then

View File

@@ -1,10 +1,12 @@
# Copyright 1999-2020 Gentoo Authors
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python3_{7,8} )
DISTUTILS_USE_SETUPTOOLS=no
inherit distutils-r1
if [[ ${PV} == *9999 ]]; then