Diff Spreadsheet-XLSX-0.160.0 with a Spreadsheet-XLSX-0.170.0
/usr/portage/dev-perl/Spreadsheet-XLSX/Spreadsheet-XLSX-0.170.0.ebuild 2023-10-09 14:52:29.924368361 +0300 | ||
---|---|---|
1 |
# Copyright 1999-2021 Gentoo Authors |
|
1 |
# Copyright 1999-2022 Gentoo Authors |
|
2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
3 | 3 | |
4 | 4 |
EAPI=8 |
5 | 5 | |
6 | 6 |
DIST_AUTHOR=ASB |
7 |
DIST_VERSION=0.16 |
|
7 |
DIST_VERSION=0.17 |
|
8 | 8 |
inherit perl-module |
9 | 9 | |
10 | 10 |
DESCRIPTION="Perl extension for reading MS Excel 2007 files" |
11 | 11 | |
12 | 12 |
SLOT="0" |
13 |
KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~x86" |
|
13 |
KEYWORDS="~alpha amd64 ~arm64 ppc ~ppc64 ~riscv x86" |
|
14 | 14 | |
15 | 15 |
RDEPEND=" |
16 | 16 |
>=dev-perl/Archive-Zip-1.180.0 |
... | ... | |
18 | 18 |
" |
19 | 19 |
BDEPEND="${RDEPEND} |
20 | 20 |
virtual/perl-ExtUtils-MakeMaker |
21 |
test? ( dev-perl/Test-NoWarnings ) |
|
21 |
test? ( |
|
22 |
dev-perl/Test-NoWarnings |
|
23 |
dev-perl/Test-Warnings |
|
24 |
) |
|
22 | 25 |
" |