summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2017-06-27 20:33:39 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2017-06-27 20:34:09 +0200
commite0b532fc99180e3dba24b8da3b061b981c3cf424 (patch)
treeddd2b73377a06fb26401a6fd4c1935a4fd944267 /app-office/calligra
parentnet-libs/webkit-gtk: bump to 2.16.5 for a crash and a wayland regression fix (diff)
downloadgentoo-e0b532fc99180e3dba24b8da3b061b981c3cf424.tar.gz
gentoo-e0b532fc99180e3dba24b8da3b061b981c3cf424.tar.bz2
gentoo-e0b532fc99180e3dba24b8da3b061b981c3cf424.zip
app-office/calligra: Drop USE=vc and disable it
Nothing but trouble. Package-Manager: Portage-2.3.6, Repoman-2.3.1
Diffstat (limited to 'app-office/calligra')
-rw-r--r--app-office/calligra/calligra-3.0.1.ebuild5
1 files 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 0861d3a98107..e38e58efaa8c 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
)