Gentoo Archives: gentoo-commits

From: Fabian Groffen <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/lz4/
Date: Thu, 27 Dec 2018 18:48:48
Message-Id: 1545936510.2ca30a9ebd8e011b4285bea06d4eac01393adfcb.grobian@gentoo
1 commit: 2ca30a9ebd8e011b4285bea06d4eac01393adfcb
2 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
3 AuthorDate: Thu Dec 27 15:59:01 2018 +0000
4 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
5 CommitDate: Thu Dec 27 18:48:30 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ca30a9e
7
8 app-arch/lz4: added prefix keywords, bug #667266
9
10 Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>
11 Package-Manager: Portage-2.3.51, Repoman-2.3.11
12
13 app-arch/lz4/lz4-1.8.3.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/app-arch/lz4/lz4-1.8.3.ebuild b/app-arch/lz4/lz4-1.8.3.ebuild
17 index 0e01e4c39d3..64a1b32b6a9 100644
18 --- a/app-arch/lz4/lz4-1.8.3.ebuild
19 +++ b/app-arch/lz4/lz4-1.8.3.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 ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
26 fi
27
28 DESCRIPTION="Extremely Fast Compression algorithm"