Diff DBIx-Class-0.82.842 with a DBIx-Class-0.82.843

/usr/portage/dev-perl/DBIx-Class/DBIx-Class-0.82.843.ebuild 2023-10-09 14:52:29.840368359 +0300
1
# Copyright 1999-2020 Gentoo Authors
1
# Copyright 1999-2023 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4
EAPI=7
4
EAPI=8
5 5

  
6 6
DIST_AUTHOR=RIBASUSHI
7
DIST_VERSION=0.082842
7
DIST_VERSION=0.082843
8 8
DIST_EXAMPLES=("examples/*")
9 9
inherit perl-module
10 10

  
......
12 12

  
13 13
SLOT="0"
14 14
KEYWORDS="~amd64 ~x86"
15
IUSE="test admin admin-script deploy replicated"
16
RESTRICT="!test? ( test )"
15
IUSE="admin admin-script deploy replicated"
17 16

  
18 17
RDEPEND_MOOSE_BASIC="
19 18
	>=dev-perl/Moose-0.980.0
Thank you!