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:10:25
Message-Id: 1630599017.674715c53d908ef58078fecc47c750f238fa4f37.mgorny@gentoo
1 commit: 674715c53d908ef58078fecc47c750f238fa4f37
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 2 09:18:49 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 2 16:10:17 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=674715c5
7
8 distutils-r1.eclass: Set @PROVIDES
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 eclass/distutils-r1.eclass | 1 +
13 1 file changed, 1 insertion(+)
14
15 diff --git a/eclass/distutils-r1.eclass b/eclass/distutils-r1.eclass
16 index 3207ed6f4b8..75e8179c810 100644
17 --- a/eclass/distutils-r1.eclass
18 +++ b/eclass/distutils-r1.eclass
19 @@ -8,6 +8,7 @@
20 # Author: Michał Górny <mgorny@g.o>
21 # Based on the work of: Krzysztof Pawlik <nelchael@g.o>
22 # @SUPPORTED_EAPIS: 6 7 8
23 +# @PROVIDES: python-r1 python-single-r1
24 # @BLURB: A simple eclass to build Python packages using distutils.
25 # @DESCRIPTION:
26 # A simple eclass providing functions to build Python packages using