Skip to content

Commit

Permalink
app-office/calligra: remove unnecessary := subslot operator on poppler
Browse files Browse the repository at this point in the history
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
  • Loading branch information
kensington committed Mar 13, 2018
1 parent 792b5e4 commit 6ab5713
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app-office/calligra/calligra-3.0.1.ebuild
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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 )
Expand Down
2 changes: 1 addition & 1 deletion app-office/calligra/calligra-3.1.0-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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 )
Expand Down

0 comments on commit 6ab5713

Please sign in to comment.