Diff heimdall-2.0.1 with a heimdall-2.0.2
/usr/portage/app-mobilephone/heimdall/heimdall-2.0.2.ebuild 2023-10-09 14:52:28.828368333 +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 | 4 |
EAPI=8 |
... | ... | |
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 |
... | ... | |
50 | 50 |
pkg_postinst() { |
51 | 51 |
udev_reload |
52 | 52 |
} |
53 | ||
54 |
pkg_postrm() { |
|
55 |
udev_reload |
|
56 |
} |