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 CF776138334 for ; Thu, 25 Apr 2019 12:45:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C4A87E08F9; Thu, 25 Apr 2019 12:45:55 +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 A9A2CE08F9 for ; Thu, 25 Apr 2019 12:45:55 +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 D8CF634269F for ; Thu, 25 Apr 2019 12:45:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 72BAB571 for ; Thu, 25 Apr 2019 12:45:51 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1556196342.3a37184afa0d3b8ad00efffa68c85d4cb88a7261.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: mail-client/claws-mail/ X-VCS-Repository: repo/gentoo X-VCS-Files: mail-client/claws-mail/claws-mail-3.17.3-r1.ebuild mail-client/claws-mail/claws-mail-9999.ebuild X-VCS-Directories: mail-client/claws-mail/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 3a37184afa0d3b8ad00efffa68c85d4cb88a7261 X-VCS-Branch: master Date: Thu, 25 Apr 2019 12:45:51 +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: 7b7920da-e03a-46b4-9576-e75f3bc8bd5b X-Archives-Hash: 72dc9d597998c6c4de67cd0bbf300363 commit: 3a37184afa0d3b8ad00efffa68c85d4cb88a7261 Author: Lars Wendler gentoo org> AuthorDate: Thu Apr 25 12:40:26 2019 +0000 Commit: Lars Wendler gentoo org> CommitDate: Thu Apr 25 12:45:42 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a37184a mail-client/claws-mail: Added subslot dep to app-text/enchant Package-Manager: Portage-2.3.64, Repoman-2.3.12 Signed-off-by: Lars Wendler gentoo.org> mail-client/claws-mail/claws-mail-3.17.3-r1.ebuild | 2 +- mail-client/claws-mail/claws-mail-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mail-client/claws-mail/claws-mail-3.17.3-r1.ebuild b/mail-client/claws-mail/claws-mail-3.17.3-r1.ebuild index 427c3e97bc0..2efa76b08b5 100644 --- a/mail-client/claws-mail/claws-mail-3.17.3-r1.ebuild +++ b/mail-client/claws-mail/claws-mail-3.17.3-r1.ebuild @@ -72,7 +72,7 @@ COMMONDEPEND=" ) smime? ( >=app-crypt/gpgme-1.0.0 ) spam-report? ( >=net-misc/curl-7.9.7 ) - spell? ( >=app-text/enchant-1.0.0 ) + spell? ( >=app-text/enchant-1.0.0:= ) startup-notification? ( x11-libs/startup-notification ) svg? ( >=gnome-base/librsvg-2.40.5 ) valgrind? ( dev-util/valgrind ) diff --git a/mail-client/claws-mail/claws-mail-9999.ebuild b/mail-client/claws-mail/claws-mail-9999.ebuild index dd62d66a319..34f85792826 100644 --- a/mail-client/claws-mail/claws-mail-9999.ebuild +++ b/mail-client/claws-mail/claws-mail-9999.ebuild @@ -73,7 +73,7 @@ COMMONDEPEND=" ) smime? ( >=app-crypt/gpgme-1.0.0 ) spam-report? ( >=net-misc/curl-7.9.7 ) - spell? ( >=app-text/enchant-1.0.0 ) + spell? ( >=app-text/enchant-1.0.0:= ) startup-notification? ( x11-libs/startup-notification ) svg? ( >=gnome-base/librsvg-2.40.5 ) valgrind? ( dev-util/valgrind )