summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2017-06-28 00:54:58 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2017-06-28 00:54:58 +0200
commit1105187fc65d8bf643e682fcef39620dcfd9326a (patch)
tree2ea293f032e3887658f93419edd51d38f0c7666b /dev-util/intltool/files
parentapp-admin/keepassxc: Removed old. (diff)
downloadgentoo-1105187fc65d8bf643e682fcef39620dcfd9326a.tar.gz
gentoo-1105187fc65d8bf643e682fcef39620dcfd9326a.tar.bz2
gentoo-1105187fc65d8bf643e682fcef39620dcfd9326a.zip
dev-util/intltool: Revision bump for bug 614698
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'dev-util/intltool/files')
-rw-r--r--dev-util/intltool/files/intltool-0.51.0-perl-5.26.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/dev-util/intltool/files/intltool-0.51.0-perl-5.26.patch b/dev-util/intltool/files/intltool-0.51.0-perl-5.26.patch
new file mode 100644
index 000000000000..4af2ed8647e9
--- /dev/null
+++ b/dev-util/intltool/files/intltool-0.51.0-perl-5.26.patch
@@ -0,0 +1,12 @@
+diff -ruN intltool-0.51.0.orig/intltool-update.in intltool-0.51.0/intltool-update.in
+--- intltool-0.51.0.orig/intltool-update.in 2017-06-28 00:47:20.889269294 +0200
++++ intltool-0.51.0/intltool-update.in 2017-06-28 00:48:14.592271529 +0200
+@@ -1068,7 +1068,7 @@
+ my $untouched = $1;
+ my $sub = "";
+ # Ignore recursive definitions of variables
+- $sub = $varhash{$2} if defined $varhash{$2} and $varhash{$2} !~ /\${?$2}?/;
++ $sub = $varhash{$2} if defined $varhash{$2} and $varhash{$2} !~ /\$\{?$2}?/;
+
+ return SubstituteVariable ("$untouched$sub$rest");
+ }