commit: 46db8bc20293025cd301aed6781838d3acb6bc77 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Wed Mar 31 04:20:27 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Mar 31 05:19:43 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46db8bc2
dune.eclass: mark DUNE_PKG_NAME as @PRE_INHERIT Signed-off-by: Sam James <sam <AT> gentoo.org> eclass/dune.eclass | 1 + 1 file changed, 1 insertion(+) diff --git a/eclass/dune.eclass b/eclass/dune.eclass index 03857d25a2d..a6b499cfbdb 100644 --- a/eclass/dune.eclass +++ b/eclass/dune.eclass @@ -15,6 +15,7 @@ # src_install for dune-based packages. # @ECLASS-VARIABLE: DUNE_PKG_NAME +# @PRE_INHERIT # @DESCRIPTION: # Sets the actual dune package name, if different from gentoo package name. # Set before inheriting the eclass.
