commit: 5120e51d11701d182024f710da974f10eea9e934 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org> AuthorDate: Fri Dec 7 16:38:08 2018 +0000 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org> CommitDate: Fri Dec 7 19:04:09 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5120e51d
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 <leio <AT> gentoo.org> 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(-) diff --git a/app-text/gtranslator/gtranslator-2.91.7-r1.ebuild b/app-text/gtranslator/gtranslator-2.91.7-r1.ebuild index a5e20391f61..3c0c5abed81 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= )