summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Fredric <kentnl@gentoo.org>2017-06-26 19:54:21 +1200
committerKent Fredric <kentnl@gentoo.org>2017-06-26 19:57:00 +1200
commit404cb8afa526bfbab581e14e46252a733de08268 (patch)
treed673aeb22f0b20fe09bdfb6a62b0818eee679e70 /dev-perl/File-NFSLock/File-NFSLock-1.270.0.ebuild
parentnet-libs/libmbim: keyword ~arm64 (diff)
downloadgentoo-404cb8afa526bfbab581e14e46252a733de08268.tar.gz
gentoo-404cb8afa526bfbab581e14e46252a733de08268.tar.bz2
gentoo-404cb8afa526bfbab581e14e46252a733de08268.zip
dev-perl/File-NFSLock: Fix for '.' in @INC re bug #615094
Fix use of 'do q[relativepath]' for 5.26 changes. Bug: https://bugs.gentoo.org/615094 Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'dev-perl/File-NFSLock/File-NFSLock-1.270.0.ebuild')
-rw-r--r--dev-perl/File-NFSLock/File-NFSLock-1.270.0.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/File-NFSLock/File-NFSLock-1.270.0.ebuild b/dev-perl/File-NFSLock/File-NFSLock-1.270.0.ebuild
index dcdb074d3fcc..6496e7a37fb1 100644
--- a/dev-perl/File-NFSLock/File-NFSLock-1.270.0.ebuild
+++ b/dev-perl/File-NFSLock/File-NFSLock-1.270.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -14,5 +14,5 @@ KEYWORDS="amd64 x86"
IUSE=""
DEPEND="virtual/perl-ExtUtils-MakeMaker"
-
+PATCHES=( "${FILESDIR}/${PN}"-1.27-no-dot-inc.patch )
SRC_TEST="do"