From 6ab571379485db206d518a63e49689108dc2e3d1 Mon Sep 17 00:00:00 2001 From: Michael Palimaka Date: Tue, 13 Mar 2018 22:49:54 +1100 Subject: app-office/calligra: remove unnecessary := subslot operator on poppler Per poppler's metadata.xml, 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-3.0.1.ebuild | 4 ++-- app-office/calligra/calligra-3.1.0-r1.ebuild | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'app-office/calligra') diff --git a/app-office/calligra/calligra-3.0.1.ebuild b/app-office/calligra/calligra-3.0.1.ebuild index 730f9e6ad9ca..7a2d180f4ec7 100644 --- a/app-office/calligra/calligra-3.0.1.ebuild +++ b/app-office/calligra/calligra-3.0.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -91,7 +91,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 ) diff --git a/app-office/calligra/calligra-3.1.0-r1.ebuild b/app-office/calligra/calligra-3.1.0-r1.ebuild index 7a42c16449ac..d0f98bb0a470 100644 --- a/app-office/calligra/calligra-3.1.0-r1.ebuild +++ b/app-office/calligra/calligra-3.1.0-r1.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 ) -- cgit v1.2.3-65-gdbad