www-client/chromium: drop lss patch
authorStephan Hartmann <stha09@googlemail.com>
Tue, 25 Jun 2019 06:24:52 +0000 (08:24 +0200)
committerMike Gilbert <floppym@gentoo.org>
Tue, 25 Jun 2019 14:57:50 +0000 (10:57 -0400)
Closes: https://github.com/gentoo/gentoo/pull/12324
Package-Manager: Portage-2.3.66, Repoman-2.3.11
Signed-off-by: Stephan Hartmann <stha09@googlemail.com>
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
www-client/chromium/chromium-75.0.3770.100.ebuild
www-client/chromium/chromium-76.0.3809.36.ebuild
www-client/chromium/files/chromium-76-lss.patch [deleted file]

index 5d8ef6d0268288f1e29b9115a220804f5ac271a5..20bf2709a39ff6edf091aa121d0d405daa1fca89 100644 (file)
@@ -148,7 +148,6 @@ PATCHES=(
        "${FILESDIR}/chromium-75-fix-gn-gen.patch"
        "${FILESDIR}/chromium-75-gcc-angle-fix.patch"
        "${FILESDIR}/chromium-75-unique_ptr.patch"
-       "${FILESDIR}/chromium-75-lss.patch"
        "${FILESDIR}/chromium-75-noexcept.patch"
        "${FILESDIR}/chromium-75-llvm8.patch"
        "${FILESDIR}/chromium-75-pure-virtual.patch"
@@ -252,6 +251,7 @@ src_prepare() {
                third_party/cld_3
                third_party/closure_compiler
                third_party/crashpad
+               third_party/crashpad/crashpad/third_party/lss
                third_party/crashpad/crashpad/third_party/zlib
                third_party/crc32c
                third_party/cros_system_api
index 2327e60f3cefc0eda439c7edd2318caf5375543c..f785c3c3110e69bfb8c71977354f1edc0942bf5a 100644 (file)
@@ -146,7 +146,6 @@ PATCHES=(
        "${FILESDIR}/chromium-fix-char_traits.patch"
        "${FILESDIR}/chromium-angle-inline.patch"
        "${FILESDIR}/chromium-76-quiche.patch"
-       "${FILESDIR}/chromium-76-lss.patch"
        "${FILESDIR}/chromium-76-gcc-vulkan.patch"
        "${FILESDIR}/chromium-76-gcc-private.patch"
        "${FILESDIR}/chromium-76-gcc-noexcept.patch"
@@ -262,6 +261,7 @@ src_prepare() {
                third_party/cld_3
                third_party/closure_compiler
                third_party/crashpad
+               third_party/crashpad/crashpad/third_party/lss
                third_party/crashpad/crashpad/third_party/zlib
                third_party/crc32c
                third_party/cros_system_api
diff --git a/www-client/chromium/files/chromium-76-lss.patch b/www-client/chromium/files/chromium-76-lss.patch
deleted file mode 100644 (file)
index 4d475b5..0000000
+++ /dev/null
@@ -1,39 +0,0 @@
-diff --git a/third_party/crashpad/crashpad/client/crashpad_client_linux.cc b/third_party/crashpad/crashpad/client/crashpad_client_linux.cc
-index 008f858..69d0623 100644
---- a/third_party/crashpad/crashpad/client/crashpad_client_linux.cc
-+++ b/third_party/crashpad/crashpad/client/crashpad_client_linux.cc
-@@ -25,7 +25,7 @@
- #include "base/logging.h"
- #include "base/strings/stringprintf.h"
- #include "client/client_argv_handling.h"
--#include "third_party/lss/lss.h"
-+#include "third_party/lss/linux_syscall_support.h"
- #include "util/file/file_io.h"
- #include "util/linux/exception_handler_client.h"
- #include "util/linux/exception_information.h"
-diff --git a/third_party/crashpad/crashpad/util/linux/proc_task_reader_test.cc b/third_party/crashpad/crashpad/util/linux/proc_task_reader_test.cc
-index 911f6d3..11c1ffa 100644
---- a/third_party/crashpad/crashpad/util/linux/proc_task_reader_test.cc
-+++ b/third_party/crashpad/crashpad/util/linux/proc_task_reader_test.cc
-@@ -19,7 +19,7 @@
- #include "base/strings/stringprintf.h"
- #include "gtest/gtest.h"
- #include "test/multiprocess_exec.h"
--#include "third_party/lss/lss.h"
-+#include "third_party/lss/linux_syscall_support.h"
- #include "util/synchronization/semaphore.h"
- #include "util/thread/thread.h"
-diff --git a/third_party/crashpad/crashpad/util/linux/socket.cc b/third_party/crashpad/crashpad/util/linux/socket.cc
-index 68efd57..d6e39f0 100644
---- a/third_party/crashpad/crashpad/util/linux/socket.cc
-+++ b/third_party/crashpad/crashpad/util/linux/socket.cc
-@@ -18,7 +18,7 @@
- #include "base/logging.h"
- #include "base/posix/eintr_wrapper.h"
--#include "third_party/lss/lss.h"
-+#include "third_party/lss/linux_syscall_support.h"
- namespace crashpad {