commit: 6bdd8b0bfa96641c3b5b3f17b8c43a3e5685caa4
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 20 05:17:02 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Jul 20 05:17:02 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6bdd8b0b
dev-libs/pocl: add missing patch
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-libs/pocl/files/pocl-3.0-fix-version.patch | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/dev-libs/pocl/files/pocl-3.0-fix-version.patch
b/dev-libs/pocl/files/pocl-3.0-fix-version.patch
new file mode 100644
index 000000000000..8ae428036340
--- /dev/null
+++ b/dev-libs/pocl/files/pocl-3.0-fix-version.patch
@@ -0,0 +1,11 @@
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -73,7 +73,7 @@ endif()
+
+ set(MAJOR_VERSION 3)
+ set(MINOR_VERSION 0)
+-set(VERSION_SUFFIX_FIXED_TEXT "-rc2")
++set(VERSION_SUFFIX_FIXED_TEXT "")
+ set(VERSION_SUFFIX "${VERSION_SUFFIX_FIXED_TEXT}")
+ set(VERSION_STRING ${MAJOR_VERSION}.${MINOR_VERSION}${VERSION_SUFFIX})
+ set(POCL_VERSION_BASE ${VERSION_STRING})