diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2017-03-19 14:56:17 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2017-03-19 14:56:52 +0100 |
commit | caef77fb64360213433ce6ef590e1dedc8c5b6ed (patch) | |
tree | 34a379bd3c89a9ab14acf61a6b06122c2ca45e3e /app-office/calligra | |
parent | sci-astronomy/stellarium: Do not glob on DISTDIR (diff) | |
download | gentoo-caef77fb64360213433ce6ef590e1dedc8c5b6ed.tar.gz gentoo-caef77fb64360213433ce6ef590e1dedc8c5b6ed.tar.bz2 gentoo-caef77fb64360213433ce6ef590e1dedc8c5b6ed.zip |
app-office/calligra: Drop USE=okular in preparation of kde-apps-16.12.3
Gentoo-bug: 612776
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'app-office/calligra')
-rw-r--r-- | app-office/calligra/calligra-2.9.11-r1.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/app-office/calligra/calligra-2.9.11-r1.ebuild b/app-office/calligra/calligra-2.9.11-r1.ebuild index efdeb5fdd209..205e39548e79 100644 --- a/app-office/calligra/calligra-2.9.11-r1.ebuild +++ b/app-office/calligra/calligra-2.9.11-r1.ebuild @@ -40,8 +40,8 @@ if [[ ${KDE_BUILD_TYPE} == release ]] ; then fi IUSE="color-management +crypt +eigen +exif fftw +fontconfig freetds +glew +glib -+gsf gsl import-filter +jpeg jpeg2k +kdcraw +lcms mysql +okular openexr -+pdf +pim postgres spacenav sybase test tiff +threads +truetype vc xbase +xml" ++gsf gsl import-filter +jpeg jpeg2k +kdcraw +lcms mysql openexr +pdf +pim +postgres spacenav sybase test tiff +threads +truetype vc xbase +xml" # Don't use Active, it's broken on desktops. CAL_FTS="author braindump flow gemini karbon kexi krita plan sheets stage words" @@ -95,7 +95,6 @@ RDEPEND=" x11-libs/libX11 ) mysql? ( virtual/mysql ) - okular? ( kde-apps/okular:4=[aqua=] ) openexr? ( media-libs/openexr:= ) opengl? ( media-libs/glew:0 @@ -198,7 +197,7 @@ src_configure() { -DWITH_Kdcraw=$(usex kdcraw) -DWITH_LCMS2=$(usex lcms) -DWITH_MySQL=$(usex mysql) - -DWITH_Okular=$(usex okular) + -DWITH_Okular=OFF -DWITH_OpenEXR=$(usex openexr) -DUSEOPENGL=$(usex opengl) -DWITH_Poppler=$(usex pdf) |