commit:     a291b68690b18a0ca6987528ff8801cb9d8b816e
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Sun Mar 20 17:00:59 2022 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Sun Mar 20 19:54:07 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a291b686

app-crypt/libsecret: remove unused patch(es)

Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 ...-test-vala-unstable-with-DSECRET_WITH_UNS.patch | 44 ----------------------
 1 file changed, 44 deletions(-)

diff --git 
a/app-crypt/libsecret/files/libsecret-0.20.4-meson-build-test-vala-unstable-with-DSECRET_WITH_UNS.patch
 
b/app-crypt/libsecret/files/libsecret-0.20.4-meson-build-test-vala-unstable-with-DSECRET_WITH_UNS.patch
deleted file mode 100644
index 99e5f6902e5d..000000000000
--- 
a/app-crypt/libsecret/files/libsecret-0.20.4-meson-build-test-vala-unstable-with-DSECRET_WITH_UNS.patch
+++ /dev/null
@@ -1,44 +0,0 @@
-From 92fe125ee1b9f36bd69308c173e9d6147a5fc1e1 Mon Sep 17 00:00:00 2001
-From: Matt Turner <matts...@gmail.com>
-Date: Thu, 10 Dec 2020 23:19:55 -0500
-Subject: [PATCH] meson: build test-vala-unstable with -DSECRET_WITH_UNSTABLE
-
-Fixes: https://gitlab.gnome.org/GNOME/libsecret/-/issues/54
----
- libsecret/meson.build | 12 ++++++------
- 1 file changed, 6 insertions(+), 6 deletions(-)
-
-diff --git a/libsecret/meson.build b/libsecret/meson.build
-index f57e363..55e9d95 100644
---- a/libsecret/meson.build
-+++ b/libsecret/meson.build
-@@ -310,12 +310,12 @@ if get_option('introspection')
-     add_languages('vala')
-     valac = meson.get_compiler('vala')
- 
--    valatest_names = [
--      'test-vala-lang',
--      'test-vala-unstable',
--    ]
-+    valatests = {
-+      'test-vala-lang': [],
-+      'test-vala-unstable': ['-DSECRET_WITH_UNSTABLE'],
-+    }
- 
--    foreach _valatest : valatest_names
-+    foreach _valatest, extra_cflags : valatests
-       test_bin = executable(_valatest,
-         '@0@.vala'.format(_valatest),
-         dependencies: [
-@@ -327,7 +327,7 @@ if get_option('introspection')
-         ],
-         link_with: mock_service_lib,
-         include_directories: config_h_dir,
--        c_args: test_cflags,
-+        c_args: test_cflags + extra_cflags,
-       )
- 
-       test(_valatest, test_bin,
--- 
-2.26.2
-

Reply via email to