From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 59457158086 for ; Thu, 11 Nov 2021 17:16:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 82971E09B4; Thu, 11 Nov 2021 17:16:27 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C33E2E09B4 for ; Thu, 11 Nov 2021 17:16:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 03FB3342CE8 for ; Thu, 11 Nov 2021 17:16:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5A846EA for ; Thu, 11 Nov 2021 17:16:24 +0000 (UTC) From: "Andreas Sturmlechner" 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" Message-ID: <1636650963.a38bb050382aa7c42eb67245401e8d8f1d33e606.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-9999.ebuild X-VCS-Directories: kde-apps/kalzium/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: a38bb050382aa7c42eb67245401e8d8f1d33e606 X-VCS-Branch: master Date: Thu, 11 Nov 2021 17:16:24 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 639cc83f-eb25-4fcf-971e-c63332f3ef30 X-Archives-Hash: 5efac486001dd88074bbe11bb89ddaa2 commit: a38bb050382aa7c42eb67245401e8d8f1d33e606 Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Nov 11 17:16:03 2021 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Nov 11 17:16:03 2021 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=a38bb050 kde-apps/kalzium: Add reference to sci-chemistry/openbabel-3 request See also: https://bugs.gentoo.org/823101 Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-apps/kalzium/kalzium-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kde-apps/kalzium/kalzium-9999.ebuild b/kde-apps/kalzium/kalzium-9999.ebuild index a777b66430..64e614f998 100644 --- a/kde-apps/kalzium/kalzium-9999.ebuild +++ b/kde-apps/kalzium/kalzium-9999.ebuild @@ -55,7 +55,7 @@ src_configure() { [[ ${CHOST} == *-solaris* ]] && append-cppflags -DHAVE_IEEEFP_H local mycmakeargs=( - -DCMAKE_DISABLE_FIND_PACKAGE_OpenBabel3=ON # TODO: not packaged yet + -DCMAKE_DISABLE_FIND_PACKAGE_OpenBabel3=ON # TODO: bug 823101 $(cmake_use_find_package editor Eigen3) $(cmake_use_find_package editor AvogadroLibs) $(cmake_use_find_package editor OpenBabel2)