Diff binutils-libs-2.36.1-r2 with a binutils-libs-2.37_p1-r2
/usr/portage/sys-libs/binutils-libs/binutils-libs-2.37_p1-r2.ebuild 2023-10-09 14:52:35.536368503 +0300 | ||
---|---|---|
1 |
# Copyright 1999-2021 Gentoo Authors |
|
1 |
# Copyright 1999-2022 Gentoo Authors |
|
2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
3 | 3 | |
4 | 4 |
EAPI=7 |
5 | 5 | |
6 |
PATCH_VER=5 |
|
6 |
PATCH_VER=2 |
|
7 | 7 |
PATCH_DEV=dilfridge |
8 | 8 | |
9 | 9 |
inherit libtool toolchain-funcs multilib-minimal |
... | ... | |
11 | 11 |
MY_PN="binutils" |
12 | 12 |
MY_P="${MY_PN}-${PV}" |
13 | 13 |
PATCH_BINUTILS_VER=${PATCH_BINUTILS_VER:-${PV}} |
14 |
PATCH_DEV=${PATCH_DEV:-slyfox} |
|
14 |
PATCH_DEV=${PATCH_DEV:-dilfridge} |
|
15 | 15 | |
16 | 16 |
DESCRIPTION="Core binutils libraries (libbfd, libopcodes, libiberty) for external packages" |
17 | 17 |
HOMEPAGE="https://sourceware.org/binutils/" |
18 | 18 |
SRC_URI="mirror://gnu/binutils/${MY_P}.tar.xz |
19 |
https://dev.gentoo.org/~${PATCH_DEV}/distfiles/${MY_P}.tar.xz |
|
19 | 20 |
https://dev.gentoo.org/~${PATCH_DEV}/distfiles/${MY_PN}-${PATCH_BINUTILS_VER}-patches-${PATCH_VER}.tar.xz" |
20 | 21 | |
21 | 22 |
LICENSE="|| ( GPL-3 LGPL-3 )" |
22 |
SLOT="0/${PV}" |
|
23 |
SLOT="0/${PV%_p?}" |
|
23 | 24 |
IUSE="64-bit-bfd cet multitarget nls static-libs" |
24 |
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~x64-macos ~x64-solaris" |
|
25 |
KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~x64-macos ~x64-solaris" |
|
25 | 26 | |
26 | 27 |
BDEPEND="nls? ( sys-devel/gettext )" |
27 | 28 |
DEPEND="sys-libs/zlib[${MULTILIB_USEDEP}]" |
... | ... | |
30 | 31 |
>=sys-devel/binutils-config-5 |
31 | 32 |
" |
32 | 33 | |
33 |
S="${WORKDIR}/${MY_P}" |
|
34 |
S="${WORKDIR}/${MY_P%_p?}" |
|
34 | 35 | |
35 | 36 |
MULTILIB_WRAPPED_HEADERS=( |
36 | 37 |
/usr/include/bfd.h |