Gentoo Archives: gentoo-commits

From: Tobias Klausmann <klausman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/zstd/
Date: Fri, 23 Feb 2018 09:41:11
Message-Id: 1519378862.4775c722ae29d2c71dd717ef8f1a281e658adcac.klausman@gentoo
1 commit: 4775c722ae29d2c71dd717ef8f1a281e658adcac
2 Author: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
3 AuthorDate: Fri Feb 23 09:40:38 2018 +0000
4 Commit: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
5 CommitDate: Fri Feb 23 09:41:02 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4775c722
7
8 app-arch/zstd: Mark versions stable/testing like amd64
9
10 This is to support having btrfs-progs stable and up-to-date on alpha, so
11 btrfs-progs can be included in the install ISO.
12
13 Package-Manager: Portage-2.3.24, Repoman-2.3.6
14
15 app-arch/zstd/zstd-1.3.2.ebuild | 4 ++--
16 app-arch/zstd/zstd-1.3.3.ebuild | 2 +-
17 2 files changed, 3 insertions(+), 3 deletions(-)
18
19 diff --git a/app-arch/zstd/zstd-1.3.2.ebuild b/app-arch/zstd/zstd-1.3.2.ebuild
20 index 625a3da6568..3daa6d7d0ad 100644
21 --- a/app-arch/zstd/zstd-1.3.2.ebuild
22 +++ b/app-arch/zstd/zstd-1.3.2.ebuild
23 @@ -1,4 +1,4 @@
24 -# Copyright 1999-2017 Gentoo Foundation
25 +# Copyright 1999-2018 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27
28 EAPI=6
29 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/facebook/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
30
31 LICENSE="|| ( BSD GPL-2 )"
32 SLOT="0/1"
33 -KEYWORDS="amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~sparc x86"
34 +KEYWORDS="alpha amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~sparc x86"
35 IUSE="static-libs"
36
37 RDEPEND="app-arch/xz-utils"
38
39 diff --git a/app-arch/zstd/zstd-1.3.3.ebuild b/app-arch/zstd/zstd-1.3.3.ebuild
40 index 6ecde2a7ad6..63e5ab86411 100644
41 --- a/app-arch/zstd/zstd-1.3.3.ebuild
42 +++ b/app-arch/zstd/zstd-1.3.3.ebuild
43 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/facebook/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
44
45 LICENSE="|| ( BSD GPL-2 )"
46 SLOT="0/1"
47 -KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
48 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
49 IUSE="static-libs"
50
51 RDEPEND="app-arch/xz-utils"