media-sound/qjackctl: remove unused patch

Package-Manager: Portage-3.0.16, Repoman-3.0.2
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/19898
Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
This commit is contained in:
Michael Mair-Keimberger
2021-03-12 18:24:57 +01:00
committed by Miroslav Šulc
parent d53cd5daa8
commit a2cda03660

View File

@@ -1,20 +0,0 @@
diff --git a/CMakeLists.txt b/CMakeLists.txt
index f622eb9..2252e26 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -5,6 +5,7 @@ cmake_minimum_required(VERSION 3.1)
set (VERSION "0.9.0")
set (CONFIG_VERSION ${VERSION})
+#[[
execute_process (
COMMAND git describe --tags --dirty --abbrev=6
OUTPUT_VARIABLE GIT_DESCRIBE_OUTPUT
@@ -24,6 +25,7 @@ if (GIT_DESCRIBE_RESULT EQUAL 0)
set (VERSION "${VERSION} [${GIT_REVPARSE_OUTPUT}]")
endif ()
endif ()
+]]
set (PACKAGE_NAME "QjackCtl")
set (PACKAGE_VERSION "${VERSION}")