Gentoo Archives: gentoo-commits

From: Arthur Zamarin <arthurzam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/genimage/
Date: Mon, 05 Sep 2022 16:49:36
Message-Id: 1662396557.3f9292f43f836c734648bdb6f82eeb7a142fe62c.arthurzam@gentoo
1 commit: 3f9292f43f836c734648bdb6f82eeb7a142fe62c
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 5 16:49:17 2022 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 5 16:49:17 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f9292f4
7
8 sys-fs/genimage: Keyword 16 arm64, #866602
9
10 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
11
12 sys-fs/genimage/genimage-16.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/sys-fs/genimage/genimage-16.ebuild b/sys-fs/genimage/genimage-16.ebuild
16 index 4a0e18372d87..f6075c09b021 100644
17 --- a/sys-fs/genimage/genimage-16.ebuild
18 +++ b/sys-fs/genimage/genimage-16.ebuild
19 @@ -10,7 +10,7 @@ if [[ ${PV} == *9999 ]]; then
20 EGIT_REPO_URI="https://github.com/pengutronix/genimage.git"
21 else
22 SRC_URI="https://github.com/pengutronix/genimage/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
23 - KEYWORDS="~amd64"
24 + KEYWORDS="~amd64 ~arm64"
25 fi
26
27 DESCRIPTION="Tool to generate multiple filesystem and flash images from a tree"