Mailing List Archive

[PATCH] verify-sig.eclass: Fix the example to use BROOT
Signed-off-by: Micha? Górny <mgorny@gentoo.org>
---
eclass/verify-sig.eclass | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/eclass/verify-sig.eclass b/eclass/verify-sig.eclass
index 7f89e5388ba3..2bc5bd5ddba9 100644
--- a/eclass/verify-sig.eclass
+++ b/eclass/verify-sig.eclass
@@ -29,7 +29,7 @@
# BDEPEND="
# verify-sig? ( app-crypt/openpgp-keys-example )"
#
-# VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/example.asc
+# VERIFY_SIG_OPENPGP_KEY_PATH=${BROOT}/usr/share/openpgp-keys/example.asc
# @CODE

case ${EAPI} in
--
2.32.0
Re: [PATCH] verify-sig.eclass: Fix the example to use BROOT [ In reply to ]
> On 18 Jul 2021, at 19:44, Micha? Górny <mgorny@gentoo.org> wrote:
>
> Signed-off-by: Micha? Górny <mgorny@gentoo.org>
> ---
> eclass/verify-sig.eclass | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> [snip]
> # BDEPEND="
> # verify-sig? ( app-crypt/openpgp-keys-example )"
> #
> -# VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/example.asc
> +# VERIFY_SIG_OPENPGP_KEY_PATH=${BROOT}/usr/share/openpgp-keys/example.asc
> # @CODE
>
> case ${EAPI} in
> --
> 2.32.0
>
>

lgtm, but consider fixing up existing ebuilds in the tree?

best,
sam