Diff heimdall-2.0.2 with a heimdall-9999
/usr/portage/app-mobilephone/heimdall/heimdall-9999.ebuild 2023-10-09 14:52:28.828368333 +0300 | ||
---|---|---|
7 | 7 | |
8 | 8 |
if [[ ${PV} != 9999 ]]; then |
9 | 9 |
SRC_URI="https://git.sr.ht/~grimler/Heimdall/archive/v${PV}.tar.gz -> ${P}.tar.gz" |
10 |
KEYWORDS="~amd64 ~arm64" |
|
10 |
KEYWORDS="amd64 ~arm64" |
|
11 | 11 |
S="${WORKDIR}/Heimdall-v${PV}" |
12 | 12 |
else |
13 | 13 |
inherit git-r3 |