commit: efa759a0fd61c0ee511cd9ebc5ef50866b6a588e
Author: Eli Schwartz <eschwartz <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 6 04:10:35 2025 +0000
Commit: Eli Schwartz <eschwartz <AT> gentoo <DOT> org>
CommitDate: Thu Aug 7 16:37:22 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=efa759a0
app-portage/eschwartz-dev-scripts: adapt to new openpgp package filepath
Signed-off-by: Eli Schwartz <eschwartz <AT> gentoo.org>
app-portage/eschwartz-dev-scripts/eschwartz-dev-scripts-2.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-portage/eschwartz-dev-scripts/eschwartz-dev-scripts-2.ebuild
b/app-portage/eschwartz-dev-scripts/eschwartz-dev-scripts-2.ebuild
index 76d2ef1779f7..0ada8519c0d8 100644
--- a/app-portage/eschwartz-dev-scripts/eschwartz-dev-scripts-2.ebuild
+++ b/app-portage/eschwartz-dev-scripts/eschwartz-dev-scripts-2.ebuild
@@ -30,10 +30,10 @@ RDEPEND="
"
BDEPEND="
${PYTHON_DEPS}
- verify-sig? ( sec-keys/openpgp-keys-eschwartz )
+ verify-sig? ( >=sec-keys/openpgp-keys-eschwartz-20250723-r1 )
"
-VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/eschwartz.gpg
+VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/eschwartz.asc
src_install() {
meson_src_install