commit: b52af64389dfcf97a595f485bb99c48246b957c8 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Thu Mar 10 22:46:33 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Thu Mar 10 22:46:33 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b52af643
gkrellm-plugin.eclass: add @PROVIDES tag for multilib.eclass Signed-off-by: Sam James <sam <AT> gentoo.org> eclass/gkrellm-plugin.eclass | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/eclass/gkrellm-plugin.eclass b/eclass/gkrellm-plugin.eclass index 3d13409933e7..fb3800f56b7d 100644 --- a/eclass/gkrellm-plugin.eclass +++ b/eclass/gkrellm-plugin.eclass @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # @ECLASS: gkrellm-plugin.eclass @@ -8,6 +8,7 @@ # Original author: Jim Ramsay <[email protected]> # EAPI 6 author: David Seifert <[email protected]> # @SUPPORTED_EAPIS: 6 +# @PROVIDES: multilib # @BLURB: Provides src_install used by (almost) all gkrellm plugins # @DESCRIPTION: # - Sets up default dependencies
