Gentoo Archives: gentoo-commits

From: Alexis Ballier <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/zstd/
Date: Sun, 09 Jul 2017 10:15:18
Message-Id: 1499595310.6a22640d230d10e9caf95f1529e647b3b9404836.aballier@gentoo
1 commit: 6a22640d230d10e9caf95f1529e647b3b9404836
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jul 9 10:14:41 2017 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 9 10:15:10 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a22640d
7
8 app-arch/zstd: keyword ~arm64
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.2
11
12 app-arch/zstd/zstd-1.2.0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/app-arch/zstd/zstd-1.2.0.ebuild b/app-arch/zstd/zstd-1.2.0.ebuild
16 index 81efe2c379f..098ef84d39f 100644
17 --- a/app-arch/zstd/zstd-1.2.0.ebuild
18 +++ b/app-arch/zstd/zstd-1.2.0.ebuild
19 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/facebook/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
20
21 LICENSE="BSD"
22 SLOT="0"
23 -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
24 +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
25 IUSE="static-libs"
26
27 src_compile() {