mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-08 05:26:58 +02:00
overlay: Fix references to moved packages
This commit is contained in:
parent
ef40478bbf
commit
ab43658d60
@ -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_emerge_atoms_var_ref="${gcpfeac_emerge_atoms_var_name}"
|
||||||
local -n gcpfeac_crossdev_pkg_flags_var_ref="${gcpfeac_crossdev_pkg_flags_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=(
|
local -A crossdev_flags_map=(
|
||||||
[binutils]=--binutils
|
[binutils]=--binutils
|
||||||
[gdb]=--gdb
|
[gdb]=--gdb
|
||||||
|
@ -19,6 +19,7 @@ RDEPEND="
|
|||||||
app-portage/gentoolkit
|
app-portage/gentoolkit
|
||||||
coreos-base/coreos
|
coreos-base/coreos
|
||||||
coreos-base/emerge-gitclone
|
coreos-base/emerge-gitclone
|
||||||
|
dev-debug/gdb
|
||||||
dev-lang/python
|
dev-lang/python
|
||||||
dev-util/pahole
|
dev-util/pahole
|
||||||
dev-util/strace
|
dev-util/strace
|
||||||
@ -41,7 +42,6 @@ RDEPEND="
|
|||||||
sys-apps/smartmontools
|
sys-apps/smartmontools
|
||||||
sys-apps/which
|
sys-apps/which
|
||||||
sys-devel/gcc
|
sys-devel/gcc
|
||||||
sys-devel/gdb
|
|
||||||
sys-fs/lvm2
|
sys-fs/lvm2
|
||||||
sys-fs/squashfs-tools
|
sys-fs/squashfs-tools
|
||||||
sys-process/procps
|
sys-process/procps
|
||||||
|
@ -24,7 +24,7 @@ SLOT="0"
|
|||||||
IUSE=""
|
IUSE=""
|
||||||
|
|
||||||
DEPEND=">=dev-libs/protobuf-3.0.0
|
DEPEND=">=dev-libs/protobuf-3.0.0
|
||||||
dev-util/cmake"
|
dev-build/cmake"
|
||||||
RDEPEND=">=dev-libs/protobuf-3.0.0"
|
RDEPEND=">=dev-libs/protobuf-3.0.0"
|
||||||
|
|
||||||
src_unpack() {
|
src_unpack() {
|
||||||
|
@ -96,10 +96,10 @@ BDEPEND="${PYTHON_DEPS}
|
|||||||
)
|
)
|
||||||
system-bootstrap? ( ${BOOTSTRAP_DEPEND} )
|
system-bootstrap? ( ${BOOTSTRAP_DEPEND} )
|
||||||
!system-llvm? (
|
!system-llvm? (
|
||||||
>=dev-util/cmake-3.13.4
|
>=dev-build/cmake-3.13.4
|
||||||
dev-util/ninja
|
dev-build/ninja
|
||||||
)
|
)
|
||||||
test? ( sys-devel/gdb )
|
test? ( dev-debug/gdb )
|
||||||
verify-sig? ( sec-keys/openpgp-keys-rust )
|
verify-sig? ( sec-keys/openpgp-keys-rust )
|
||||||
"
|
"
|
||||||
|
|
||||||
@ -773,7 +773,7 @@ src_install() {
|
|||||||
pkg_postinst() {
|
pkg_postinst() {
|
||||||
eselect rust update
|
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 "Rust installs a helper script for calling GDB and LLDB,"
|
||||||
elog "for your convenience it is installed under /usr/bin/rust-{gdb,lldb}-${PV}."
|
elog "for your convenience it is installed under /usr/bin/rust-{gdb,lldb}-${PV}."
|
||||||
fi
|
fi
|
@ -41,7 +41,7 @@
|
|||||||
=dev-lang/nasm-2.15.05 ~arm64
|
=dev-lang/nasm-2.15.05 ~arm64
|
||||||
|
|
||||||
# Accept unstable host Rust compilers.
|
# 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.
|
# Needed by arm64-native SDK.
|
||||||
=dev-lang/yasm-1.3.0-r1 ~arm64
|
=dev-lang/yasm-1.3.0-r1 ~arm64
|
||||||
@ -103,4 +103,4 @@
|
|||||||
=sys-process/procps-4.0.4 ~amd64
|
=sys-process/procps-4.0.4 ~amd64
|
||||||
|
|
||||||
# Accept unstable host Rust compilers.
|
# Accept unstable host Rust compilers.
|
||||||
=virtual/rust-1.75.0 ~amd64 ~arm64
|
=virtual/rust-1.75.0-r1 ~amd64 ~arm64
|
||||||
|
@ -154,7 +154,7 @@ PDEPEND=">=sys-apps/dbus-1.9.8[systemd]
|
|||||||
BDEPEND="
|
BDEPEND="
|
||||||
app-arch/xz-utils:0
|
app-arch/xz-utils:0
|
||||||
dev-util/gperf
|
dev-util/gperf
|
||||||
>=dev-util/meson-0.46
|
>=dev-build/meson-0.46
|
||||||
>=sys-apps/coreutils-8.16
|
>=sys-apps/coreutils-8.16
|
||||||
sys-devel/gettext
|
sys-devel/gettext
|
||||||
virtual/pkgconfig
|
virtual/pkgconfig
|
Loading…
Reference in New Issue
Block a user