summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiroslav Šulc <fordfrog@gentoo.org>2020-12-30 21:34:05 +0100
committerMiroslav Šulc <fordfrog@gentoo.org>2020-12-30 21:35:05 +0100
commit1f3c1e8991bbf3484b1d7fd4df7d84b7899befdd (patch)
tree475c3bd0ec69ad2f484889a7f48d0c0d138fe0b8 /dev-python/pivy/files
parentdev-util/idea-community: Drop virtual/jdk dependency (diff)
downloadgentoo-1f3c1e8991bbf3484b1d7fd4df7d84b7899befdd.tar.gz
gentoo-1f3c1e8991bbf3484b1d7fd4df7d84b7899befdd.tar.bz2
gentoo-1f3c1e8991bbf3484b1d7fd4df7d84b7899befdd.zip
dev-python/pivy: new ebuild
Bug: https://bugs.gentoo.org/659478 Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
Diffstat (limited to 'dev-python/pivy/files')
-rw-r--r--dev-python/pivy/files/pivy-0.6.4-find-SoQt.patch31
1 files changed, 31 insertions, 0 deletions
diff --git a/dev-python/pivy/files/pivy-0.6.4-find-SoQt.patch b/dev-python/pivy/files/pivy-0.6.4-find-SoQt.patch
new file mode 100644
index 000000000000..4d8a6fdd8889
--- /dev/null
+++ b/dev-python/pivy/files/pivy-0.6.4-find-SoQt.patch
@@ -0,0 +1,31 @@
+From 1c9ffef4d85327fe517bdcf7e11c339a4862ba2e Mon Sep 17 00:00:00 2001
+From: Bernd Waibel <waebbl@gmail.com>
+Date: Wed, 12 Jun 2019 21:21:34 +0200
+Subject: [PATCH] CMakeLists.txt: remove NONE keyword for languages from
+ project definition. This solves a bug where SoQt is not found on Gentoo
+ systems (see https://github.com/waebbl/waebbl-gentoo/issues/42)
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+Thanks to QÍN Yuhào for coming up with this fix.
+
+Suggested-by: QÍN Yuhào <qinyh18@mails.tsinghua.edu.cn>
+Signed-off-by: Bernd Waibel <waebbl@gmail.com>
+---
+ CMakeLists.txt | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index 76d0d06..48bd3c0 100644
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -1,4 +1,4 @@
+-project(pivy_cmake_setup NONE)
++project(pivy_cmake_setup)
+ cmake_minimum_required(VERSION 3.5)
+
+
+--
+2.21.0
+