Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/buildah/
Date: Sat, 29 Aug 2020 22:45:06
Message-Id: 1598741061.97835629f4c43ca8e0ab43227184472da562ca0c.sam@gentoo
1 commit: 97835629f4c43ca8e0ab43227184472da562ca0c
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Aug 29 22:44:21 2020 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat Aug 29 22:44:21 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97835629
7
8 app-emulation/buildah: arm64 keyworded (bug #739132)
9
10 Package-Manager: Portage-3.0.4, Repoman-3.0.1
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 app-emulation/buildah/buildah-1.15.1.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/app-emulation/buildah/buildah-1.15.1.ebuild b/app-emulation/buildah/buildah-1.15.1.ebuild
17 index dc0c95b6973..ef3db50fcac 100644
18 --- a/app-emulation/buildah/buildah-1.15.1.ebuild
19 +++ b/app-emulation/buildah/buildah-1.15.1.ebuild
20 @@ -4,7 +4,7 @@
21 EAPI=7
22 inherit bash-completion-r1 go-module
23
24 -KEYWORDS="~amd64"
25 +KEYWORDS="~amd64 ~arm64"
26 DESCRIPTION="A tool that facilitates building OCI images"
27 HOMEPAGE="https://github.com/containers/buildah"
28 LICENSE="Apache-2.0 BSD BSD-2 CC-BY-SA-4.0 ISC MIT MPL-2.0"