summaryrefslogtreecommitdiff
path: root/app-portage/genlop/files/genlop-0.30.10-sync.patch
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
committerV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
commit4f2d7949f03e1c198bc888f2d05f421d35c57e21 (patch)
treeba5f07bf3f9d22d82e54a462313f5d244036c768 /app-portage/genlop/files/genlop-0.30.10-sync.patch
reinit the tree, so we can have metadata
Diffstat (limited to 'app-portage/genlop/files/genlop-0.30.10-sync.patch')
-rw-r--r--app-portage/genlop/files/genlop-0.30.10-sync.patch26
1 files changed, 26 insertions, 0 deletions
diff --git a/app-portage/genlop/files/genlop-0.30.10-sync.patch b/app-portage/genlop/files/genlop-0.30.10-sync.patch
new file mode 100644
index 000000000000..8c798dddd18a
--- /dev/null
+++ b/app-portage/genlop/files/genlop-0.30.10-sync.patch
@@ -0,0 +1,26 @@
+From 46eb6a5a9a90049920ea84018b69b643c2809bfa Mon Sep 17 00:00:00 2001
+From: Paul Varner <fuzzyray@gentoo.org>
+Date: Thu, 19 Feb 2015 09:46:47 -0600
+Subject: [PATCH] Fix genlop -r to work with new Portage sync code. (Bug
+ 540050)
+
+---
+ genlop | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/genlop b/genlop
+index e36c678..4e0faf0 100755
+--- a/genlop
++++ b/genlop
+@@ -968,7 +968,7 @@ sub rsync() {
+ my $handle;
+ open_file($_, \$handle);
+ while(<$handle>) {
+- if ($_ =~ m/^(.*?)\: \=\=\= Sync completed with/) {
++ if ($_ =~ m/^(.*?)\: \=\=\= Sync completed/) {
+ if ($date_found) {
+ if (datecompare($1) <= 0) {
+ next;
+--
+2.3.0
+