aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2017-03-02 22:27:22 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2017-03-02 22:27:22 +0100
commit419a0eaa25f83bfdf2fd3ef78d4cde8fa248b6d4 (patch)
tree61031753f458230406f6a943b49fffaeb4a9e65d
parentmedia-sound/elisa: Add missing DEPEND (diff)
downloadkde-419a0eaa.tar.gz
kde-419a0eaa.tar.bz2
kde-419a0eaa.zip
kde-apps/kalzium: Disable build of unported qml subdir
Upstream commit 61cf33bbde4efa14e2d5081c75a8d880c35eec05 Package-Manager: Portage-2.3.3, Repoman-2.3.1
-rw-r--r--kde-apps/kalzium/kalzium-16.12.49.9999.ebuild5
1 files changed, 5 insertions, 0 deletions
diff --git a/kde-apps/kalzium/kalzium-16.12.49.9999.ebuild b/kde-apps/kalzium/kalzium-16.12.49.9999.ebuild
index d913fb3f8c..de986ee45b 100644
--- a/kde-apps/kalzium/kalzium-16.12.49.9999.ebuild
+++ b/kde-apps/kalzium/kalzium-16.12.49.9999.ebuild
@@ -43,6 +43,11 @@ RDEPEND="${DEPEND}
sci-chemistry/chemical-mime-data
"
+src_prepare(){
+ kde5_src_prepare
+ cmake_comment_add_subdirectory qml
+}
+
src_configure(){
# Fix missing finite()
[[ ${CHOST} == *-solaris* ]] && append-cppflags -DHAVE_IEEEFP_H