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-04 18:11:00 +0200 |
commit | b46d0f6e25289d7fa5b32a3b2e5e7c98ea3a4994 (patch) | |
tree | c082fb8e465cf67f15b710caaf403eec3b1a050c /app-crypt | |
parent | app-arch/brotli: Set DISTUTILS_EXT=1 (diff) | |
download | gentoo-b46d0f6e25289d7fa5b32a3b2e5e7c98ea3a4994.tar.gz gentoo-b46d0f6e25289d7fa5b32a3b2e5e7c98ea3a4994.tar.bz2 gentoo-b46d0f6e25289d7fa5b32a3b2e5e7c98ea3a4994.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 |