diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-12-31 19:36:44 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-01-07 15:56:46 +0100 |
commit | 52eb3fb4e8b3f38c7f22271ee1150c14bfe97cdd (patch) | |
tree | 08605ed8fa6a30495d808ce890c66edf80a08657 /eclass | |
parent | multilib-build.eclass: Stop providing multibuild.eclass (diff) | |
download | gentoo-52eb3fb4e8b3f38c7f22271ee1150c14bfe97cdd.tar.gz gentoo-52eb3fb4e8b3f38c7f22271ee1150c14bfe97cdd.tar.bz2 gentoo-52eb3fb4e8b3f38c7f22271ee1150c14bfe97cdd.zip |
python-r1.eclass: Stop providing multibuild.eclass
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/python-r1.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/python-r1.eclass b/eclass/python-r1.eclass index 622a479dcfa3..657922fe646d 100644 --- a/eclass/python-r1.eclass +++ b/eclass/python-r1.eclass @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # @ECLASS: python-r1.eclass @@ -8,7 +8,7 @@ # Author: Michał Górny <mgorny@gentoo.org> # Based on work of: Krzysztof Pawlik <nelchael@gentoo.org> # @SUPPORTED_EAPIS: 7 8 -# @PROVIDES: multibuild python-utils-r1 +# @PROVIDES: python-utils-r1 # @BLURB: A common, simple eclass for Python packages. # @DESCRIPTION: # A common eclass providing helper functions to build and install |