aboutsummaryrefslogtreecommitdiffstats
path: root/community/gotop/0001-logging-add-support-for-riscv64.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/gotop/0001-logging-add-support-for-riscv64.patch')
-rw-r--r--community/gotop/0001-logging-add-support-for-riscv64.patch18
1 files changed, 9 insertions, 9 deletions
diff --git a/community/gotop/0001-logging-add-support-for-riscv64.patch b/community/gotop/0001-logging-add-support-for-riscv64.patch
index eb3d2b7d5ed..67c7df631bd 100644
--- a/community/gotop/0001-logging-add-support-for-riscv64.patch
+++ b/community/gotop/0001-logging-add-support-for-riscv64.patch
@@ -1,21 +1,21 @@
-From 8360ec2b75d713267aed4cc2863a2b430105fb48 Mon Sep 17 00:00:00 2001
-From: Carlo Landmeter <clandmeter@alpinelinux.org>
-Date: Sun, 20 Jun 2021 21:07:44 +0000
+From 13c6acd6fe1f837e18f2835323cddcfa7d35bcde Mon Sep 17 00:00:00 2001
+From: Marvin Preuss <marvin@xsteadfastx.org>
+Date: Thu, 12 Aug 2021 13:13:17 +0200
Subject: [PATCH] logging: add support for riscv64
---
- logging/logging_other.go | 1 +
+ logging/logging_other.go | 2 +-
logging/logging_riscv64.go | 12 ++++++++++++
- 2 files changed, 13 insertions(+)
+ 2 files changed, 13 insertions(+), 1 deletion(-)
create mode 100644 logging/logging_riscv64.go
diff --git a/logging/logging_other.go b/logging/logging_other.go
-index e910821..d4234ce 100644
+index d7d75d5..21c88da 100644
--- a/logging/logging_other.go
+++ b/logging/logging_other.go
-@@ -1,4 +1,5 @@
- // +build linux,!arm64 openbsd,!arm64 freebsd darwin,!arm64
-+// +build linux,!riscv64 openbsd,!riscv64 freebsd darwin,!riscv64
+@@ -1,4 +1,4 @@
+-// +build linux,!arm64 openbsd,!arm64 freebsd darwin
++// +build linux,!arm64,!riscv64 openbsd,!arm64,!riscv64 freebsd,!riscv64 darwin,!riscv64
package logging