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 BCE82138350 for ; Sun, 2 Feb 2020 19:35:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6474EE08DC; Sun, 2 Feb 2020 19:35:46 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 2C2B7E08DC for ; Sun, 2 Feb 2020 19:35:46 +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 19B8234E52A 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 980D1132 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: <1580672067.3409a7afa6c04300a71b6201b8a31c07ce9eed69.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/telegram-desktop/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-im/telegram-desktop/telegram-desktop-1.9.8.ebuild net-im/telegram-desktop/telegram-desktop-1.9.9.ebuild X-VCS-Directories: net-im/telegram-desktop/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: 3409a7afa6c04300a71b6201b8a31c07ce9eed69 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: c05e0d40-cc37-4989-ad1a-045773573cc1 X-Archives-Hash: 2cb01fe7b36784c02c9cdf296738d8b0 commit: 3409a7afa6c04300a71b6201b8a31c07ce9eed69 Author: Mart Raudsepp gentoo org> AuthorDate: Sun Feb 2 19:26:53 2020 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Sun Feb 2 19:34:27 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3409a7af net-im/telegram-desktop: declare enchant dep as := for now It looks like both enchant-2.pc and enchant.pc are checked, but the cmake is making my head spin. Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Mart Raudsepp gentoo.org> net-im/telegram-desktop/telegram-desktop-1.9.8.ebuild | 2 +- net-im/telegram-desktop/telegram-desktop-1.9.9.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/net-im/telegram-desktop/telegram-desktop-1.9.8.ebuild b/net-im/telegram-desktop/telegram-desktop-1.9.8.ebuild index 7abef4df4b1..c9ebdabbd75 100644 --- a/net-im/telegram-desktop/telegram-desktop-1.9.8.ebuild +++ b/net-im/telegram-desktop/telegram-desktop-1.9.8.ebuild @@ -42,7 +42,7 @@ RDEPEND="!net-im/telegram-desktop-bin dev-libs/libappindicator:3 x11-libs/gtk+:3 ) - spell? ( app-text/enchant ) + spell? ( app-text/enchant:= ) " DEPEND="${RDEPEND} diff --git a/net-im/telegram-desktop/telegram-desktop-1.9.9.ebuild b/net-im/telegram-desktop/telegram-desktop-1.9.9.ebuild index df6aae21674..0abdd74752e 100644 --- a/net-im/telegram-desktop/telegram-desktop-1.9.9.ebuild +++ b/net-im/telegram-desktop/telegram-desktop-1.9.9.ebuild @@ -48,7 +48,7 @@ RDEPEND="!net-im/telegram-desktop-bin dev-libs/libappindicator:3 x11-libs/gtk+:3 ) - spell? ( app-text/enchant ) + spell? ( app-text/enchant:= ) " DEPEND="${RDEPEND}