Skip to content

Commit

Permalink
app-text/zathura-pdf-poppler: remove unnecessary := subslot operator …
Browse files Browse the repository at this point in the history
…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
  • Loading branch information
kensington committed Mar 13, 2018
1 parent 88658b0 commit e2ae55d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ LICENSE="ZLIB"
SLOT="0"
IUSE=""

RDEPEND="app-text/poppler:=[cairo]
RDEPEND="app-text/poppler[cairo]
>=app-text/zathura-0.2.7
x11-libs/cairo:="
DEPEND="${RDEPEND}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ LICENSE="ZLIB"
SLOT="0"
IUSE=""

RDEPEND="app-text/poppler:=[cairo]
RDEPEND="app-text/poppler[cairo]
>=app-text/zathura-0.3.8
x11-libs/cairo:="
DEPEND="${RDEPEND}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ LICENSE="ZLIB"
SLOT="0"
IUSE=""

RDEPEND="app-text/poppler:=[cairo]
RDEPEND="app-text/poppler[cairo]
>=app-text/zathura-0.3.8
x11-libs/cairo:="
DEPEND="${RDEPEND}
Expand Down

0 comments on commit e2ae55d

Please sign in to comment.