Gentoo Archives: gentoo-commits

From: Guilherme Amadio <amadio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/lz4/
Date: Fri, 16 Aug 2019 14:35:47
Message-Id: 1565965067.d4c4c77c50cda3032e8e4a3324971c1586881976.amadio@gentoo
1 commit: d4c4c77c50cda3032e8e4a3324971c1586881976
2 Author: Guilherme Amadio <amadio <AT> gentoo <DOT> org>
3 AuthorDate: Fri Aug 16 13:47:49 2019 +0000
4 Commit: Guilherme Amadio <amadio <AT> gentoo <DOT> org>
5 CommitDate: Fri Aug 16 14:17:47 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4c4c77c
7
8 app-arch/lz4: update live ebuild
9
10 Package-Manager: Portage-2.3.71, Repoman-2.3.17
11 Signed-off-by: Guilherme Amadio <amadio <AT> gentoo.org>
12
13 app-arch/lz4/lz4-9999.ebuild | 8 ++++----
14 1 file changed, 4 insertions(+), 4 deletions(-)
15
16 diff --git a/app-arch/lz4/lz4-9999.ebuild b/app-arch/lz4/lz4-9999.ebuild
17 index 267436933da..f68caa90b67 100644
18 --- a/app-arch/lz4/lz4-9999.ebuild
19 +++ b/app-arch/lz4/lz4-9999.ebuild
20 @@ -1,7 +1,7 @@
21 -# Copyright 1999-2016 Gentoo Foundation
22 +# Copyright 1999-2019 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 -EAPI=6
26 +EAPI=7
27
28 inherit cmake-multilib
29
30 @@ -11,7 +11,7 @@ if [[ ${PV} == 9999 ]]; then
31 EGIT_BRANCH=dev
32 else
33 SRC_URI="https://github.com/Cyan4973/lz4/archive/v${PV}.tar.gz -> ${P}.tar.gz"
34 - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux"
35 + 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"
36 fi
37
38 DESCRIPTION="Extremely Fast Compression algorithm"
39 @@ -19,7 +19,7 @@ HOMEPAGE="https://github.com/lz4/lz4"
40
41 LICENSE="BSD-2 GPL-2"
42 # https://abi-laboratory.pro/tracker/timeline/lz4/
43 -SLOT="0/r131"
44 +SLOT="0/r132"
45 IUSE="static-libs"
46
47 CMAKE_USE_DIR=${S}/contrib/cmake_unofficial