Skip to content

Commit

Permalink
app-text/gtranslator: lock gnome-dictionary subslot
Browse files Browse the repository at this point in the history
Newer gnome-dictionary will lose subslot and not ship a public
libgdict anymore, thus will be unsuitable for this gtranslator
gnome-dictionary support. The pre-existing := in VDB should
catch the rebuild need and then find it won't be fine with the
newer gnome-dictionary (which will lose the subslot = subslot 0
instead of 10). Presumably newer gtranslator loses the libgdict
optional linking.

Signed-off-by: Mart Raudsepp <[email protected]>
Package-Manager: Portage-2.3.52, Repoman-2.3.11
  • Loading branch information
leio committed Dec 7, 2018
1 parent 4bf479a commit 5120e51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app-text/gtranslator/gtranslator-2.91.7-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ COMMON_DEPEND="
gnome-base/gsettings-desktop-schemas
gnome-dictionary? ( app-dicts/gnome-dictionary:= )
gnome-dictionary? ( app-dicts/gnome-dictionary:0/10 )
gucharmap? ( ${PYTHON_DEPS} )
introspection? ( >=dev-libs/gobject-introspection-0.9.3 )
spell? ( app-text/gtkspell:3= )
Expand Down

0 comments on commit 5120e51

Please sign in to comment.