summaryrefslogtreecommitdiff
path: root/dev-perl/PathTools/PathTools-3.750.0.ebuild
blob: dd24e0469b5d32c94587d25c3bf23dc6a7adad16 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# Copyright 2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DIST_AUTHOR="XSAWYERX"
DIST_VERSION="3.75"
inherit perl-module

DESCRIPTION="Tools for working with directory and file names"

SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ppc64 ~riscv ~sparc ~x86"

RDEPEND="
	virtual/perl-Carp
	virtual/perl-Scalar-List-Utils
"
BDEPEND="
	${RDEPEND}
	virtual/perl-ExtUtils-MakeMaker
"

src_prepare() {
	# calls open() on nonexistent dir, #590084
	rm -f "t/cwd_enoent.t" || die
	default
}