Diff YAML-Tiny-1.740.0 with a YAML-Tiny-1.760.0
/usr/portage/dev-perl/YAML-Tiny/YAML-Tiny-1.760.0.ebuild 2025-02-03 17:39:32.858667027 +0300 | ||
---|---|---|
1 |
# Copyright 1999-2023 Gentoo Authors |
|
1 |
# Copyright 1999-2025 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=ETHER |
7 |
DIST_VERSION=1.74 |
|
7 |
DIST_VERSION=1.76 |
|
8 | 8 |
inherit perl-module |
9 | 9 | |
10 | 10 |
DESCRIPTION="Read/Write YAML files with as little code as possible" |
11 | 11 | |
12 | 12 |
SLOT="0" |
13 |
KEYWORDS="~alpha amd64 arm arm64 hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" |
|
13 |
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" |
|
14 | 14 |
IUSE="minimal" |
15 | 15 | |
16 | 16 |
RDEPEND=" |
... | ... | |
18 | 18 |
virtual/perl-Exporter |
19 | 19 |
virtual/perl-Scalar-List-Utils |
20 | 20 |
" |
21 |
BDEPEND="${RDEPEND} |
|
21 |
BDEPEND=" |
|
22 |
${RDEPEND} |
|
22 | 23 |
virtual/perl-ExtUtils-MakeMaker |
23 | 24 |
test? ( |
24 | 25 |
!minimal? ( |