Diff sec-2.9.1 with a sec-2.9.2

/usr/portage/net-analyzer/sec/sec-2.9.2.ebuild 2023-10-09 14:52:33.336368447 +0300
1
# Copyright 1999-2022 Gentoo Authors
1
# Copyright 1999-2023 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=8
......
11 11
SLOT="0"
12 12
KEYWORDS="amd64 ~ppc x86 ~amd64-linux"
13 13

  
14
RDEPEND=">=dev-lang/perl-5.8.0
15
	virtual/perl-JSON-PP"
14
RDEPEND="
15
	>=dev-lang/perl-5.8.0
16
	virtual/perl-JSON-PP
17
"
16 18

  
17 19
src_install() {
18 20
	dobin sec
Thank you!