Gentoo Archives: gentoo-dev

From: "Michał Górny" <mgorny@g.o>
To: gentoo-dev@l.g.o
Cc: "Michał Górny" <mgorny@g.o>
Subject: [gentoo-dev] [PATCH 43/44] xdg.eclass: Set @PROVIDES
Date: Thu, 02 Sep 2021 11:02:29
Message-Id: 20210902104724.1043118-44-mgorny@gentoo.org
In Reply to: [gentoo-dev] [PATCH 00/44] @PROVIDES for eclasses by "Michał Górny"
1 Signed-off-by: Michał Górny <mgorny@g.o>
2 ---
3 eclass/xdg.eclass | 1 +
4 1 file changed, 1 insertion(+)
5
6 diff --git a/eclass/xdg.eclass b/eclass/xdg.eclass
7 index 08dc8432a5e0..a3e75103a046 100644
8 --- a/eclass/xdg.eclass
9 +++ b/eclass/xdg.eclass
10 @@ -7,6 +7,7 @@
11 # @AUTHOR:
12 # Original author: Gilles Dartiguelongue <eva@g.o>
13 # @SUPPORTED_EAPIS: 5 6 7 8
14 +# @PROVIDES: xdg-utils
15 # @BLURB: Provides phases for XDG compliant packages.
16 # @DESCRIPTION:
17 # Utility eclass to update the desktop, icon and shared mime info as laid
18 --
19 2.33.0