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 3BB0A138350 for ; Sun, 2 Feb 2020 19:35:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 57965E08BD; Sun, 2 Feb 2020 19:35:43 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 3FE7EE08BD for ; Sun, 2 Feb 2020 19:35:43 +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 7B23534E520 for ; Sun, 2 Feb 2020 19:35:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E35F811D for ; Sun, 2 Feb 2020 19:35:39 +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: <1580672063.ea9bd2f9f15ede489af626c282c7a48ef493a07c.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/stardict/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/stardict/stardict-3.0.6-r3.ebuild app-text/stardict/stardict-4.0.0_pre20170304.ebuild X-VCS-Directories: app-text/stardict/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: ea9bd2f9f15ede489af626c282c7a48ef493a07c X-VCS-Branch: master Date: Sun, 2 Feb 2020 19:35:39 +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: ba75e0b9-6d62-4bdb-af31-a2dc70ea8a02 X-Archives-Hash: 93b7500d28072fd22077d2dfd10ef0f0 commit: ea9bd2f9f15ede489af626c282c7a48ef493a07c Author: Mart Raudsepp gentoo org> AuthorDate: Sun Feb 2 18:30:11 2020 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Sun Feb 2 19:34:23 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea9bd2f9 app-text/stardict: lock enchant dep to SLOT=0 configure checks only for enchant.pc, not enchant-2.pc Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Mart Raudsepp gentoo.org> app-text/stardict/stardict-3.0.6-r3.ebuild | 4 ++-- app-text/stardict/stardict-4.0.0_pre20170304.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app-text/stardict/stardict-3.0.6-r3.ebuild b/app-text/stardict/stardict-3.0.6-r3.ebuild index 6d913303f55..66ab1895618 100644 --- a/app-text/stardict/stardict-3.0.6-r3.ebuild +++ b/app-text/stardict/stardict-3.0.6-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -36,7 +36,7 @@ COMMON_DEPEND=" x11-libs/libX11 x11-libs/pango gucharmap? ( gnome-extra/gucharmap:0= ) - spell? ( >=app-text/enchant-1.2 ) + spell? ( >=app-text/enchant-1.2:0 ) tools? ( dev-db/mysql-connector-c dev-libs/libpcre:= diff --git a/app-text/stardict/stardict-4.0.0_pre20170304.ebuild b/app-text/stardict/stardict-4.0.0_pre20170304.ebuild index 7ef439a91b4..068d4a3d51c 100644 --- a/app-text/stardict/stardict-4.0.0_pre20170304.ebuild +++ b/app-text/stardict/stardict-4.0.0_pre20170304.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -41,7 +41,7 @@ COMMON_DEPEND=" espeak? ( >=app-accessibility/espeak-1.29 ) flite? ( app-accessibility/flite ) gucharmap? ( gnome-extra/gucharmap:2.90= ) - spell? ( >=app-text/enchant-1.2 ) + spell? ( >=app-text/enchant-1.2:0 ) tools? ( dev-db/mysql-connector-c dev-libs/expat