Diff GooCanvas2-CairoTypes-0.1.0 with a GooCanvas2-CairoTypes-0.1.0-r1

/usr/portage/dev-perl/GooCanvas2-CairoTypes/GooCanvas2-CairoTypes-0.1.0-r1.ebuild 2023-10-09 14:52:29.868368360 +0300
1
# Copyright 1999-2021 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=ASOKOLOV
7 7
DIST_VERSION=0.001
......
11 11

  
12 12
SLOT="0"
13 13
KEYWORDS="amd64 ~riscv x86"
14
IUSE="test"
15
RESTRICT="!test? ( test )"
16 14

  
17 15
RDEPEND="
18
	x11-libs/goocanvas:2.0[introspection]
19 16
	dev-perl/Cairo
20 17
	dev-perl/glib-perl
21 18
	dev-perl/Gtk3
19
	x11-libs/cairo
20
	x11-libs/goocanvas:2.0[introspection]
22 21
"
23 22
BDEPEND="${RDEPEND}
24 23
	dev-perl/ExtUtils-Depends
Thank you!