diff options
author | Sam James <sam@gentoo.org> | 2024-08-27 22:03:54 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-08-27 22:03:54 +0100 |
commit | 039b4a84508838eac8d2c3bcda8cd03bd280db56 (patch) | |
tree | ccb7dd92f850a0534ac4b992243181df7507a6b2 /app-mobilephone | |
parent | dev-db/litecli: Stabilize 1.11.1 ALLARCHES, #938552 (diff) | |
download | gentoo-039b4a84508838eac8d2c3bcda8cd03bd280db56.tar.gz gentoo-039b4a84508838eac8d2c3bcda8cd03bd280db56.tar.bz2 gentoo-039b4a84508838eac8d2c3bcda8cd03bd280db56.zip |
app-mobilephone/heimdall: Stabilize 2.0.2 amd64, #938560
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-mobilephone')
-rw-r--r-- | app-mobilephone/heimdall/heimdall-2.0.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-mobilephone/heimdall/heimdall-2.0.2.ebuild b/app-mobilephone/heimdall/heimdall-2.0.2.ebuild index 7595551d2aa5..7e308dc208fe 100644 --- a/app-mobilephone/heimdall/heimdall-2.0.2.ebuild +++ b/app-mobilephone/heimdall/heimdall-2.0.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -7,7 +7,7 @@ inherit cmake udev if [[ ${PV} != 9999 ]]; then SRC_URI="https://git.sr.ht/~grimler/Heimdall/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~arm64" + KEYWORDS="amd64 ~arm64" S="${WORKDIR}/Heimdall-v${PV}" else inherit git-r3 |