Diff physfs-3.0.2-r1 with a physfs-9999
/usr/portage/dev-games/physfs/physfs-9999.ebuild 2023-10-09 14:52:29.364368347 +0300 | ||
---|---|---|
1 |
# Copyright 1999-2022 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 | 6 |
inherit cmake-multilib |
7 | 7 | |
... | ... | |
12 | 12 |
EHG_REPO_URI="https://hg.icculus.org/icculus/physfs" |
13 | 13 |
inherit mercurial |
14 | 14 |
else |
15 |
KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~loong ppc64 ~riscv x86" |
|
15 |
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~ppc64 ~riscv ~x86" |
|
16 | 16 |
SRC_URI="https://icculus.org/physfs/downloads/${P}.tar.bz2" |
17 | 17 |
fi |
18 | 18 | |
... | ... | |
22 | 22 | |
23 | 23 |
BDEPEND="doc? ( app-doc/doxygen )" |
24 | 24 | |
25 |
PATCHES=( |
|
26 |
"${FILESDIR}"/GNUInstallDirs.patch |
|
27 |
) |
|
28 | ||
29 | 25 |
DOCS=( docs/CHANGELOG.txt docs/CREDITS.txt docs/TODO.txt ) |
30 | 26 | |
31 | 27 |
multilib_src_configure() { |