diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-09-02 11:18:49 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-09-02 18:10:17 +0200 |
commit | 674715c53d908ef58078fecc47c750f238fa4f37 (patch) | |
tree | 7e970d01d1c16477cf4ea4a220c9d658a772de1d /eclass | |
parent | python-single-r1.eclass: Set @PROVIDES (diff) | |
download | gentoo-674715c53d908ef58078fecc47c750f238fa4f37.tar.gz gentoo-674715c53d908ef58078fecc47c750f238fa4f37.tar.bz2 gentoo-674715c53d908ef58078fecc47c750f238fa4f37.zip |
distutils-r1.eclass: Set @PROVIDES
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/distutils-r1.eclass | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/eclass/distutils-r1.eclass b/eclass/distutils-r1.eclass index 3207ed6f4b8e..75e8179c810e 100644 --- a/eclass/distutils-r1.eclass +++ b/eclass/distutils-r1.eclass @@ -8,6 +8,7 @@ # Author: Michał Górny <mgorny@gentoo.org> # Based on the work of: Krzysztof Pawlik <nelchael@gentoo.org> # @SUPPORTED_EAPIS: 6 7 8 +# @PROVIDES: python-r1 python-single-r1 # @BLURB: A simple eclass to build Python packages using distutils. # @DESCRIPTION: # A simple eclass providing functions to build Python packages using |