summaryrefslogtreecommitdiff
path: root/kde-frameworks/ki18n/files/ki18n-5.57.0-python.patch
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2023-11-18 20:34:18 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2023-11-19 21:27:34 +0100
commit1a04bc9b79f045dce8ffede909b949d6bc1cf141 (patch)
tree1e93e1157563672a6a65432817293b7408f3381d /kde-frameworks/ki18n/files/ki18n-5.57.0-python.patch
parent06e31a4f63b346f93e6a262bf2c8008a1575c9c0 (diff)
downloadkde-1a04bc9b79f045dce8ffede909b949d6bc1cf141.tar.gz
kde-1a04bc9b79f045dce8ffede909b949d6bc1cf141.tar.bz2
kde-1a04bc9b79f045dce8ffede909b949d6bc1cf141.zip
kde-frameworks/ki18n: Drop long obsolete python patch
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-frameworks/ki18n/files/ki18n-5.57.0-python.patch')
-rw-r--r--kde-frameworks/ki18n/files/ki18n-5.57.0-python.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/kde-frameworks/ki18n/files/ki18n-5.57.0-python.patch b/kde-frameworks/ki18n/files/ki18n-5.57.0-python.patch
deleted file mode 100644
index 8b863e4e0fc..00000000000
--- a/kde-frameworks/ki18n/files/ki18n-5.57.0-python.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/cmake/KF5I18nMacros.cmake.in 2019-04-07 09:28:26.000000000 +0200
-+++ b/cmake/KF5I18nMacros.cmake.in 2019-04-20 20:56:41.628484762 +0200
-@@ -31,7 +31,7 @@
- # solution if it cannot be found in $PATH when building applications.
- set(_KI18N_PYTHON_EXECUTABLE "@PYTHON_EXECUTABLE@")
-
--find_program(KI18N_PYTHON_EXECUTABLE NAMES python3 python2 python)
-+find_program(KI18N_PYTHON_EXECUTABLE NAMES python)
- if(NOT KI18N_PYTHON_EXECUTABLE)
- set(KI18N_PYTHON_EXECUTABLE "${_KI18N_PYTHON_EXECUTABLE}")
- endif()