summaryrefslogtreecommitdiff
path: root/dev-cpp/simpleini/files/simpleini-4.22-disable-tests.patch
diff options
context:
space:
mode:
authorIonen Wolkens <ionen@gentoo.org>2024-04-21 13:55:19 -0400
committerIonen Wolkens <ionen@gentoo.org>2024-04-21 14:05:42 -0400
commit1e627a3d4797680ed8023d81fe122ffbff26bc62 (patch)
treee2c0c1b73b0c0bd93b29d8d010d9f47096c4962b /dev-cpp/simpleini/files/simpleini-4.22-disable-tests.patch
parent48d2fe7cc6773b8a7efd0f42e1f2f044af3e54f7 (diff)
downloadgentoo-1e627a3d4797680ed8023d81fe122ffbff26bc62.tar.gz
gentoo-1e627a3d4797680ed8023d81fe122ffbff26bc62.tar.bz2
gentoo-1e627a3d4797680ed8023d81fe122ffbff26bc62.zip
dev-cpp/simpleini: tidy a bit
- scrub patches - pkgconfig patch is obsolete, does not matter with cmake - can skip pkgconfig dep, always provided with cmake Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'dev-cpp/simpleini/files/simpleini-4.22-disable-tests.patch')
-rw-r--r--dev-cpp/simpleini/files/simpleini-4.22-disable-tests.patch13
1 files changed, 2 insertions, 11 deletions
diff --git a/dev-cpp/simpleini/files/simpleini-4.22-disable-tests.patch b/dev-cpp/simpleini/files/simpleini-4.22-disable-tests.patch
index 380c50d587e7..39347e75f769 100644
--- a/dev-cpp/simpleini/files/simpleini-4.22-disable-tests.patch
+++ b/dev-cpp/simpleini/files/simpleini-4.22-disable-tests.patch
@@ -1,14 +1,8 @@
-From f7862c3dd7ad35becc2741f268e3402e89a37666 Mon Sep 17 00:00:00 2001
+https://github.com/brofield/simpleini/pull/75
+https://github.com/brofield/simpleini/commit/f7862c3dd7ad35becc2741f268e3402e89a37666
From: Alexandre Bouvier <contact@amb.tf>
Date: Tue, 2 Jan 2024 10:54:44 +0100
Subject: [PATCH 2/2] cmake: really disable tests (#75)
-
----
- CMakeLists.txt | 4 +++-
- 1 file changed, 3 insertions(+), 1 deletion(-)
-
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index 7804947..4b360ad 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -72,5 +72,7 @@ target_include_directories(${PROJECT_NAME} INTERFACE
@@ -20,6 +14,3 @@ index 7804947..4b360ad 100644
+ add_subdirectory(tests)
+ endif()
endif()
---
-2.43.2
-