From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-936037-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 69FD8139694 for <garchives@archives.gentoo.org>; Thu, 2 Mar 2017 21:27:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BD5CB21C0F3; Thu, 2 Mar 2017 21:27:42 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A05EC21C0F3 for <gentoo-commits@lists.gentoo.org>; Thu, 2 Mar 2017 21:27:42 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C90C8341739 for <gentoo-commits@lists.gentoo.org>; Thu, 2 Mar 2017 21:27:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 40CF95A3A for <gentoo-commits@lists.gentoo.org>; Thu, 2 Mar 2017 21:27:40 +0000 (UTC) From: "Andreas Sturmlechner" <asturm@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" <asturm@gentoo.org> Message-ID: <1488490042.419a0eaa25f83bfdf2fd3ef78d4cde8fa248b6d4.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/kalzium/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/kalzium/kalzium-16.12.49.9999.ebuild X-VCS-Directories: kde-apps/kalzium/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 419a0eaa25f83bfdf2fd3ef78d4cde8fa248b6d4 X-VCS-Branch: master Date: Thu, 2 Mar 2017 21:27:40 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: c7c061f8-1cb2-4caf-adb9-8556d210c2dd X-Archives-Hash: bf0ddc25260859292c960da0d129ecbb commit: 419a0eaa25f83bfdf2fd3ef78d4cde8fa248b6d4 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Thu Mar 2 21:27:22 2017 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Thu Mar 2 21:27:22 2017 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=419a0eaa kde-apps/kalzium: Disable build of unported qml subdir Upstream commit 61cf33bbde4efa14e2d5081c75a8d880c35eec05 Package-Manager: Portage-2.3.3, Repoman-2.3.1 kde-apps/kalzium/kalzium-16.12.49.9999.ebuild | 5 +++++ 1 file changed, 5 insertions(+) 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