diff options
| author | Michał Górny <mgorny@gentoo.org> | 2024-12-16 08:28:36 +0100 |
|---|---|---|
| committer | Michał Górny <mgorny@gentoo.org> | 2024-12-16 08:28:36 +0100 |
| commit | 7fed7f023b932f343c8432cfc86204cb9e1b1584 (patch) | |
| tree | 08ff98b7ff2231d95adf42347dda98b1527556b8 /dev-lang/python/python-3.14.0_alpha1-r100.ebuild | |
| parent | 8063c7e1100879d0d0467b40373bffe55aa05a26 (diff) | |
| download | gentoo-7fed7f023b932f343c8432cfc86204cb9e1b1584.tar.gz gentoo-7fed7f023b932f343c8432cfc86204cb9e1b1584.tar.bz2 gentoo-7fed7f023b932f343c8432cfc86204cb9e1b1584.zip | |
dev-lang/python: Fix VERIFY_SIG_METHOD declaration for deps
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-lang/python/python-3.14.0_alpha1-r100.ebuild')
| -rw-r--r-- | dev-lang/python/python-3.14.0_alpha1-r100.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lang/python/python-3.14.0_alpha1-r100.ebuild b/dev-lang/python/python-3.14.0_alpha1-r100.ebuild index 6931265fcede..383489c196ee 100644 --- a/dev-lang/python/python-3.14.0_alpha1-r100.ebuild +++ b/dev-lang/python/python-3.14.0_alpha1-r100.ebuild @@ -5,6 +5,7 @@ EAPI="8" LLVM_COMPAT=( 18 ) LLVM_OPTIONAL=1 +VERIFY_SIG_METHOD=sigstore WANT_LIBTOOL="none" inherit autotools check-reqs flag-o-matic linux-info llvm-r1 @@ -104,7 +105,6 @@ if [[ ${PV} != *_alpha* ]]; then fi # https://www.python.org/downloads/metadata/sigstore/ -VERIFY_SIG_METHOD=sigstore VERIFY_SIG_CERT_IDENTITY=hugo@python.org VERIFY_SIG_CERT_OIDC_ISSUER=https://github.com/login/oauth |
