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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id CA7A1158009 for ; Wed, 21 Jun 2023 22:10:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E67D2E077A; Wed, 21 Jun 2023 22:10:25 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C6C7CE077A for ; Wed, 21 Jun 2023 22:10:25 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8AD69340D1D for ; Wed, 21 Jun 2023 22:10:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E3CCA990 for ; Wed, 21 Jun 2023 22:10:22 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1687385417.94509ec5f30f147c84f2608f84e3ac96af3dc976.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libproxy/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/libproxy/files/0.5.0-Guard-PxManager-test-with-pacrunner-duktape-option-2.patch X-VCS-Directories: net-libs/libproxy/files/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 94509ec5f30f147c84f2608f84e3ac96af3dc976 X-VCS-Branch: master Date: Wed, 21 Jun 2023 22:10:22 +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: 99aa3da5-5d4b-4f9a-bb65-eea5fef40a18 X-Archives-Hash: dc218202dd30c84dbbc758017b4f513f commit: 94509ec5f30f147c84f2608f84e3ac96af3dc976 Author: Michael Mair-Keimberger levelnine at> AuthorDate: Tue Jun 20 10:46:28 2023 +0000 Commit: Matt Turner gentoo org> CommitDate: Wed Jun 21 22:10:17 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94509ec5 net-libs/libproxy: remove unused patch Signed-off-by: Michael Mair-Keimberger levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/31551 Signed-off-by: Matt Turner gentoo.org> ...ager-test-with-pacrunner-duktape-option-2.patch | 26 ---------------------- 1 file changed, 26 deletions(-) diff --git a/net-libs/libproxy/files/0.5.0-Guard-PxManager-test-with-pacrunner-duktape-option-2.patch b/net-libs/libproxy/files/0.5.0-Guard-PxManager-test-with-pacrunner-duktape-option-2.patch deleted file mode 100644 index 6af2ebbe7f86..000000000000 --- a/net-libs/libproxy/files/0.5.0-Guard-PxManager-test-with-pacrunner-duktape-option-2.patch +++ /dev/null @@ -1,26 +0,0 @@ -From f6aab7bc2a821117b2079f7504ab444dd13f4708 Mon Sep 17 00:00:00 2001 -From: Jan-Michael Brummer -Date: Tue, 16 May 2023 15:10:53 +0200 -Subject: [PATCH] Guard PxManager test with pacrunner-duktape option (#215) - -Fixes: https://github.com/libproxy/libproxy/issues/213 ---- - tests/meson.build | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/tests/meson.build b/tests/meson.build -index 4ae8e7d..c8fe11f 100644 ---- a/tests/meson.build -+++ b/tests/meson.build -@@ -17,7 +17,7 @@ if get_option('tests') - env: envs - ) - -- if soup_dep.found() -+ if soup_dep.found() and get_option('pacrunner-duktape') - px_manager_test = executable('test-px-manager', - ['px-manager-test.c', 'px-manager-helper.c'], - include_directories: px_backend_inc, --- -2.39.3 -