Diff f3-8.0 with a f3-8.0-r1
/usr/portage/sys-block/f3/f3-8.0-r1.ebuild 2023-10-09 14:52:35.436368500 +0300 | ||
---|---|---|
1 |
# Copyright 1999-2021 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 flag-o-matic toolchain-funcs |
7 | 7 | |
8 | 8 |
DESCRIPTION="Utilities to detect broken or counterfeit flash storage" |
9 |
HOMEPAGE="http://oss.digirati.com.br/f3/ https://github.com/AltraMayor/f3" |
|
10 | ||
11 |
PATCHES=( |
|
12 |
) |
|
9 |
HOMEPAGE="https://github.com/AltraMayor/f3" |
|
13 | 10 | |
14 | 11 |
if [[ ${PV} == "9999" ]]; then |
15 | 12 |
EGIT_REPO_URI="https://github.com/AltraMayor/${PN}.git" |
16 | ||
17 |
PATCHES=() |
|
18 | ||
19 | 13 |
inherit git-r3 |
20 | 14 |
else |
21 | 15 |
SRC_URI="https://github.com/AltraMayor/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" |
22 |
KEYWORDS="amd64 ~arm ~arm64 x86" |
|
16 |
KEYWORDS="~amd64 ~arm ~arm64 ~x86" |
|
23 | 17 |
fi |
24 | 18 | |
25 | 19 |
LICENSE="GPL-3+" |
26 | 20 |
SLOT="0" |
27 | ||
28 | 21 |
IUSE="extra" |
29 | 22 | |
30 | 23 |
RDEPEND="elibc_musl? ( sys-libs/argp-standalone )" |