diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-05-04 18:09:00 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-05-05 06:59:10 +0200 |
commit | b2fc3d4927cccc5a3b357f25ca1771c0b7213644 (patch) | |
tree | 4cdac34d8e625d13cb1a07137df375e8ecada238 /app-arch | |
parent | app-crypt/gpgme: Set DISTUTILS_EXT=1 (diff) | |
download | gentoo-b2fc3d4927cccc5a3b357f25ca1771c0b7213644.tar.gz gentoo-b2fc3d4927cccc5a3b357f25ca1771c0b7213644.tar.bz2 gentoo-b2fc3d4927cccc5a3b357f25ca1771c0b7213644.zip |
app-arch/brotli: Set DISTUTILS_EXT=1
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-arch')
-rw-r--r-- | app-arch/brotli/brotli-1.0.9-r5.ebuild | 1 | ||||
-rw-r--r-- | app-arch/brotli/brotli-9999.ebuild | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/app-arch/brotli/brotli-1.0.9-r5.ebuild b/app-arch/brotli/brotli-1.0.9-r5.ebuild index 5681d0303a51..bba511397ac0 100644 --- a/app-arch/brotli/brotli-1.0.9-r5.ebuild +++ b/app-arch/brotli/brotli-1.0.9-r5.ebuild @@ -3,6 +3,7 @@ EAPI=8 +DISTUTILS_EXT=1 DISTUTILS_OPTIONAL="1" DISTUTILS_USE_PEP517=setuptools PYTHON_COMPAT=( python3_{9..11} pypy3 ) diff --git a/app-arch/brotli/brotli-9999.ebuild b/app-arch/brotli/brotli-9999.ebuild index 95d260803795..f51f268d0cfc 100644 --- a/app-arch/brotli/brotli-9999.ebuild +++ b/app-arch/brotli/brotli-9999.ebuild @@ -3,6 +3,7 @@ EAPI=8 +DISTUTILS_EXT=1 DISTUTILS_OPTIONAL="1" DISTUTILS_USE_PEP517=setuptools PYTHON_COMPAT=( python3_{9..11} pypy3 ) |