summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <mmk@levelnine.at>2023-06-20 12:46:28 +0200
committerMatt Turner <mattst88@gentoo.org>2023-06-21 18:10:17 -0400
commit94509ec5f30f147c84f2608f84e3ac96af3dc976 (patch)
treeda02c64edb524bf369886cb18e6d3511664a967b /net-libs
parentprofiles/features/musl: mask <sys-devel/gcc-13[sanitize] (diff)
downloadgentoo-94509ec5f30f147c84f2608f84e3ac96af3dc976.tar.gz
gentoo-94509ec5f30f147c84f2608f84e3ac96af3dc976.tar.bz2
gentoo-94509ec5f30f147c84f2608f84e3ac96af3dc976.zip
net-libs/libproxy: remove unused patch
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/31551 Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'net-libs')
-rw-r--r--net-libs/libproxy/files/0.5.0-Guard-PxManager-test-with-pacrunner-duktape-option-2.patch26
1 files changed, 0 insertions, 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 <jan.brummer@tabos.org>
-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
-