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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 42E35138334 for ; Fri, 24 May 2019 19:42:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 436C9E0841; Fri, 24 May 2019 19:42:52 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2B041E0841 for ; Fri, 24 May 2019 19:42:51 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F0A5F344D65 for ; Fri, 24 May 2019 19:42:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 70ED85E6 for ; Fri, 24 May 2019 19:42:48 +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: <1558726949.51ac5cbab14542ac30457e1fd2cdde46e47ae6b3.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libical/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libical/libical-3.0.5.ebuild X-VCS-Directories: dev-libs/libical/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 51ac5cbab14542ac30457e1fd2cdde46e47ae6b3 X-VCS-Branch: master Date: Fri, 24 May 2019 19:42:48 +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: 28532d9b-d488-4e53-bfef-6663f0f033e5 X-Archives-Hash: 3984173052584419620f06a97e1d7302 commit: 51ac5cbab14542ac30457e1fd2cdde46e47ae6b3 Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri May 24 19:42:29 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri May 24 19:42:29 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51ac5cba dev-libs/libical: Set -DICAL_GLIB_VAPI=OFF Closes: https://bugs.gentoo.org/686654 Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner gentoo.org> dev-libs/libical/libical-3.0.5.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-libs/libical/libical-3.0.5.ebuild b/dev-libs/libical/libical-3.0.5.ebuild index 689ab21243a..5503824d60d 100644 --- a/dev-libs/libical/libical-3.0.5.ebuild +++ b/dev-libs/libical/libical-3.0.5.ebuild @@ -58,6 +58,7 @@ src_prepare() { src_configure() { local mycmakeargs=( -DICAL_GLIB=OFF + -DICAL_GLIB_VAPI=OFF -DGOBJECT_INTROSPECTION=OFF $(cmake-utils_use_find_package berkdb BDB) -DICAL_BUILD_DOCS=$(usex doc)