Diff Compress-Raw-Zlib-2.202.0 with a Compress-Raw-Zlib-2.205.0
/usr/portage/perl-core/Compress-Raw-Zlib/Compress-Raw-Zlib-2.205.0.ebuild 2023-10-09 14:52:34.788368484 +0300 | ||
---|---|---|
1 |
# Copyright 1999-2022 Gentoo Authors |
|
1 |
# Copyright 1999-2023 Gentoo Authors |
|
2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
3 | 3 | |
4 | 4 |
EAPI=7 |
5 | 5 | |
6 | 6 |
DIST_AUTHOR=PMQS |
7 | 7 |
DIST_TEST=parallel |
8 |
DIST_VERSION=2.202 |
|
8 |
DIST_VERSION=2.205 |
|
9 | 9 |
inherit perl-module |
10 | 10 | |
11 | 11 |
DESCRIPTION="Low-Level Interface to zlib compression library" |
12 | 12 | |
13 | 13 |
SLOT="0" |
14 |
KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" |
|
14 |
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" |
|
15 | 15 | |
16 | 16 |
# We use the bundled version of zlib as the minimum version for the system copy |
17 | 17 |
# Check on bumps! Look in https://github.com/pmqs/Compress-Raw-Zlib/commits/master/zlib-src. |
18 |
RDEPEND=">=sys-libs/zlib-1.2.12" |
|
18 |
RDEPEND=">=sys-libs/zlib-1.2.13" |
|
19 | 19 |
DEPEND="${RDEPEND}" |
20 | 20 |
BDEPEND="virtual/perl-ExtUtils-MakeMaker" |
21 | 21 |