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/skopeo/
Date: Sat, 29 Aug 2020 22:45:05
Message-Id: 1598741051.14be38c9cc6fb480986aa5ca7d23c5401df63b9b.sam@gentoo
1 commit: 14be38c9cc6fb480986aa5ca7d23c5401df63b9b
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Aug 29 22:44:11 2020 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat Aug 29 22:44:11 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14be38c9
7
8 app-emulation/skopeo: 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/skopeo/skopeo-1.1.0.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/app-emulation/skopeo/skopeo-1.1.0.ebuild b/app-emulation/skopeo/skopeo-1.1.0.ebuild
17 index 80f88e4f1c1..7a625ebb1c5 100644
18 --- a/app-emulation/skopeo/skopeo-1.1.0.ebuild
19 +++ b/app-emulation/skopeo/skopeo-1.1.0.ebuild
20 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/containers/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.g
21
22 LICENSE="Apache-2.0 BSD BSD-2 CC-BY-SA-4.0 ISC MIT"
23 SLOT="0"
24 -KEYWORDS="~amd64"
25 +KEYWORDS="~amd64 ~arm64"
26 IUSE="btrfs"
27
28 COMMON_DEPEND=">=app-crypt/gpgme-1.5.5:=