diff options
author | Sam James <sam@gentoo.org> | 2022-03-10 22:46:33 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-03-10 22:46:33 +0000 |
commit | b52af64389dfcf97a595f485bb99c48246b957c8 (patch) | |
tree | 3cfed30f6a43d22a9e35086ba705c6459f9c0d86 /eclass | |
parent | x11-plugins/gkrelltop: fix commands in global scope (diff) | |
download | gentoo-b52af64389dfcf97a595f485bb99c48246b957c8.tar.gz gentoo-b52af64389dfcf97a595f485bb99c48246b957c8.tar.bz2 gentoo-b52af64389dfcf97a595f485bb99c48246b957c8.zip |
gkrellm-plugin.eclass: add @PROVIDES tag for multilib.eclass
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/gkrellm-plugin.eclass | 3 |
1 files changed, 2 insertions, 1 deletions
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 <lack@gentoo.org> # EAPI 6 author: David Seifert <soap@gentoo.org> # @SUPPORTED_EAPIS: 6 +# @PROVIDES: multilib # @BLURB: Provides src_install used by (almost) all gkrellm plugins # @DESCRIPTION: # - Sets up default dependencies |