Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-mobilephone/heimdall/
Date: Thu, 26 May 2022 12:58:20
Message-Id: 1653569885.545f07b784286ea008732c33b537d46465e2bdcc.juippis@gentoo
1 commit: 545f07b784286ea008732c33b537d46465e2bdcc
2 Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 26 12:57:30 2022 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Thu May 26 12:58:05 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=545f07b7
7
8 app-mobilephone/heimdall: reset keywords for a version bump 2.0.1
9
10 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
11
12 app-mobilephone/heimdall/heimdall-2.0.1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/app-mobilephone/heimdall/heimdall-2.0.1.ebuild b/app-mobilephone/heimdall/heimdall-2.0.1.ebuild
16 index b1c61d9f7b06..38bb0affc58e 100644
17 --- a/app-mobilephone/heimdall/heimdall-2.0.1.ebuild
18 +++ b/app-mobilephone/heimdall/heimdall-2.0.1.ebuild
19 @@ -7,7 +7,7 @@ inherit cmake udev
20
21 if [[ ${PV} != 9999 ]]; then
22 SRC_URI="https://git.sr.ht/~grimler/Heimdall/archive/v${PV}.tar.gz -> ${P}.tar.gz"
23 - KEYWORDS="amd64 ~arm64"
24 + KEYWORDS="~amd64 ~arm64"
25 S="${WORKDIR}/Heimdall-v${PV}"
26 else
27 inherit git-r3