Diff Net-ARP-1.0.11 with a Net-ARP-1.0.12

/usr/portage/dev-perl/Net-ARP/Net-ARP-1.0.12.ebuild 2023-10-09 14:52:29.896368360 +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 4
EAPI=8
5 5

  
6 6
DIST_AUTHOR=CRAZYDJ
7
DIST_VERSION=1.0.11
8
DIST_A_EXT=tgz
7
DIST_VERSION=1.0.12
9 8
DIST_WIKI="tests"
10 9
inherit perl-module
11 10

  
......
13 12

  
14 13
SLOT="0"
15 14
KEYWORDS="~amd64"
16
IUSE=""
17 15

  
18 16
RDEPEND="dev-perl/Net-Pcap"
19 17
BDEPEND="${RDEPEND}"
......
24 22
)
25 23

  
26 24
src_prepare() {
27
	if [[ -z $TEST_ARP_IF ]]; then
25
	if [[ -z ${TEST_ARP_IF} ]]; then
28 26
		perl_rm_files t/send_packet.t
29 27
	fi
30 28
	perl -MDevel::PPPort -e 'Devel::PPPort::WriteFile();'
Thank you!