Diff palo-2.27 with a palo-9999
| /usr/portage/sys-boot/palo/palo-9999.ebuild 2025-09-11 18:21:06.065798221 +0300 | ||
|---|---|---|
| 7 | 7 | |
| 8 | 8 |
DESCRIPTION="PALO: PArisc Linux Loader" |
| 9 | 9 |
HOMEPAGE="https://parisc.wiki.kernel.org/ https://git.kernel.org/pub/scm/linux/kernel/git/deller/palo.git/" |
| 10 | ||
| 10 | 11 |
if [[ ${PV} == 9999 ]] ; then
|
| 11 | 12 |
EGIT_REPO_URI="https://git.kernel.org/pub/scm/linux/kernel/git/deller/palo.git" |
| 12 | 13 |
inherit git-r3 |
| ... | ... | |
| 19 | 20 |
SLOT="0" |
| 20 | 21 | |
| 21 | 22 |
PATCHES=( |
| 22 |
"${FILESDIR}"/${PN}-2.00-toolchain.patch
|
|
| 23 |
"${FILESDIR}"/${PN}-2.27-ipl-c17.patch # bug 961813
|
|
| 23 |
"${FILESDIR}"/${PN}-2.28-toolchain.patch
|
|
| 24 | 24 |
) |
| 25 | 25 | |
| 26 | 26 |
src_compile() {
|