Сравнение coldfire-0.3.1 с coldfire-0.3.1-r1
| /usr/portage/app-emulation/coldfire/coldfire-0.3.1-r1.ebuild 2023-10-09 14:52:28.720368331 +0300 | ||
|---|---|---|
| 1 |
# Copyright 1999-2020 Gentoo Authors |
|
| 1 |
# Copyright 1999-2023 Gentoo Authors |
|
| 2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
| 3 | 3 | |
| 4 |
EAPI=7 |
|
| 4 |
EAPI=8 |
|
| 5 | 5 | |
| 6 |
inherit toolchain-funcs |
|
| 6 |
inherit autotools toolchain-funcs |
|
| 7 | 7 | |
| 8 | 8 |
DESCRIPTION="Motorola Coldfire Emulator" |
| 9 | 9 |
HOMEPAGE="http://www.slicer.ca/coldfire/" |
| ... | ... | |
| 12 | 12 |
LICENSE="GPL-2" |
| 13 | 13 |
SLOT="0" |
| 14 | 14 |
KEYWORDS="~amd64 ~ppc ~x86" |
| 15 |
IUSE="" |
|
| 16 | 15 | |
| 17 |
DEPEND="sys-libs/ncurses:0= |
|
| 18 |
sys-libs/readline:0=" |
|
| 16 |
DEPEND=" |
|
| 17 |
sys-libs/ncurses:0= |
|
| 18 |
sys-libs/readline:0= |
|
| 19 |
" |
|
| 19 | 20 | |
| 20 | 21 |
PATCHES=( |
| 21 | 22 |
"${FILESDIR}"/${P}-build.patch
|
| 22 | 23 |
"${FILESDIR}"/${P}-headers.patch
|
| 23 | 24 |
"${FILESDIR}"/${P}-ld.patch
|
| 24 | 25 |
"${FILESDIR}"/${P}-no-common.patch
|
| 26 |
"${FILESDIR}"/${P}-implicit-function-declarations.patch
|
|
| 25 | 27 |
) |
| 26 | 28 | |
| 27 | 29 |
src_prepare() {
|
| 28 | 30 |
default |
| 31 |
eautoreconf |
|
| 29 | 32 | |
| 30 | 33 |
tc-export LD |
| 31 | 34 |
} |