commit: c8a8833d0df1061a1df1cdfa6477d1d768f879da Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sat Oct 8 13:19:22 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat Oct 8 13:19:22 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8a8833d
app-crypt/gpgme: add maintenance note Signed-off-by: Sam James <sam <AT> gentoo.org> app-crypt/gpgme/gpgme-1.17.1-r1.ebuild | 6 ++++++ app-crypt/gpgme/gpgme-1.18.0-r1.ebuild | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/app-crypt/gpgme/gpgme-1.17.1-r1.ebuild b/app-crypt/gpgme/gpgme-1.17.1-r1.ebuild index 278233bab4c9..221743c8a6dd 100644 --- a/app-crypt/gpgme/gpgme-1.17.1-r1.ebuild +++ b/app-crypt/gpgme/gpgme-1.17.1-r1.ebuild @@ -3,6 +3,12 @@ EAPI=8 +# Maintainers should: +# 1. Join the "Gentoo" project at https://dev.gnupg.org/project/view/27/ +# 2. Subscribe to release tasks like https://dev.gnupg.org/T6159 +# (find the one for the current release then subscribe to it + +# any subsequent ones linked within so you're covered for a while.) + PYTHON_COMPAT=( python3_{8..11} ) DISTUTILS_OPTIONAL=1 VERIFY_SIG_OPENPGP_KEY_PATH="${BROOT}"/usr/share/openpgp-keys/gnupg.asc diff --git a/app-crypt/gpgme/gpgme-1.18.0-r1.ebuild b/app-crypt/gpgme/gpgme-1.18.0-r1.ebuild index 66befaf859db..fe234fab1c35 100644 --- a/app-crypt/gpgme/gpgme-1.18.0-r1.ebuild +++ b/app-crypt/gpgme/gpgme-1.18.0-r1.ebuild @@ -3,6 +3,12 @@ EAPI=8 +# Maintainers should: +# 1. Join the "Gentoo" project at https://dev.gnupg.org/project/view/27/ +# 2. Subscribe to release tasks like https://dev.gnupg.org/T6159 +# (find the one for the current release then subscribe to it + +# any subsequent ones linked within so you're covered for a while.) + PYTHON_COMPAT=( python3_{8..11} ) DISTUTILS_OPTIONAL=1 VERIFY_SIG_OPENPGP_KEY_PATH="${BROOT}"/usr/share/openpgp-keys/gnupg.asc
