summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Fredric <kentnl@gentoo.org>2017-06-09 10:44:58 +1200
committerKent Fredric <kentnl@gentoo.org>2017-06-09 11:11:29 +1200
commit2b1fb180623644ac8747e08e5255840f672d65c9 (patch)
treedc7cfeed96477fcb5dd26a7df6265f7b3305b5fb /dev-perl/Sys-Virt/Sys-Virt-1.2.9.ebuild
parentnet-dialup/freeradius: Security bump to v3.0.14 (bug #620186) (diff)
downloadgentoo-2b1fb180623644ac8747e08e5255840f672d65c9.tar.gz
gentoo-2b1fb180623644ac8747e08e5255840f672d65c9.tar.bz2
gentoo-2b1fb180623644ac8747e08e5255840f672d65c9.zip
dev-perl/Sys-Virt: Patch for '.' in @INC re bug #613584
This patches configure on all versions so that the "do $file" line still works as upstream intended on Perl 5.26 Bug: https://bugs.gentoo.org/613584 Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'dev-perl/Sys-Virt/Sys-Virt-1.2.9.ebuild')
-rw-r--r--dev-perl/Sys-Virt/Sys-Virt-1.2.9.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/Sys-Virt/Sys-Virt-1.2.9.ebuild b/dev-perl/Sys-Virt/Sys-Virt-1.2.9.ebuild
index 5f7a4c1f157a..c1ce63b56f79 100644
--- a/dev-perl/Sys-Virt/Sys-Virt-1.2.9.ebuild
+++ b/dev-perl/Sys-Virt/Sys-Virt-1.2.9.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -20,7 +20,7 @@ DEPEND="${RDEPEND}
dev-perl/XML-XPath
virtual/perl-Time-HiRes
)"
-
+PATCHES=( "${FILESDIR}/no-dot-inc.patch" )
SRC_TEST="do"
src_compile() {