Gentoo Archives: gentoo-commits

From: Arthur Zamarin <arthurzam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-mobilephone/heimdall/
Date: Tue, 10 May 2022 20:06:10
Message-Id: 1652213153.5d08729c7efe2405b5628071c521bd917243e22c.arthurzam@gentoo
1 commit: 5d08729c7efe2405b5628071c521bd917243e22c
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 10 20:05:53 2022 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Tue May 10 20:05:53 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d08729c
7
8 app-mobilephone/heimdall: Keyword 1.4.2-r1 arm64, #842819
9
10 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
11
12 app-mobilephone/heimdall/heimdall-1.4.2-r1.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/app-mobilephone/heimdall/heimdall-1.4.2-r1.ebuild b/app-mobilephone/heimdall/heimdall-1.4.2-r1.ebuild
16 index 9bd4e13eb6db..231109f885a2 100644
17 --- a/app-mobilephone/heimdall/heimdall-1.4.2-r1.ebuild
18 +++ b/app-mobilephone/heimdall/heimdall-1.4.2-r1.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2021 Gentoo Authors
21 +# Copyright 1999-2022 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=7
25 @@ -7,7 +7,7 @@ inherit cmake udev
26
27 if [[ ${PV} != 9999 ]]; then
28 SRC_URI="https://github.com/Benjamin-Dobell/Heimdall/archive/v${PV}.tar.gz -> ${P}.tar.gz"
29 - KEYWORDS="amd64"
30 + KEYWORDS="amd64 ~arm64"
31 S="${WORKDIR}/Heimdall-${PV}"
32 else
33 inherit git-r3