diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-09-02 11:20:21 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-09-02 18:10:13 +0200 |
commit | 707225008e3f7447fe3755b14d7a1d270f6b3612 (patch) | |
tree | ef51e52d65ad62c351e582e71ded9ab11d72801c /eclass/python-any-r1.eclass | |
parent | multilib-minimal.eclass: Set @PROVIDES (diff) | |
download | gentoo-707225008e3f7447fe3755b14d7a1d270f6b3612.tar.gz gentoo-707225008e3f7447fe3755b14d7a1d270f6b3612.tar.bz2 gentoo-707225008e3f7447fe3755b14d7a1d270f6b3612.zip |
python-any-r1.eclass: Set @PROVIDES
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'eclass/python-any-r1.eclass')
-rw-r--r-- | eclass/python-any-r1.eclass | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/eclass/python-any-r1.eclass b/eclass/python-any-r1.eclass index eaae5379b732..7af9474d9a1f 100644 --- a/eclass/python-any-r1.eclass +++ b/eclass/python-any-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 packages having build-time dependency on Python. # @DESCRIPTION: # A minimal eclass for packages which need any Python interpreter |