summaryrefslogtreecommitdiff
path: root/app-portage/genlop/files/genlop-0.30.9-display.patch
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-03-27 06:06:27 +0000
committerV3n3RiX <venerix@redcorelinux.org>2021-03-27 06:06:27 +0000
commit8d5dbd847cbc704a6a06405856e94b461011afe3 (patch)
tree4d26462d027b14926335894749d2e01d982234d0 /app-portage/genlop/files/genlop-0.30.9-display.patch
parent5bb9ff1ee56d2b5e75e01a7f066d8b0cec84ec02 (diff)
gentoo resync : 27.03.2021
Diffstat (limited to 'app-portage/genlop/files/genlop-0.30.9-display.patch')
-rw-r--r--app-portage/genlop/files/genlop-0.30.9-display.patch26
1 files changed, 0 insertions, 26 deletions
diff --git a/app-portage/genlop/files/genlop-0.30.9-display.patch b/app-portage/genlop/files/genlop-0.30.9-display.patch
deleted file mode 100644
index cd9919ee3a27..000000000000
--- a/app-portage/genlop/files/genlop-0.30.9-display.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-From 76cb98e439c65b5ec8d32d809100a67c653e5635 Mon Sep 17 00:00:00 2001
-From: Paul Varner <fuzzyray@gentoo.org>
-Date: Mon, 21 Jan 2013 15:37:19 -0600
-Subject: [PATCH] Fix issue where genlop <pkg name> no longer displays merge
- information (Bug 453382).
-
----
- genlop | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/genlop b/genlop
-index 52af5ed..d5020eb 100755
---- a/genlop
-+++ b/genlop
-@@ -1127,7 +1127,7 @@ foreach my $ebuild_arg (@targets)
- }
- }
- }
-- if ($list_found or $ebuild_found or $time_found)
-+ if ($list_found or $ebuild_found or $time_found or !$info_found)
- {
- my $eb = $2;
- my $extra = $3 || "";
---
-1.8.1.1
-