From 5120e51d11701d182024f710da974f10eea9e934 Mon Sep 17 00:00:00 2001 From: Mart Raudsepp Date: Fri, 7 Dec 2018 18:38:08 +0200 Subject: app-text/gtranslator: lock gnome-dictionary subslot 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 Package-Manager: Portage-2.3.52, Repoman-2.3.11 --- app-text/gtranslator/gtranslator-2.91.7-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app-text/gtranslator') diff --git a/app-text/gtranslator/gtranslator-2.91.7-r1.ebuild b/app-text/gtranslator/gtranslator-2.91.7-r1.ebuild index a5e20391f61a..3c0c5abed813 100644 --- a/app-text/gtranslator/gtranslator-2.91.7-r1.ebuild +++ b/app-text/gtranslator/gtranslator-2.91.7-r1.ebuild @@ -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= ) -- cgit v1.2.3-65-gdbad