Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/zlib-ng/
Date: Sun, 02 Oct 2022 00:14:04
Message-Id: 1664669628.9bc0812587b6b6bdc2a281007d3c7a62d8c20d58.sam@gentoo
1 commit: 9bc0812587b6b6bdc2a281007d3c7a62d8c20d58
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 2 00:12:04 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 2 00:13:48 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9bc08125
7
8 sys-libs/zlib-ng: update EAPI 7 -> 8
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 sys-libs/zlib-ng/zlib-ng-2.0.6.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/sys-libs/zlib-ng/zlib-ng-2.0.6.ebuild b/sys-libs/zlib-ng/zlib-ng-2.0.6.ebuild
16 index 5abbd8a2ea61..4347d46652d3 100644
17 --- a/sys-libs/zlib-ng/zlib-ng-2.0.6.ebuild
18 +++ b/sys-libs/zlib-ng/zlib-ng-2.0.6.ebuild
19 @@ -1,7 +1,7 @@
20 # Copyright 1999-2022 Gentoo Authors
21 # Distributed under the terms of the GNU General Public License v2
22
23 -EAPI=7
24 +EAPI=8
25
26 inherit cmake
27
28 @@ -11,7 +11,7 @@ SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
29
30 LICENSE="ZLIB"
31 SLOT="0"
32 -#KEYWORDS="~amd64 ~x86"
33 +KEYWORDS="~amd64 ~x86"
34
35 CPU_USE=( cpu_flags_{x86_{avx2,sse2,ssse3,sse4a,pclmul},arm_{crc32,neon},ppc_vsx2} )
36 IUSE="compat ${CPU_USE[@]} test"