From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D5A2913835C for ; Sat, 20 Feb 2021 22:44:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 27152E0891; Sat, 20 Feb 2021 22:44:04 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0EF63E0891 for ; Sat, 20 Feb 2021 22:44:04 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2069133BEA3 for ; Sat, 20 Feb 2021 22:44:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4C7274F9 for ; Sat, 20 Feb 2021 22:44:00 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1613861027.273e123b5821bd0c8d92dfd1a2eb4568a7b2b8ab.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-proxy/shadowsocks-libev/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-proxy/shadowsocks-libev/files/shadowsocks-libev-3.3.4-gcc10.patch X-VCS-Directories: net-proxy/shadowsocks-libev/files/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: 273e123b5821bd0c8d92dfd1a2eb4568a7b2b8ab X-VCS-Branch: master Date: Sat, 20 Feb 2021 22:44:00 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 1f81dc07-55da-4d80-be5d-f9d2c4b68b48 X-Archives-Hash: c2b8bde5615e43347861be2f46d473ad commit: 273e123b5821bd0c8d92dfd1a2eb4568a7b2b8ab Author: Michael Mair-Keimberger levelnine at> AuthorDate: Sat Feb 20 08:22:26 2021 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Sat Feb 20 22:43:47 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=273e123b net-proxy/shadowsocks-libev: remove unused patch Closes: https://github.com/gentoo/gentoo/pull/19553 Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Michael Mair-Keimberger levelnine.at> Signed-off-by: Conrad Kostecki gentoo.org> .../files/shadowsocks-libev-3.3.4-gcc10.patch | 24 ---------------------- 1 file changed, 24 deletions(-) diff --git a/net-proxy/shadowsocks-libev/files/shadowsocks-libev-3.3.4-gcc10.patch b/net-proxy/shadowsocks-libev/files/shadowsocks-libev-3.3.4-gcc10.patch deleted file mode 100644 index 7a480f12b24..00000000000 --- a/net-proxy/shadowsocks-libev/files/shadowsocks-libev-3.3.4-gcc10.patch +++ /dev/null @@ -1,24 +0,0 @@ -diff --git a/src/http.h b/src/http.h -index 914815a..e312dd3 100644 ---- a/src/http.h -+++ b/src/http.h -@@ -29,6 +29,6 @@ - #include - #include "protocol.h" - --const protocol_t *const http_protocol; -+extern const protocol_t *const http_protocol; - - #endif -diff --git a/src/tls.h b/src/tls.h -index 3998913..ddbee11 100644 ---- a/src/tls.h -+++ b/src/tls.h -@@ -28,6 +28,6 @@ - - #include "protocol.h" - --const protocol_t *const tls_protocol; -+extern const protocol_t *const tls_protocol; - - #endif