diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-09-02 11:18:39 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2021-09-02 18:46:27 +0200 |
commit | e97c8246b1b81c5e79480af3e152fab5df4ff3d2 (patch) | |
tree | 81a38ccc3b7294cf3f2240b498ba15c5aca20e9a /eclass/cmake-multilib.eclass | |
parent | cmake-multilib.eclass: Support EAPI-8, add guard (diff) | |
download | gentoo-e97c8246b1b81c5e79480af3e152fab5df4ff3d2.tar.gz gentoo-e97c8246b1b81c5e79480af3e152fab5df4ff3d2.tar.bz2 gentoo-e97c8246b1b81c5e79480af3e152fab5df4ff3d2.zip |
cmake-multilib.eclass: Set @PROVIDES
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'eclass/cmake-multilib.eclass')
-rw-r--r-- | eclass/cmake-multilib.eclass | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/eclass/cmake-multilib.eclass b/eclass/cmake-multilib.eclass index c848e3882f5c..b40157dc3fd4 100644 --- a/eclass/cmake-multilib.eclass +++ b/eclass/cmake-multilib.eclass @@ -7,6 +7,7 @@ # @AUTHOR: # Author: Michał Górny <mgorny@gentoo.org> # @SUPPORTED_EAPIS: 7 8 +# @PROVIDES: cmake cmake-utils multilib-minimal # @BLURB: cmake wrapper for multilib builds # @DESCRIPTION: # The cmake-multilib.eclass provides a glue between cmake.eclass(5) |