Сравнение exfatprogs-1.1.3 с exfatprogs-1.2.0
/usr/portage/sys-fs/exfatprogs/exfatprogs-1.2.0.ebuild 2023-10-09 14:52:35.508368502 +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 |
DESCRIPTION="Userspace utilities for new exfat filesystem (kernel 5.7+)" |
7 | 7 |
HOMEPAGE="https://github.com/exfatprogs/exfatprogs" |
8 |
if [[ "${PV}" == *9999 ]] ; then |
|
8 | ||
9 |
if [[ ${PV} == *9999 ]] ; then |
|
9 | 10 |
inherit autotools git-r3 |
10 | 11 |
EGIT_REPO_URI="https://github.com/exfatprogs/exfatprogs.git" |
11 | 12 |
else |
12 | 13 |
SRC_URI="https://github.com/${PN}/${PN}/releases/download/${PV}/${P}.tar.xz" |
13 |
KEYWORDS="amd64 ~loong ppc ppc64 ~riscv x86" |
|
14 |
KEYWORDS="amd64 ~arm64 ~loong ppc ppc64 ~riscv x86" |
|
14 | 15 |
fi |
15 | 16 |
LICENSE="GPL-2" |
16 | 17 |
SLOT="0" |
17 | 18 | |
18 |
IUSE="" |
|
19 | ||
20 | 19 |
RDEPEND="!sys-fs/exfat-utils" |
21 | 20 | |
22 | 21 |
src_prepare() { |
23 | 22 |
default |
24 |
[[ "${PV}" == *9999 ]] && eautoreconf |
|
23 | ||
24 |
[[ ${PV} == *9999 ]] && eautoreconf |
|
25 | 25 |
} |