Skip to content

Commit

Permalink
app-misc/tracker: remove unnecessary := subslot operator on poppler
Browse files Browse the repository at this point in the history
Only links against libpoppler-glib.so.8, which is more stable, while the
subslot on poppler is meant for only libpoppler.so right now

Gentoo-bug: 607908
  • Loading branch information
leio committed Mar 28, 2017
1 parent 910a978 commit d8fa378
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app-misc/tracker/tracker-1.10.5.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ RDEPEND="
networkmanager? ( >=net-misc/networkmanager-0.8:= )
pdf? (
>=x11-libs/cairo-1:=
>=app-text/poppler-0.16:=[cairo,utils]
>=app-text/poppler-0.16[cairo,utils]
>=x11-libs/gtk+-2.12:2 )
playlist? ( >=dev-libs/totem-pl-parser-3 )
rss? ( >=net-libs/libgrss-0.7:0 )
Expand Down

0 comments on commit d8fa378

Please sign in to comment.