From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A9C19138334 for ; Fri, 7 Dec 2018 19:05:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C189FE0871; Fri, 7 Dec 2018 19:05:35 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 969FEE0871 for ; Fri, 7 Dec 2018 19:05:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E7362335CD9 for ; Fri, 7 Dec 2018 19:05:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 95C7C4DB for ; Fri, 7 Dec 2018 19:05:30 +0000 (UTC) From: "Mart Raudsepp" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mart Raudsepp" Message-ID: <1544209449.5120e51d11701d182024f710da974f10eea9e934.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/gtranslator/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/gtranslator/gtranslator-2.91.7-r1.ebuild X-VCS-Directories: app-text/gtranslator/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: 5120e51d11701d182024f710da974f10eea9e934 X-VCS-Branch: master Date: Fri, 7 Dec 2018 19:05:30 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: b41fcd31-1b95-4e8e-9883-69792521ef11 X-Archives-Hash: 17a061e9397d5e594285321ef113d984 commit: 5120e51d11701d182024f710da974f10eea9e934 Author: Mart Raudsepp gentoo org> AuthorDate: Fri Dec 7 16:38:08 2018 +0000 Commit: Mart Raudsepp gentoo 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 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= )