Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/zstd/
Date: Sun, 10 Jun 2018 18:14:28
Message-Id: 1528654445.ac4a3ce58b4d1ef0a5e3b38686165c4e418940de.slyfox@gentoo
1 commit: ac4a3ce58b4d1ef0a5e3b38686165c4e418940de
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jun 10 18:00:38 2018 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sun Jun 10 18:14:05 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac4a3ce5
7
8 app-arch/zstd: stable 1.3.2 for ia64, bug #657574
9
10 Bug: https://bugs.gentoo.org/657574
11 Package-Manager: Portage-2.3.40, Repoman-2.3.9
12 RepoMan-Options: --include-arches="ia64"
13
14 app-arch/zstd/zstd-1.3.2.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/app-arch/zstd/zstd-1.3.2.ebuild b/app-arch/zstd/zstd-1.3.2.ebuild
18 index 138870ce113..6231db5a286 100644
19 --- a/app-arch/zstd/zstd-1.3.2.ebuild
20 +++ b/app-arch/zstd/zstd-1.3.2.ebuild
21 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/facebook/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
22
23 LICENSE="|| ( BSD GPL-2 )"
24 SLOT="0/1"
25 -KEYWORDS="alpha amd64 arm ~arm64 ~ia64 ~mips ppc ppc64 ~sparc x86"
26 +KEYWORDS="alpha amd64 arm ~arm64 ia64 ~mips ppc ppc64 ~sparc x86"
27 IUSE="static-libs"
28
29 RDEPEND="app-arch/xz-utils"