Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/gtranslator/
Date: Fri, 07 Dec 2018 19:05:36
Message-Id: 1544209449.5120e51d11701d182024f710da974f10eea9e934.leio@gentoo
1 commit: 5120e51d11701d182024f710da974f10eea9e934
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Fri Dec 7 16:38:08 2018 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Fri Dec 7 19:04:09 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5120e51d
7
8 app-text/gtranslator: lock gnome-dictionary subslot
9
10 Newer gnome-dictionary will lose subslot and not ship a public
11 libgdict anymore, thus will be unsuitable for this gtranslator
12 gnome-dictionary support. The pre-existing := in VDB should
13 catch the rebuild need and then find it won't be fine with the
14 newer gnome-dictionary (which will lose the subslot = subslot 0
15 instead of 10). Presumably newer gtranslator loses the libgdict
16 optional linking.
17
18 Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
19 Package-Manager: Portage-2.3.52, Repoman-2.3.11
20
21 app-text/gtranslator/gtranslator-2.91.7-r1.ebuild | 2 +-
22 1 file changed, 1 insertion(+), 1 deletion(-)
23
24 diff --git a/app-text/gtranslator/gtranslator-2.91.7-r1.ebuild b/app-text/gtranslator/gtranslator-2.91.7-r1.ebuild
25 index a5e20391f61..3c0c5abed81 100644
26 --- a/app-text/gtranslator/gtranslator-2.91.7-r1.ebuild
27 +++ b/app-text/gtranslator/gtranslator-2.91.7-r1.ebuild
28 @@ -29,7 +29,7 @@ COMMON_DEPEND="
29
30 gnome-base/gsettings-desktop-schemas
31
32 - gnome-dictionary? ( app-dicts/gnome-dictionary:= )
33 + gnome-dictionary? ( app-dicts/gnome-dictionary:0/10 )
34 gucharmap? ( ${PYTHON_DEPS} )
35 introspection? ( >=dev-libs/gobject-introspection-0.9.3 )
36 spell? ( app-text/gtkspell:3= )