Gentoo Archives: gentoo-commits

From: "Anthony G. Basile" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/zstd/
Date: Mon, 31 Jul 2017 10:44:44
Message-Id: 1501497875.f125593ecb1104e9e20c57eafea5931eb42a03f2.blueness@gentoo
1 commit: f125593ecb1104e9e20c57eafea5931eb42a03f2
2 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jul 31 10:44:15 2017 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Mon Jul 31 10:44:35 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f125593e
7
8 app-arch/zstd: keyword ~mips
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.1
11
12 app-arch/zstd/zstd-1.1.3.ebuild | 2 +-
13 app-arch/zstd/zstd-1.2.0.ebuild | 2 +-
14 2 files changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/app-arch/zstd/zstd-1.1.3.ebuild b/app-arch/zstd/zstd-1.1.3.ebuild
17 index 8cb24df1de2..997d094a796 100644
18 --- a/app-arch/zstd/zstd-1.1.3.ebuild
19 +++ b/app-arch/zstd/zstd-1.1.3.ebuild
20 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/facebook/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
21
22 LICENSE="BSD"
23 SLOT="0"
24 -KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86"
25 +KEYWORDS="amd64 ~arm ~mips ~ppc ~ppc64 x86"
26 IUSE="static-libs"
27
28 src_compile() {
29
30 diff --git a/app-arch/zstd/zstd-1.2.0.ebuild b/app-arch/zstd/zstd-1.2.0.ebuild
31 index 098ef84d39f..f3a76665b7a 100644
32 --- a/app-arch/zstd/zstd-1.2.0.ebuild
33 +++ b/app-arch/zstd/zstd-1.2.0.ebuild
34 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/facebook/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
35
36 LICENSE="BSD"
37 SLOT="0"
38 -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
39 +KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~x86"
40 IUSE="static-libs"
41
42 src_compile() {