Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/lz4/
Date: Sun, 09 Sep 2018 01:12:24
Message-Id: 1536455509.2393fb21384d0de0fe26c1687d7116317fc93139.whissi@gentoo
1 commit: 2393fb21384d0de0fe26c1687d7116317fc93139
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 9 01:04:06 2018 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 9 01:11:49 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2393fb21
7
8 app-arch/lz4: x86 stable (bug #665392)
9
10 Package-Manager: Portage-2.3.49, Repoman-2.3.10
11
12 app-arch/lz4/lz4-1.8.2.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/app-arch/lz4/lz4-1.8.2.ebuild b/app-arch/lz4/lz4-1.8.2.ebuild
16 index 6120f838172..6359c3f1389 100644
17 --- a/app-arch/lz4/lz4-1.8.2.ebuild
18 +++ b/app-arch/lz4/lz4-1.8.2.ebuild
19 @@ -11,7 +11,7 @@ if [[ ${PV} == 9999 ]]; then
20 EGIT_BRANCH=dev
21 else
22 SRC_URI="https://github.com/Cyan4973/lz4/archive/v${PV}.tar.gz -> ${P}.tar.gz"
23 - KEYWORDS="~alpha amd64 ~arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc ~x86 ~amd64-fbsd ~amd64-linux ~x86-linux ~x64-macos"
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 fi
26
27 DESCRIPTION="Extremely Fast Compression algorithm"