diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2023-08-15 14:11:11 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2023-08-16 00:41:49 +0200 |
commit | d4f3024a260f6f052417d83ba2087b0289d698f2 (patch) | |
tree | 0111e321f2aa3f5c1a83990909b50722f5528b2a /media-sound/qsampler | |
parent | media-libs/hamlib: move DEPEND to BDEPEND (diff) | |
download | gentoo-d4f3024a260f6f052417d83ba2087b0289d698f2.tar.gz gentoo-d4f3024a260f6f052417d83ba2087b0289d698f2.tar.bz2 gentoo-d4f3024a260f6f052417d83ba2087b0289d698f2.zip |
media-sound/qsampler: remove unused patch(es)
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/32319
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'media-sound/qsampler')
-rw-r--r-- | media-sound/qsampler/files/qsampler-0.9.1-cmake-no-git.patch | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/media-sound/qsampler/files/qsampler-0.9.1-cmake-no-git.patch b/media-sound/qsampler/files/qsampler-0.9.1-cmake-no-git.patch deleted file mode 100644 index 95f280edd9a7..000000000000 --- a/media-sound/qsampler/files/qsampler-0.9.1-cmake-no-git.patch +++ /dev/null @@ -1,19 +0,0 @@ ---- a/CMakeLists.txt -+++ b/CMakeLists.txt -@@ -6,6 +6,7 @@ project(qsampler - LANGUAGES C CXX) - - set (CONFIG_VERSION ${PROJECT_VERSION}) -+#[[ - execute_process ( - COMMAND git describe --tags --dirty --abbrev=6 - OUTPUT_VARIABLE GIT_DESCRIBE_OUTPUT -@@ -27,6 +28,8 @@ if (GIT_DESCRIBE_RESULT EQUAL 0) - else () - set (VERSION "${PROJECT_VERSION}") - endif () -+]] -+set (VERSION "${PROJECT_VERSION}") - - set (PACKAGE_NAME "Qsampler") - set (PACKAGE_VERSION "${VERSION}") |