diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-12-31 19:36:24 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-01-07 15:56:45 +0100 |
commit | 9629b99e826606c8068a2cd4ef16455deb1d8c76 (patch) | |
tree | 4132a83cb032c60965b02bd4ccb7ec3cb61ad1de /eclass/multilib-build.eclass | |
parent | multibuild.eclass: Provide run_in_build_dir from out-of-source-utils (diff) | |
download | gentoo-9629b99e826606c8068a2cd4ef16455deb1d8c76.tar.gz gentoo-9629b99e826606c8068a2cd4ef16455deb1d8c76.tar.bz2 gentoo-9629b99e826606c8068a2cd4ef16455deb1d8c76.zip |
multilib-build.eclass: Stop providing multibuild.eclass
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'eclass/multilib-build.eclass')
-rw-r--r-- | eclass/multilib-build.eclass | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/eclass/multilib-build.eclass b/eclass/multilib-build.eclass index 40cc426a1359..1774ad057430 100644 --- a/eclass/multilib-build.eclass +++ b/eclass/multilib-build.eclass @@ -1,4 +1,4 @@ -# Copyright 2013-2022 Gentoo Authors +# Copyright 2013-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # @ECLASS: multilib-build.eclass @@ -7,7 +7,6 @@ # @AUTHOR: # Author: Michał Górny <mgorny@gentoo.org> # @SUPPORTED_EAPIS: 6 7 8 -# @PROVIDES: multibuild # @BLURB: flags and utility functions for building multilib packages # @DESCRIPTION: # The multilib-build.eclass exports USE flags and utility functions |