From 2ac04694dab68b99b0fc5812eed7e8f5ff9e88df Mon Sep 17 00:00:00 2001 From: Sam James Date: Wed, 31 Mar 2021 01:49:06 +0100 Subject: ssl-cert.eclass: mark SSL_CERT_MANDATORY, SSL_CERT_USE, SSL_DEPS_SKIP as @PRE_INHERIT All manipulate dependencies or IUSE in global scope. Signed-off-by: Sam James --- eclass/ssl-cert.eclass | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/eclass/ssl-cert.eclass b/eclass/ssl-cert.eclass index fdd6775ffc77..ee7364513a05 100644 --- a/eclass/ssl-cert.eclass +++ b/eclass/ssl-cert.eclass @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # @ECLASS: ssl-cert.eclass @@ -26,16 +26,19 @@ case "${EAPI:-0}" in esac # @ECLASS-VARIABLE: SSL_CERT_MANDATORY +# @PRE_INHERIT # @DESCRIPTION: # Set to non zero if ssl-cert is mandatory for ebuild. : ${SSL_CERT_MANDATORY:=0} # @ECLASS-VARIABLE: SSL_CERT_USE +# @PRE_INHERIT # @DESCRIPTION: # Use flag to append dependency to. : ${SSL_CERT_USE:=ssl} # @ECLASS-VARIABLE: SSL_DEPS_SKIP +# @PRE_INHERIT # @DESCRIPTION: # Set to non zero to skip adding to DEPEND and IUSE. : ${SSL_DEPS_SKIP:=0} -- cgit v1.2.3-65-gdbad