Diff DateTime-Calendar-Julian-0.104.0 with a DateTime-Calendar-Julian-0.106.0

/usr/portage/dev-perl/DateTime-Calendar-Julian/DateTime-Calendar-Julian-0.106.0.ebuild 2023-10-09 14:52:29.844368359 +0300
1 1
# Copyright 1999-2021 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=WYANT
7
DIST_VERSION=0.104
7
DIST_VERSION=0.106
8 8
inherit perl-module
9 9

  
10 10
DESCRIPTION="Dates in the Julian calendar"
11 11
SLOT="0"
12
KEYWORDS="amd64 ~arm ~arm64 ~ppc ~x86"
13
IUSE="test"
14
RESTRICT="!test? ( test )"
12
KEYWORDS="amd64 ~arm ~arm64 ~ppc ~riscv ~x86"
15 13

  
16 14
RDEPEND="
17 15
	>=dev-perl/DateTime-0.80.0
Thank you!