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: Thu, 02 Sep 2021 16:16:36
Message-Id: 1630599351.c6d46f0dd00aca3fee0b36d6a952aec1c56ebb34.mgorny@gentoo
1 commit: c6d46f0dd00aca3fee0b36d6a952aec1c56ebb34
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 2 09:19:13 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 2 16:15:51 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6d46f0d
7
8 gnome2-utils.eclass: Set @PROVIDES
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 eclass/gnome2-utils.eclass | 1 +
13 1 file changed, 1 insertion(+)
14
15 diff --git a/eclass/gnome2-utils.eclass b/eclass/gnome2-utils.eclass
16 index 8513de0af4d..f7d45090f82 100644
17 --- a/eclass/gnome2-utils.eclass
18 +++ b/eclass/gnome2-utils.eclass
19 @@ -5,6 +5,7 @@
20 # @MAINTAINER:
21 # gnome@g.o
22 # @SUPPORTED_EAPIS: 5 6 7
23 +# @PROVIDES: xdg-utils
24 # @BLURB: Auxiliary functions commonly used by Gnome packages.
25 # @DESCRIPTION:
26 # This eclass provides a set of auxiliary functions needed by most Gnome