Diff binutils-2.45.1 with a binutils-2.46.0
| /usr/portage/sys-devel/binutils/binutils-2.46.0.ebuild 2026-03-17 11:46:09.042636501 +0300 | ||
|---|---|---|
| 20 | 20 |
# for the patchsets |
| 21 | 21 | |
| 22 | 22 |
PATCH_VER=1 |
| 23 |
PATCH_DEV=sam |
|
| 23 |
PATCH_DEV=dilfridge |
|
| 24 | 24 | |
| 25 | 25 |
if [[ ${PV} == 9999 ]]; then
|
| 26 | 26 |
inherit git-r3 |
| ... | ... | |
| 92 | 92 |
" |
| 93 | 93 |
EGIT_CHECKOUT_DIR=${WORKDIR}/patches-git
|
| 94 | 94 |
git-r3_src_unpack |
| 95 |
mv patches-git/9999 patch || die |
|
| 96 | 95 | |
| 97 | 96 |
if [[ ${PV} != 9999 ]] ; then
|
| 98 | 97 |
EGIT_BRANCH=binutils-$(ver_cut 1)_$(ver_cut 2)-branch |
| 98 |
mv patches-git/${PV%*.9999} patch || die
|
|
| 99 |
else |
|
| 100 |
mv patches-git/9999 patch || die |
|
| 99 | 101 |
fi |
| 100 | 102 |
EGIT_REPO_URI=" |
| 101 | 103 |
https://sourceware.org/git/binutils-gdb.git |