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 29258139694 for ; Tue, 27 Jun 2017 18:34:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 46FF12340A8; Tue, 27 Jun 2017 18:34:22 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 21C052340A8 for ; Tue, 27 Jun 2017 18:34:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 09C63341762 for ; Tue, 27 Jun 2017 18:34:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A5224746F for ; Tue, 27 Jun 2017 18:34:19 +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: <1498588449.e0b532fc99180e3dba24b8da3b061b981c3cf424.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-office/calligra/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-office/calligra/calligra-3.0.1.ebuild X-VCS-Directories: app-office/calligra/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: e0b532fc99180e3dba24b8da3b061b981c3cf424 X-VCS-Branch: master Date: Tue, 27 Jun 2017 18:34:19 +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-Archives-Salt: 6492d36f-5009-4edc-8322-79538b3f2a07 X-Archives-Hash: 4877588ad3972d1e41901c7966ac9ba3 commit: e0b532fc99180e3dba24b8da3b061b981c3cf424 Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Jun 27 18:33:39 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Jun 27 18:34:09 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0b532fc app-office/calligra: Drop USE=vc and disable it Nothing but trouble. Package-Manager: Portage-2.3.6, Repoman-2.3.1 app-office/calligra/calligra-3.0.1.ebuild | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/app-office/calligra/calligra-3.0.1.ebuild b/app-office/calligra/calligra-3.0.1.ebuild index 0861d3a9810..e38e58efaa8 100644 --- a/app-office/calligra/calligra-3.0.1.ebuild +++ b/app-office/calligra/calligra-3.0.1.ebuild @@ -21,7 +21,7 @@ CAL_FTS=( karbon plan sheets words ) CAL_EXP_FTS=( braindump stage ) IUSE="activities +crypt +fontconfig gsl import-filter jpeg2k +lcms okular openexr +pdf - phonon pim spacenav +truetype vc X $(printf 'calligra_features_%s ' ${CAL_FTS[@]}) + phonon pim spacenav +truetype X $(printf 'calligra_features_%s ' ${CAL_FTS[@]}) $(printf 'calligra_experimental_features_%s ' ${CAL_EXP_FTS[@]})" # TODO: Not packaged: Cauchy (https://bitbucket.org/cyrille/cauchy) @@ -127,7 +127,6 @@ DEPEND="${COMMON_DEPEND} sys-devel/gettext x11-misc/shared-mime-info test? ( $(add_frameworks_dep threadweaver) ) - vc? ( >=dev-libs/vc-1.1.0 ) " RDEPEND="${COMMON_DEPEND} calligra_features_karbon? ( media-gfx/pstoedit[plotutils] ) @@ -233,7 +232,7 @@ src_configure() { -DWITH_Eigen3=$(usex calligra_features_sheets) -ENABLE_CSTESTER_TESTING=$(usex test) -DWITH_Freetype=$(usex truetype) - -DWITH_Vc=$(usex vc) + -DWITH_Vc=OFF -DCMAKE_DISABLE_FIND_PACKAGE_Libgit2=ON -DCMAKE_DISABLE_FIND_PACKAGE_Libqgit2=ON )