Diff melonds-jg-0.9.5 with a melonds-jg-9999
/usr/portage/games-emulation/melonds-jg/melonds-jg-9999.ebuild 2023-10-09 14:52:31.088368390 +0300 | ||
---|---|---|
1 |
# Copyright 2022-2023 Gentoo Authors |
|
1 |
# Copyright 2022 Gentoo Authors |
|
2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
3 | 3 | |
4 | 4 |
EAPI=8 |
... | ... | |
15 | 15 |
else |
16 | 16 |
SRC_URI="https://gitlab.com/jgemu/${MY_PN}/-/archive/${PV}/${MY_P}.tar.bz2" |
17 | 17 |
S="${WORKDIR}/${MY_P}" |
18 |
KEYWORDS="~amd64 ~arm64 ~x86" |
|
18 |
KEYWORDS="~amd64" |
|
19 | 19 |
fi |
20 | 20 | |
21 | 21 |
LICENSE="BSD-1 BSD-2 GPL-3+ MIT Unlicense public-domain" |
... | ... | |
33 | 33 |
virtual/pkgconfig |
34 | 34 |
" |
35 | 35 | |
36 |
PATCHES=( |
|
37 |
"${FILESDIR}"/${P}-format.patch |
|
38 |
"${FILESDIR}"/${P}-teakra-no-test_generator.patch # 914196 |
|
39 |
) |
|
40 | ||
41 | 36 |
src_compile() { |
42 | 37 |
emake -C jollygood \ |
43 | 38 |
CC="$(tc-getCC)" \ |