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 AC54F138350 for ; Sun, 2 Feb 2020 19:35:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9328AE08D3; Sun, 2 Feb 2020 19:35:45 +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 16098E08D6 for ; Sun, 2 Feb 2020 19:35:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 374D634E532 for ; Sun, 2 Feb 2020 19:35:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BD26F134 for ; Sun, 2 Feb 2020 19:35:40 +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: <1580672068.dbbe3d9c83cc812c6574cf068a9291c7019eecc6.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/empathy/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-im/empathy/empathy-3.12.14.ebuild X-VCS-Directories: net-im/empathy/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: dbbe3d9c83cc812c6574cf068a9291c7019eecc6 X-VCS-Branch: master Date: Sun, 2 Feb 2020 19:35:40 +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: afc44b0a-14db-400a-9fbc-8d8721d2019a X-Archives-Hash: 56a5b9748675d2544b9399127e080ba0 commit: dbbe3d9c83cc812c6574cf068a9291c7019eecc6 Author: Mart Raudsepp gentoo org> AuthorDate: Sun Feb 2 19:30:47 2020 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Sun Feb 2 19:34:28 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dbbe3d9c net-im/empathy: 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> net-im/empathy/empathy-3.12.14.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-im/empathy/empathy-3.12.14.ebuild b/net-im/empathy/empathy-3.12.14.ebuild index 7ec46184c79..3d417c69b79 100644 --- a/net-im/empathy/empathy-3.12.14.ebuild +++ b/net-im/empathy/empathy-3.12.14.ebuild @@ -60,7 +60,7 @@ COMMON_DEPEND=" >=media-libs/clutter-gtk-0.90.3:1.0 >=media-libs/libchamplain-0.12.1:0.12[gtk] ) spell? ( - >=app-text/enchant-1.2 + >=app-text/enchant-1.2:0 >=app-text/iso-codes-0.35 ) v4l? ( dev-libs/libgudev:=