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/libpod/
Date: Sat, 29 Aug 2020 22:45:05
Message-Id: 1598741041.c564d613f980f2ac35a2e0f625dbd2e4190ea623.sam@gentoo
1 commit: c564d613f980f2ac35a2e0f625dbd2e4190ea623
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Aug 29 22:44:01 2020 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat Aug 29 22:44:01 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c564d613
7
8 app-emulation/libpod: 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/libpod/libpod-2.0.4.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/app-emulation/libpod/libpod-2.0.4.ebuild b/app-emulation/libpod/libpod-2.0.4.ebuild
17 index a5572a93cf7..0454872e121 100644
18 --- a/app-emulation/libpod/libpod-2.0.4.ebuild
19 +++ b/app-emulation/libpod/libpod-2.0.4.ebuild
20 @@ -15,7 +15,7 @@ SRC_URI="https://github.com/containers/podman/archive/v${PV}.tar.gz -> ${MY_P}.t
21 LICENSE="Apache-2.0 BSD BSD-2 CC-BY-SA-4.0 ISC MIT MPL-2.0"
22 SLOT="0"
23
24 -KEYWORDS="~amd64"
25 +KEYWORDS="~amd64 ~arm64"
26 IUSE="apparmor btrfs +fuse +rootless selinux"
27 RESTRICT="test"