diff options
author | Georgy Yakovlev <gyakovlev@gentoo.org> | 2023-02-08 12:27:57 -0800 |
---|---|---|
committer | Georgy Yakovlev <gyakovlev@gentoo.org> | 2023-02-08 12:29:33 -0800 |
commit | e0906a0a99ef2fe4f33c06c6ed7b40ed139d6dc3 (patch) | |
tree | 51eb084cddd4f68362b8b6c93d303d5e38a20b6e /eclass | |
parent | dev-python/pybind11: drop 2.9.2-r1, 2.10.0, 2.10.2 (diff) | |
download | gentoo-e0906a0a99ef2fe4f33c06c6ed7b40ed139d6dc3.tar.gz gentoo-e0906a0a99ef2fe4f33c06c6ed7b40ed139d6dc3.tar.bz2 gentoo-e0906a0a99ef2fe4f33c06c6ed7b40ed139d6dc3.zip |
cargo.eclass: make GIT_CRATES non-pre-inherit
it just has to be defined before cargo_gen_config
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/cargo.eclass | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/eclass/cargo.eclass b/eclass/cargo.eclass index 788663a070cf..160f8a24054a 100644 --- a/eclass/cargo.eclass +++ b/eclass/cargo.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: cargo.eclass @@ -77,7 +77,6 @@ ECARGO_VENDOR="${ECARGO_HOME}/gentoo" # @ECLASS_VARIABLE: GIT_CRATES # @DEFAULT_UNSET -# @PRE_INHERIT # @DESCRIPTION: # bash associative array containing all crates that a package wants # to be fetch by git. |