commit:     d1527a72acabce55f0d3551121686164debde01d
Author:     orbea <orbea <AT> riseup <DOT> net>
AuthorDate: Tue Jan 16 06:51:26 2024 +0000
Commit:     orbea <orbea <AT> riseup <DOT> net>
CommitDate: Tue Jan 16 06:56:28 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/libressl.git/commit/?id=d1527a72

dev-libs/libressl: fix variable scope QA notice

variable 'BROOT' used in 'global scope'

Signed-off-by: orbea <orbea <AT> riseup.net>

 dev-libs/libressl/libressl-3.6.3.ebuild | 3 +--
 dev-libs/libressl/libressl-3.7.3.ebuild | 3 +--
 dev-libs/libressl/libressl-3.8.0.ebuild | 3 +--
 dev-libs/libressl/libressl-3.8.2.ebuild | 3 +--
 4 files changed, 4 insertions(+), 8 deletions(-)

diff --git a/dev-libs/libressl/libressl-3.6.3.ebuild 
b/dev-libs/libressl/libressl-3.6.3.ebuild
index f7236b7..dd85ed5 100644
--- a/dev-libs/libressl/libressl-3.6.3.ebuild
+++ b/dev-libs/libressl/libressl-3.6.3.ebuild
@@ -3,6 +3,7 @@
 
 EAPI=8
 
+VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/libressl.asc
 inherit autotools multilib-minimal verify-sig
 
 DESCRIPTION="Free version of the SSL/TLS protocol forked from OpenSSL"
@@ -24,8 +25,6 @@ RESTRICT="!test? ( test )"
 PDEPEND="app-misc/ca-certificates"
 BDEPEND="verify-sig? ( sec-keys/openpgp-keys-libressl )"
 
-VERIFY_SIG_OPENPGP_KEY_PATH="${BROOT}"/usr/share/openpgp-keys/libressl.asc
-
 PATCHES=(
        "${FILESDIR}"/${PN}-2.8.3-solaris10.patch
        # Gentoo's ssl-cert.eclass uses 'openssl genrsa -rand'

diff --git a/dev-libs/libressl/libressl-3.7.3.ebuild 
b/dev-libs/libressl/libressl-3.7.3.ebuild
index edefb0f..cdbcbc2 100644
--- a/dev-libs/libressl/libressl-3.7.3.ebuild
+++ b/dev-libs/libressl/libressl-3.7.3.ebuild
@@ -3,6 +3,7 @@
 
 EAPI=8
 
+VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/libressl.asc
 inherit autotools multilib-minimal verify-sig
 
 DESCRIPTION="Free version of the SSL/TLS protocol forked from OpenSSL"
@@ -24,8 +25,6 @@ RESTRICT="!test? ( test )"
 PDEPEND="app-misc/ca-certificates"
 BDEPEND="verify-sig? ( sec-keys/openpgp-keys-libressl )"
 
-VERIFY_SIG_OPENPGP_KEY_PATH="${BROOT}"/usr/share/openpgp-keys/libressl.asc
-
 MULTILIB_WRAPPED_HEADERS=( /usr/include/openssl/opensslconf.h )
 
 PATCHES=(

diff --git a/dev-libs/libressl/libressl-3.8.0.ebuild 
b/dev-libs/libressl/libressl-3.8.0.ebuild
index 7ceb7e7..83b2734 100644
--- a/dev-libs/libressl/libressl-3.8.0.ebuild
+++ b/dev-libs/libressl/libressl-3.8.0.ebuild
@@ -3,6 +3,7 @@
 
 EAPI=8
 
+VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/libressl.asc
 inherit autotools multilib-minimal verify-sig
 
 DESCRIPTION="Free version of the SSL/TLS protocol forked from OpenSSL"
@@ -24,8 +25,6 @@ RESTRICT="!test? ( test )"
 PDEPEND="app-misc/ca-certificates"
 BDEPEND="verify-sig? ( sec-keys/openpgp-keys-libressl )"
 
-VERIFY_SIG_OPENPGP_KEY_PATH="${BROOT}"/usr/share/openpgp-keys/libressl.asc
-
 MULTILIB_WRAPPED_HEADERS=( /usr/include/openssl/opensslconf.h )
 
 PATCHES=(

diff --git a/dev-libs/libressl/libressl-3.8.2.ebuild 
b/dev-libs/libressl/libressl-3.8.2.ebuild
index 78f16c0..c18d6b2 100644
--- a/dev-libs/libressl/libressl-3.8.2.ebuild
+++ b/dev-libs/libressl/libressl-3.8.2.ebuild
@@ -3,6 +3,7 @@
 
 EAPI=8
 
+VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/libressl.asc
 inherit autotools multilib-minimal verify-sig
 
 DESCRIPTION="Free version of the SSL/TLS protocol forked from OpenSSL"
@@ -29,8 +30,6 @@ RDEPEND="netcat? (
        !net-analyzer/openbsd-netcat
 )"
 
-VERIFY_SIG_OPENPGP_KEY_PATH="${BROOT}"/usr/share/openpgp-keys/libressl.asc
-
 MULTILIB_WRAPPED_HEADERS=( /usr/include/openssl/opensslconf.h )
 
 # LibreSSL checks for libc features during configure

Reply via email to