[www-apps/gitea] bump to 1.10.0_rc2 as continuation from PR 12597 on gentoo/gentoo

This commit is contained in:
2019-11-01 02:40:17 +01:00
parent 0cefd5d044
commit 3a0ff59d53
6 changed files with 203 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
diff --git a/modules/log/flags.go b/modules/log/flags.go
index 992fc62..5578a1b 100644
--- a/modules/log/flags.go
+++ b/modules/log/flags.go
@@ -31,7 +31,7 @@ const (
Lmedfile = Lshortfile | Llongfile
// LstdFlags is the initial value for the standard logger
- LstdFlags = Ldate | Ltime | Lmedfile | Lshortfuncname | Llevelinitial
+ LstdFlags = Ldate | Ltime | Llevelinitial
)
var flagFromString = map[string]int{