overlay: Fix references to moved packages

This commit is contained in:
Krzesimir Nowak 2024-01-15 15:10:58 +01:00
parent ef40478bbf
commit ab43658d60
9 changed files with 10 additions and 10 deletions

View File

@ -330,7 +330,7 @@ _get_cross_pkgs_for_emerge_and_crossdev() {
local -n gcpfeac_emerge_atoms_var_ref="${gcpfeac_emerge_atoms_var_name}"
local -n gcpfeac_crossdev_pkg_flags_var_ref="${gcpfeac_crossdev_pkg_flags_var_name}"
local -a all_pkgs=( "${TOOLCHAIN_PKGS[@]}" sys-devel/gdb )
local -a all_pkgs=( "${TOOLCHAIN_PKGS[@]}" dev-debug/gdb )
local -A crossdev_flags_map=(
[binutils]=--binutils
[gdb]=--gdb

View File

@ -19,6 +19,7 @@ RDEPEND="
app-portage/gentoolkit
coreos-base/coreos
coreos-base/emerge-gitclone
dev-debug/gdb
dev-lang/python
dev-util/pahole
dev-util/strace
@ -41,7 +42,6 @@ RDEPEND="
sys-apps/smartmontools
sys-apps/which
sys-devel/gcc
sys-devel/gdb
sys-fs/lvm2
sys-fs/squashfs-tools
sys-process/procps

View File

@ -24,7 +24,7 @@ SLOT="0"
IUSE=""
DEPEND=">=dev-libs/protobuf-3.0.0
dev-util/cmake"
dev-build/cmake"
RDEPEND=">=dev-libs/protobuf-3.0.0"
src_unpack() {

View File

@ -96,10 +96,10 @@ BDEPEND="${PYTHON_DEPS}
)
system-bootstrap? ( ${BOOTSTRAP_DEPEND} )
!system-llvm? (
>=dev-util/cmake-3.13.4
dev-util/ninja
>=dev-build/cmake-3.13.4
dev-build/ninja
)
test? ( sys-devel/gdb )
test? ( dev-debug/gdb )
verify-sig? ( sec-keys/openpgp-keys-rust )
"
@ -773,7 +773,7 @@ src_install() {
pkg_postinst() {
eselect rust update
if has_version sys-devel/gdb || has_version dev-util/lldb; then
if has_version dev-debug/gdb || has_version dev-debug/lldb; then
elog "Rust installs a helper script for calling GDB and LLDB,"
elog "for your convenience it is installed under /usr/bin/rust-{gdb,lldb}-${PV}."
fi

View File

@ -41,7 +41,7 @@
=dev-lang/nasm-2.15.05 ~arm64
# Accept unstable host Rust compilers.
=dev-lang/rust-1.75.0 ~amd64 ~arm64
=dev-lang/rust-1.75.0-r1 ~amd64 ~arm64
# Needed by arm64-native SDK.
=dev-lang/yasm-1.3.0-r1 ~arm64
@ -103,4 +103,4 @@
=sys-process/procps-4.0.4 ~amd64
# Accept unstable host Rust compilers.
=virtual/rust-1.75.0 ~amd64 ~arm64
=virtual/rust-1.75.0-r1 ~amd64 ~arm64

View File

@ -154,7 +154,7 @@ PDEPEND=">=sys-apps/dbus-1.9.8[systemd]
BDEPEND="
app-arch/xz-utils:0
dev-util/gperf
>=dev-util/meson-0.46
>=dev-build/meson-0.46
>=sys-apps/coreutils-8.16
sys-devel/gettext
virtual/pkgconfig