dev-util/pkgcruft: sort inherits

Signed-off-by: idealseal <realidealseal@protonmail.com>
Part-of: https://codeberg.org/gentoo/gentoo/pulls/190
Merges: https://codeberg.org/gentoo/gentoo/pulls/190
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
idealseal
2026-03-01 18:33:18 +00:00
committed by Sam James
parent 03980895cb
commit 125b8afc12
2 changed files with 2 additions and 2 deletions

View File

@@ -6,7 +6,7 @@ EAPI=8
LLVM_COMPAT=( {19..22} )
RUST_MIN_VER="1.90.0"
inherit cargo edo multiprocessing llvm-r2 shell-completion
inherit cargo edo llvm-r2 multiprocessing shell-completion
DESCRIPTION="QA library and tools based on pkgcraft"
HOMEPAGE="https://pkgcraft.github.io/"

View File

@@ -6,7 +6,7 @@ EAPI=8
LLVM_COMPAT=( {19..22} )
RUST_MIN_VER="1.90.0"
inherit cargo edo multiprocessing llvm-r2 shell-completion
inherit cargo edo llvm-r2 multiprocessing shell-completion
DESCRIPTION="QA library and tools based on pkgcraft"
HOMEPAGE="https://pkgcraft.github.io/"