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 00BB41382C5 for ; Tue, 13 Mar 2018 11:50:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 39AC1E08E8; Tue, 13 Mar 2018 11:50:19 +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-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1C935E08E8 for ; Tue, 13 Mar 2018 11:50:19 +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 99222335C2F for ; Tue, 13 Mar 2018 11:50:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EFFCD1F1 for ; Tue, 13 Mar 2018 11:50:15 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1520941805.9f9ac76029d3c3997fa83cbb1749d80673b42482.kensington@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: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 9f9ac76029d3c3997fa83cbb1749d80673b42482 X-VCS-Branch: master Date: Tue, 13 Mar 2018 11:50:15 +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: 5c0642d4-2215-4a94-86f1-ae5793bb001f X-Archives-Hash: 200f5e2e7859fb60a06f0e53e9722c93 commit: 9f9ac76029d3c3997fa83cbb1749d80673b42482 Author: Michael Palimaka gentoo org> AuthorDate: Tue Mar 13 11:49:56 2018 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Tue Mar 13 11:50:05 2018 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=9f9ac760 app-office/calligra: remove unnecessary := subslot operator on poppler Per poppler's metadata.txt, the subslot reflects ABI compatibility of libpoppler.so only, not libpoppler-{glib,qt4,cpp}.so. Bug: https://bugs.gentoo.org/607908 Package-Manager: Portage-2.3.24, Repoman-2.3.6 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 79b6407bea..18ae6f103b 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 )