diff options
| author | Simeon Simeonov | 2022-12-27 20:53:44 +0100 |
|---|---|---|
| committer | Simeon Simeonov | 2022-12-27 20:53:44 +0100 |
| commit | f6c4e9732723afcb5037faf8d4a57178930a936f (patch) | |
| tree | 7a7a499198a0c68bac15ebc51404d2b21a27258e /www-servers/ngus/ngus-1.0.ebuild | |
| parent | 649719718bd1de38788aac98d9d1348927cf3465 (diff) | |
Add Python 3.11 support for all Python packages
Diffstat (limited to 'www-servers/ngus/ngus-1.0.ebuild')
| -rw-r--r-- | www-servers/ngus/ngus-1.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www-servers/ngus/ngus-1.0.ebuild b/www-servers/ngus/ngus-1.0.ebuild index 572cb35..7c4f0cc 100644 --- a/www-servers/ngus/ngus-1.0.ebuild +++ b/www-servers/ngus/ngus-1.0.ebuild | |||
| @@ -1,10 +1,10 @@ | |||
| 1 | # Copyright 1999-2020 Gentoo Authors | 1 | # Copyright 1999-2022 Gentoo Authors |
| 2 | # Distributed under the terms of the GNU General Public License v2 | 2 | # Distributed under the terms of the GNU General Public License v2 |
| 3 | 3 | ||
| 4 | EAPI=7 | 4 | EAPI=7 |
| 5 | 5 | ||
| 6 | DISTUTILS_USE_SETUPTOOLS=rdepend | 6 | DISTUTILS_USE_SETUPTOOLS=rdepend |
| 7 | PYTHON_COMPAT=( python3_{7,8,9,10} ) | 7 | PYTHON_COMPAT=( python3_{8..11} ) |
| 8 | DISTUTILS_USE_SETUPTOOLS=rdepend | 8 | DISTUTILS_USE_SETUPTOOLS=rdepend |
| 9 | 9 | ||
| 10 | inherit distutils-r1 | 10 | inherit distutils-r1 |
