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 A8900138331 for ; Sun, 15 Apr 2018 14:09:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CF8FEE0863; Sun, 15 Apr 2018 14:09:04 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 A5EE2E0863 for ; Sun, 15 Apr 2018 14:09:04 +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 AC7F0335C7A for ; Sun, 15 Apr 2018 14:09:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 16CC7281 for ; Sun, 15 Apr 2018 14:09:02 +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: <1523796743.16afe5bffa390b50e2fd289893d6b4480db6a801.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: app-office/calligra/ X-VCS-Repository: proj/kde X-VCS-Files: app-office/calligra/calligra-9999.ebuild X-VCS-Directories: app-office/calligra/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 16afe5bffa390b50e2fd289893d6b4480db6a801 X-VCS-Branch: master Date: Sun, 15 Apr 2018 14:09:02 +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: 2eec0740-4ec9-4581-99bb-4d979221dc98 X-Archives-Hash: 2e252ba9b71a304ca17b3b3ec79ad6df commit: 16afe5bffa390b50e2fd289893d6b4480db6a801 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Apr 15 12:51:05 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Apr 15 12:52:23 2018 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=16afe5bf app-office/calligra: Revert remove := subslot operator on poppler !!! existing preserved libs: >>> package: app-text/poppler-0.63.0 * - /usr/lib64/libpoppler.so.73 * - /usr/lib64/libpoppler.so.73.0.0 * used by /usr/lib64/qt5/plugins/calligra/formatfilters/calligra_filter_pdf2svg.so app-office/calligra/calligra-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-office/calligra/calligra-9999.ebuild b/app-office/calligra/calligra-9999.ebuild index 03f3dac6e8..1602364fe6 100644 --- a/app-office/calligra/calligra-9999.ebuild +++ b/app-office/calligra/calligra-9999.ebuild @@ -97,7 +97,7 @@ COMMON_DEPEND=" media-libs/lcms:2 ) openexr? ( media-libs/openexr ) - pdf? ( app-text/poppler[qt5] ) + pdf? ( app-text/poppler:=[qt5] ) phonon? ( media-libs/phonon[qt5(+)] ) spacenav? ( dev-libs/libspnav ) truetype? ( media-libs/freetype:2 )