commit: ed5cd707909a74a1d230070ea70fbd37ddbd02ec Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Wed Mar 31 00:22:05 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Mar 31 02:02:40 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed5cd707
dotnet.eclass: mark USE_DOTNET as @PRE_INHERIT We use it to control IUSE in global scope. Signed-off-by: Sam James <sam <AT> gentoo.org> eclass/dotnet.eclass | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/eclass/dotnet.eclass b/eclass/dotnet.eclass index ae861daf6e7..fd25ad1d585 100644 --- a/eclass/dotnet.eclass +++ b/eclass/dotnet.eclass @@ -1,8 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # @ECLASS: dotnet.eclass -# @MAINTAINER: [email protected] +# @MAINTAINER: +# [email protected] # @SUPPORTED_EAPIS: 1 2 3 4 5 6 7 # @BLURB: common settings and functions for mono and dotnet related packages # @DESCRIPTION: @@ -24,6 +25,7 @@ esac inherit mono-env # @ECLASS-VARIABLE: USE_DOTNET +# @PRE_INHERIT # @DESCRIPTION: # Use flags added to IUSE
