public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/cef] rawhide: Fix typo
@ 2026-09-04 17:42 Than Ngo
  0 siblings, 0 replies; only message in thread
From: Than Ngo @ 2026-09-04 17:42 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/cef
Branch : rawhide
Commit : 272ebdf62e89040e2fb61024382bcaac97fa8c28
Author : Than Ngo <than@redhat.com>
Date   : 2026-09-04T17:42:12+00:00
Stats  : +1/-1 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/cef/c/272ebdf62e89040e2fb61024382bcaac97fa8c28?branch=rawhide

Log:
Fix typo

---
diff --git a/chromium-147-widevine-on-arm64.patch b/chromium-147-widevine-on-arm64.patch
index 1be3361..d603cbc 100644
--- a/chromium-147-widevine-on-arm64.patch
+++ b/chromium-147-widevine-on-arm64.patch
@@ -9,7 +9,7 @@ diff -up chromium-147.0.7727.137/third_party/widevine/cdm/widevine.gni.me chromi
       (target_cpu == "x64" || target_cpu == "arm" || target_cpu == "arm64")) ||
 -    (target_os == "linux" && target_cpu == "x64") ||
 +    (target_os == "linux" &&
-+     (target_cpu == "x64") || target_cpu == "arm64")) ||
++     (target_cpu == "x64" || target_cpu == "arm64")) ||
      (target_os == "mac" && (target_cpu == "x64" || target_cpu == "arm64")) ||
      (target_os == "win" &&
       (target_cpu == "x86" || target_cpu == "x64" || target_cpu == "arm64"))

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-09-04 17:42 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-04 17:42 [rpms/cef] rawhide: Fix typo Than Ngo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox