summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorGeorgy Yakovlev <gyakovlev@gentoo.org>2023-02-08 12:27:57 -0800
committerGeorgy Yakovlev <gyakovlev@gentoo.org>2023-02-08 12:29:33 -0800
commite0906a0a99ef2fe4f33c06c6ed7b40ed139d6dc3 (patch)
tree51eb084cddd4f68362b8b6c93d303d5e38a20b6e /eclass
parentdev-python/pybind11: drop 2.9.2-r1, 2.10.0, 2.10.2 (diff)
downloadgentoo-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.eclass3
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.