diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-09-02 11:20:23 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-09-02 18:10:16 +0200 |
commit | 1aefe31e9b1d54ce085b18455e8cbf60fc39abd0 (patch) | |
tree | 4a3c6dd2ca8b6b1b4fd10853f79483486db55150 /eclass/python-single-r1.eclass | |
parent | python-r1.eclass: Set @PROVIDES (diff) | |
download | gentoo-1aefe31e9b1d54ce085b18455e8cbf60fc39abd0.tar.gz gentoo-1aefe31e9b1d54ce085b18455e8cbf60fc39abd0.tar.bz2 gentoo-1aefe31e9b1d54ce085b18455e8cbf60fc39abd0.zip |
python-single-r1.eclass: Set @PROVIDES
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'eclass/python-single-r1.eclass')
-rw-r--r-- | eclass/python-single-r1.eclass | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/eclass/python-single-r1.eclass b/eclass/python-single-r1.eclass index da0113b6d57b..228c66a77af6 100644 --- a/eclass/python-single-r1.eclass +++ b/eclass/python-single-r1.eclass @@ -8,6 +8,7 @@ # Author: Michał Górny <mgorny@gentoo.org> # Based on work of: Krzysztof Pawlik <nelchael@gentoo.org> # @SUPPORTED_EAPIS: 6 7 8 +# @PROVIDES: python-utils-r1 # @BLURB: An eclass for Python packages not installed for multiple implementations. # @DESCRIPTION: # An extension of the python-r1 eclass suite for packages which |