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 4/5] python-r1.eclass: Stop providing multibuild.eclass
Date: Sun, 01 Jan 2023 16:01:01
Message-Id: 20230101155955.965158-4-mgorny@gentoo.org
In Reply to: [gentoo-dev] [PATCH 1/5] out-of-source-utils.eclass: New utility eclass by "Michał Górny"
1 Signed-off-by: Michał Górny <mgorny@g.o>
2 ---
3 eclass/python-r1.eclass | 2 +-
4 1 file changed, 1 insertion(+), 1 deletion(-)
5
6 diff --git a/eclass/python-r1.eclass b/eclass/python-r1.eclass
7 index 622a479dcfa3..cda175dea136 100644
8 --- a/eclass/python-r1.eclass
9 +++ b/eclass/python-r1.eclass
10 @@ -8,7 +8,7 @@
11 # Author: Michał Górny <mgorny@g.o>
12 # Based on work of: Krzysztof Pawlik <nelchael@g.o>
13 # @SUPPORTED_EAPIS: 7 8
14 -# @PROVIDES: multibuild python-utils-r1
15 +# @PROVIDES: python-utils-r1
16 # @BLURB: A common, simple eclass for Python packages.
17 # @DESCRIPTION:
18 # A common eclass providing helper functions to build and install
19 --
20 2.39.0