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 D2A61139694 for ; Sun, 19 Mar 2017 13:57:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F288F21C07E; Sun, 19 Mar 2017 13:57:11 +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-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CE37821C07E for ; Sun, 19 Mar 2017 13:57:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 683F6340AC7 for ; Sun, 19 Mar 2017 13:57:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4351B6DAB for ; Sun, 19 Mar 2017 13:57:08 +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: <1489931812.caef77fb64360213433ce6ef590e1dedc8c5b6ed.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-2.9.11-r1.ebuild X-VCS-Directories: app-office/calligra/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: caef77fb64360213433ce6ef590e1dedc8c5b6ed X-VCS-Branch: master Date: Sun, 19 Mar 2017 13:57:08 +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: 6d85d25f-eeb9-4ad3-a511-9e09d7d4ae58 X-Archives-Hash: cfad9c2c678fd835c1b44a3dda3562de commit: caef77fb64360213433ce6ef590e1dedc8c5b6ed Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Mar 19 13:56:17 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Mar 19 13:56:52 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=caef77fb 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 app-office/calligra/calligra-2.9.11-r1.ebuild | 7 +++---- 1 file 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 efdeb5fdd20..205e39548e7 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)