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/lz4/
Date: Fri, 07 Sep 2018 19:04:31
Message-Id: 1536347053.12b3bb81c9cb4441b5bcc1b5741ae2bea05ac60d.slyfox@gentoo
1 commit: 12b3bb81c9cb4441b5bcc1b5741ae2bea05ac60d
2 Author: Rolf Eike Beer <eike <AT> sf-mail <DOT> de>
3 AuthorDate: Fri Sep 7 14:42:08 2018 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 7 19:04:13 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12b3bb81
7
8 app-arch/lz4: stable 1.8.2 for sparc, bug #665392
9
10 Package-Manager: Portage-2.3.40, Repoman-2.3.9
11 RepoMan-Options: --include-arches="sparc"
12
13 app-arch/lz4/lz4-1.8.2.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/app-arch/lz4/lz4-1.8.2.ebuild b/app-arch/lz4/lz4-1.8.2.ebuild
17 index cef640f3322..bdf44b981c5 100644
18 --- a/app-arch/lz4/lz4-1.8.2.ebuild
19 +++ b/app-arch/lz4/lz4-1.8.2.ebuild
20 @@ -11,7 +11,7 @@ if [[ ${PV} == 9999 ]]; then
21 EGIT_BRANCH=dev
22 else
23 SRC_URI="https://github.com/Cyan4973/lz4/archive/v${PV}.tar.gz -> ${P}.tar.gz"
24 - KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~amd64-linux ~x86-linux ~x64-macos"
25 + KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh sparc ~x86 ~amd64-fbsd ~amd64-linux ~x86-linux ~x64-macos"
26 fi
27
28 DESCRIPTION="Extremely Fast Compression algorithm"