Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/
Date: Sat, 11 Sep 2021 06:53:25
Message-Id: 1631343181.be3c291c20514549626b5271cf61a5bb828080be.mgorny@gentoo
1 commit: be3c291c20514549626b5271cf61a5bb828080be
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 2 09:19:36 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 11 06:53:01 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be3c291c
7
8 kodi-addon.eclass: Set @PROVIDES
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 eclass/kodi-addon.eclass | 3 ++-
13 1 file changed, 2 insertions(+), 1 deletion(-)
14
15 diff --git a/eclass/kodi-addon.eclass b/eclass/kodi-addon.eclass
16 index fc2a7a8d8aa..8cbbad9224f 100644
17 --- a/eclass/kodi-addon.eclass
18 +++ b/eclass/kodi-addon.eclass
19 @@ -1,10 +1,11 @@
20 -# Copyright 1999-2020 Gentoo Authors
21 +# Copyright 1999-2021 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 # @ECLASS: kodi-addon.eclass
25 # @MAINTAINER:
26 # candrews@g.o
27 # @SUPPORTED_EAPIS: 4 5 6 7
28 +# @PROVIDES: cmake cmake-utils
29 # @BLURB: Helper for correct building and (importantly) installing Kodi addon packages.
30 # @DESCRIPTION:
31 # Provides a src_configure function for correct CMake configuration