summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2022-09-05 19:49:19 +0300
committerArthur Zamarin <arthurzam@gentoo.org>2022-09-05 19:49:19 +0300
commit5a6ba1bbb147d352237fa23eb27747cff4d3419b (patch)
tree39b5b97ab6312577b5564f41b2a992261f2162fa
parentsys-fs/genimage: Keyword 16 arm64, #866602 (diff)
downloadgentoo-5a6ba1bbb147d352237fa23eb27747cff4d3419b.tar.gz
gentoo-5a6ba1bbb147d352237fa23eb27747cff4d3419b.tar.bz2
gentoo-5a6ba1bbb147d352237fa23eb27747cff4d3419b.zip
sys-fs/genimage: Keyword 16 arm, #866602
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
-rw-r--r--sys-fs/genimage/genimage-16.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-fs/genimage/genimage-16.ebuild b/sys-fs/genimage/genimage-16.ebuild
index f6075c09b021..97a1f74c0a7d 100644
--- a/sys-fs/genimage/genimage-16.ebuild
+++ b/sys-fs/genimage/genimage-16.ebuild
@@ -10,7 +10,7 @@ if [[ ${PV} == *9999 ]]; then
EGIT_REPO_URI="https://github.com/pengutronix/genimage.git"
else
SRC_URI="https://github.com/pengutronix/genimage/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~amd64 ~arm64"
+ KEYWORDS="~amd64 ~arm ~arm64"
fi
DESCRIPTION="Tool to generate multiple filesystem and flash images from a tree"