diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-05-04 18:09:01 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-05-05 06:56:54 +0200 |
commit | ac037398bbd3e03df3cde9ba48fced6c785a7d08 (patch) | |
tree | 8ca088133149c2eab2c6e0dc47d0614e81a79ad2 /app-crypt | |
parent | dev-python/pyaml: Bump to 23.5.6 (diff) | |
download | gentoo-ac037398bbd3e03df3cde9ba48fced6c785a7d08.tar.gz gentoo-ac037398bbd3e03df3cde9ba48fced6c785a7d08.tar.bz2 gentoo-ac037398bbd3e03df3cde9ba48fced6c785a7d08.zip |
app-crypt/gpgme: Set DISTUTILS_EXT=1
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/gpgme/gpgme-1.20.0.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app-crypt/gpgme/gpgme-1.20.0.ebuild b/app-crypt/gpgme/gpgme-1.20.0.ebuild index 9d2e1b4f6143..dc3a4d3574a2 100644 --- a/app-crypt/gpgme/gpgme-1.20.0.ebuild +++ b/app-crypt/gpgme/gpgme-1.20.0.ebuild @@ -9,6 +9,7 @@ EAPI=8 # (find the one for the current release then subscribe to it + # any subsequent ones linked within so you're covered for a while.) +DISTUTILS_EXT=1 DISTUTILS_OPTIONAL=1 PYTHON_COMPAT=( python3_{9..11} ) VERIFY_SIG_OPENPGP_KEY_PATH="${BROOT}"/usr/share/openpgp-keys/gnupg.asc |