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 42F59158012 for ; Thu, 23 Sep 2021 19:02:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9AF0BE09FB; Thu, 23 Sep 2021 19:02:12 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 56ADEE09FB for ; Thu, 23 Sep 2021 19:02:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7DF9C342D87 for ; Thu, 23 Sep 2021 19:02:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A7C45109 for ; Thu, 23 Sep 2021 19:02:08 +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: <1632423685.8c6c131d3fa2d58c5b3ed38ceeee86372a0227c3.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-vpn/tor/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-vpn/tor/files/tor-0.4.5.5_rc1-LDFLAGS-typo.patch X-VCS-Directories: net-vpn/tor/files/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: 8c6c131d3fa2d58c5b3ed38ceeee86372a0227c3 X-VCS-Branch: master Date: Thu, 23 Sep 2021 19:02:08 +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: a11e61ea-6ba3-4d94-8a58-008ce7688fe0 X-Archives-Hash: b65a89d2bbc6194ae532592903ce8b3c commit: 8c6c131d3fa2d58c5b3ed38ceeee86372a0227c3 Author: Michael Mair-Keimberger levelnine at> AuthorDate: Thu Sep 23 17:43:21 2021 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Thu Sep 23 19:01:25 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c6c131d net-vpn/tor: remove unused patch Closes: https://github.com/gentoo/gentoo/pull/22372 Package-Manager: Portage-3.0.23, Repoman-3.0.3 Signed-off-by: Michael Mair-Keimberger levelnine.at> Signed-off-by: Conrad Kostecki gentoo.org> .../tor/files/tor-0.4.5.5_rc1-LDFLAGS-typo.patch | 27 ---------------------- 1 file changed, 27 deletions(-) diff --git a/net-vpn/tor/files/tor-0.4.5.5_rc1-LDFLAGS-typo.patch b/net-vpn/tor/files/tor-0.4.5.5_rc1-LDFLAGS-typo.patch deleted file mode 100644 index 31234c735bc..00000000000 --- a/net-vpn/tor/files/tor-0.4.5.5_rc1-LDFLAGS-typo.patch +++ /dev/null @@ -1,27 +0,0 @@ -https://bugs.gentoo.org/770370 -diff --git a/src/app/include.am b/src/app/include.am -index 8bb315fff1..2e2180deca 100644 ---- a/src/app/include.am -+++ b/src/app/include.am -@@ -28,7 +28,7 @@ src_app_tor_cov_SOURCES = $(src_app_tor_SOURCES) - src_app_tor_cov_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_CPPFLAGS) - src_app_tor_cov_CFLAGS = $(AM_CFLAGS) $(TEST_CFLAGS) - src_app_tor_cov_LDFLAGS = @TOR_LDFLAGS_zlib@ $(TOR_LDFLAGS_CRYPTLIB) \ -- @TOR_LDFLAGS_libevent@ @TOR_STATIC_LDFALGS@ -+ @TOR_LDFLAGS_libevent@ @TOR_STATIC_LDFLAGS@ - src_app_tor_cov_LDADD = src/test/libtor-testing.a \ - @TOR_ZLIB_LIBS@ @TOR_LIB_MATH@ @TOR_LIBEVENT_LIBS@ $(TOR_LIBS_CRYPTLIB) \ - @TOR_LIB_WS32@ @TOR_LIB_IPHLPAPI@ @TOR_LIB_SHLWAPI@ @TOR_LIB_GDI@ \ -diff --git a/Makefile.in b/Makefile.in -index 8e29bf3..5c9d3e5 100644 ---- a/Makefile.in -+++ b/Makefile.in -@@ -6674,7 +6674,7 @@ src_app_tor_LDADD = libtor.a \ - @COVERAGE_ENABLED_TRUE@src_app_tor_cov_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_CPPFLAGS) - @COVERAGE_ENABLED_TRUE@src_app_tor_cov_CFLAGS = $(AM_CFLAGS) $(TEST_CFLAGS) - @COVERAGE_ENABLED_TRUE@src_app_tor_cov_LDFLAGS = @TOR_LDFLAGS_zlib@ $(TOR_LDFLAGS_CRYPTLIB) \ --@COVERAGE_ENABLED_TRUE@ @TOR_LDFLAGS_libevent@ @TOR_STATIC_LDFALGS@ -+@COVERAGE_ENABLED_TRUE@ @TOR_LDFLAGS_libevent@ @TOR_STATIC_LDFLAGS@ - - @COVERAGE_ENABLED_TRUE@src_app_tor_cov_LDADD = src/test/libtor-testing.a \ - @COVERAGE_ENABLED_TRUE@ @TOR_ZLIB_LIBS@ @TOR_LIB_MATH@ @TOR_LIBEVENT_LIBS@ $(TOR_LIBS_CRYPTLIB) \