mirror of
https://github.com/flatcar/scripts.git
synced 2025-10-21 20:31:48 +02:00
This commit introduces Flatcar specific modification to the Gentoo recipes for updating to gcc-9.3.0 introduced in the previous commit. The changes are required in order to make things build with the Flatcar SDK. The commit also removes old, stale, unused recipes. The changes include: dev-util/perf/perf-4.9.13.ebuild: fix binutils ebuild RDEPEND dev-util/perf/perf-5.8.ebuild: remove python3_{8} compat; unmask arm64, amd64 sys-devel/binutils: remove old, stale versions sys-devel/binutils/binutils-2.35.ebuild: backport to EAPI6 because our outdated emerge does not handle BDEPEND dependencies correctly, resulting in BDEPEND being pulled in as runtime deps. Unmask for amd64 and arm64. sys-devel/binutils/binutils-9999.ebuild: backport to EAPI6 net-dns/dnsmasq: remove old, stale versions sys-devel/crossdev: remove old versions sys-devel/gcc: remove old versions sys-devel/gcc/gcc-9.3.0-r1.ebuild: use EAPI6 because of emerge BDEPEND issue (see above) sys-devel/libtool/libtool-2.4.6-r6.ebuild: use EAPI6 because of emerge BDEPEND issue (see above) sys-kernel/linux-headers: remove old versions ys-kernel/linux-headers/linux-headers-5.8.ebuild: unmask for amd64, arm64 Signed-off-by: Thilo Fromm <thilo@kinvolk.io>