From 81985363c3e3d01321ab75291d7c827ffff4dcab Mon Sep 17 00:00:00 2001 From: Fabian Groffen Date: Fri, 8 Mar 2024 17:03:27 +0100 Subject: sys-devel/binutils-config: revbump for CLT 15.3 ld fix Possibly this problem existed longer before, but it's a bit shady when what ld is used. Signed-off-by: Fabian Groffen --- .../binutils-config/binutils-config-5.1-r10.ebuild | 85 ++++++++++++++++++++++ .../binutils-config/binutils-config-5.1-r9.ebuild | 85 ---------------------- sys-devel/binutils-config/files/ldwrapper.c | 9 ++- 3 files changed, 91 insertions(+), 88 deletions(-) create mode 100644 sys-devel/binutils-config/binutils-config-5.1-r10.ebuild delete mode 100644 sys-devel/binutils-config/binutils-config-5.1-r9.ebuild (limited to 'sys-devel') diff --git a/sys-devel/binutils-config/binutils-config-5.1-r10.ebuild b/sys-devel/binutils-config/binutils-config-5.1-r10.ebuild new file mode 100644 index 0000000000..38f82d40b5 --- /dev/null +++ b/sys-devel/binutils-config/binutils-config-5.1-r10.ebuild @@ -0,0 +1,85 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit eutils prefix + +DESCRIPTION="Utility to change the binutils version being used" +HOMEPAGE="https://www.gentoo.org/" +WRAPPER_REV="${PV%%.*}.3.4" +#SRC_URI="https://gitweb.gentoo.org/repo/proj/prefix.git/plain/sys-devel/binutils-config/files/ldwrapper.c?id=${GIT_REV} -> ${PN}-ldwrapper-${WRAPPER_REV}.c" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" +IUSE="" + +# We also RDEPEND on sys-apps/findutils which is in base @system +RDEPEND="sys-apps/gentoo-functions + !