From 343a7272d559a21a0e0ed13cb743fabb2bfcc479 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Thu, 11 Jan 2018 09:12:41 +0000 Subject: gentoo resync : 11.01.2018 --- sys-apps/attr/files/attr-2.4.48-perl-5.26.patch | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 sys-apps/attr/files/attr-2.4.48-perl-5.26.patch (limited to 'sys-apps/attr/files') diff --git a/sys-apps/attr/files/attr-2.4.48-perl-5.26.patch b/sys-apps/attr/files/attr-2.4.48-perl-5.26.patch new file mode 100644 index 000000000000..6f3d2a22c140 --- /dev/null +++ b/sys-apps/attr/files/attr-2.4.48-perl-5.26.patch @@ -0,0 +1,23 @@ +... to fix test-suite failure with perl-5.26.0 + +Bug: https://bugzilla.redhat.com/1473853 +Upstream: http://lists.nongnu.org/archive/html/acl-devel/2017-07/msg00001.html +--- + test/run | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/test/run b/test/run +index 4b1f8d0..07e916c 100755 +--- a/test/run ++++ b/test/run +@@ -106,7 +106,7 @@ for (;;) { + if (defined $line) { + # Substitute %VAR and %{VAR} with environment variables. + $line =~ s[%(\w+)][$ENV{$1}]eg; +- $line =~ s[%{(\w+)}][$ENV{$1}]eg; ++ $line =~ s[%\{(\w+)}][$ENV{$1}]eg; + } + if (defined $line) { + if ($line =~ s/^\s*< ?//) { +-- +2.13.0 \ No newline at end of file -- cgit v1.2.3