commit: 039b4a84508838eac8d2c3bcda8cd03bd280db56
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 27 21:03:54 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Aug 27 21:03:54 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=039b4a84
app-mobilephone/heimdall: Stabilize 2.0.2 amd64, #938560
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-mobilephone/heimdall/heimdall-2.0.2.ebuild | 4 ++--
1 file 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