summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMart Raudsepp <leio@gentoo.org>2018-12-07 18:38:08 +0200
committerMart Raudsepp <leio@gentoo.org>2018-12-07 21:04:09 +0200
commit5120e51d11701d182024f710da974f10eea9e934 (patch)
treedae8714f4edfd310f889dee457064497915a4231 /app-text/gtranslator
parentapp-text/gtranslator: add missing itstool and glib-utils build deps (diff)
downloadgentoo-5120e51d11701d182024f710da974f10eea9e934.tar.gz
gentoo-5120e51d11701d182024f710da974f10eea9e934.tar.bz2
gentoo-5120e51d11701d182024f710da974f10eea9e934.zip
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@gentoo.org> Package-Manager: Portage-2.3.52, Repoman-2.3.11
Diffstat (limited to 'app-text/gtranslator')
-rw-r--r--app-text/gtranslator/gtranslator-2.91.7-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
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= )