commit: e56943242d29c5bd216d5bb605616cf5c3ef6178 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Wed Mar 31 00:47:06 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Mar 31 02:02:48 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5694324
ruby-single.eclass: mark USE_RUBY as @PRE_INHERIT As per @DESCRIPTION. Signed-off-by: Sam James <sam <AT> gentoo.org> eclass/ruby-single.eclass | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/eclass/ruby-single.eclass b/eclass/ruby-single.eclass index 4ca5f5ef207..bf339bc9b60 100644 --- a/eclass/ruby-single.eclass +++ b/eclass/ruby-single.eclass @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # @ECLASS: ruby-single.eclass @@ -39,6 +39,7 @@ inherit ruby-utils # @ECLASS-VARIABLE: USE_RUBY # @DEFAULT_UNSET +# @PRE_INHERIT # @REQUIRED # @DESCRIPTION: # This variable contains a space separated list of targets (see above) a package
