diff options
author | Oskari Pirhonen <xxc3ncoredxx@gmail.com> | 2023-07-30 15:35:59 -0500 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-08-07 05:01:16 +0200 |
commit | 5abc2cc2f9838d89fd29c31a996ca92f60fdfdf2 (patch) | |
tree | dd2ace69dea1429e7f269ca983bce0c4adb34394 /eclass/verify-sig.eclass | |
parent | dev-python/pygments: Bump to 2.16.1 (diff) | |
download | gentoo-5abc2cc2f9838d89fd29c31a996ca92f60fdfdf2.tar.gz gentoo-5abc2cc2f9838d89fd29c31a996ca92f60fdfdf2.tar.bz2 gentoo-5abc2cc2f9838d89fd29c31a996ca92f60fdfdf2.zip |
verify-sig.eclass: replace app-crypt with sec-keys
Update the description and example to use the new sec-keys/ category
instead of the old app-crypt/ for openpgp-keys-* packages.
Signed-off-by: Oskari Pirhonen <xxc3ncoredxx@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/32111
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'eclass/verify-sig.eclass')
-rw-r--r-- | eclass/verify-sig.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/verify-sig.eclass b/eclass/verify-sig.eclass index 6472e995e827..d99dc3461858 100644 --- a/eclass/verify-sig.eclass +++ b/eclass/verify-sig.eclass @@ -16,7 +16,7 @@ # the developer's work. # # To use the eclass, start by packaging the upstream's key -# as app-crypt/openpgp-keys-*. Then inherit the eclass, add detached +# as sec-keys/openpgp-keys-*. Then inherit the eclass, add detached # signatures to SRC_URI and set VERIFY_SIG_OPENPGP_KEY_PATH. The eclass # provides verify-sig USE flag to toggle the verification. # @@ -35,7 +35,7 @@ # SRC_URI="https://example.org/${P}.tar.gz # verify-sig? ( https://example.org/${P}.tar.gz.sig )" # BDEPEND=" -# verify-sig? ( app-crypt/openpgp-keys-example )" +# verify-sig? ( sec-keys/openpgp-keys-example )" # # VERIFY_SIG_OPENPGP_KEY_PATH=${BROOT}/usr/share/openpgp-keys/example.asc # @CODE |