From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1086158-garchives=archives.gentoo.org@lists.gentoo.org>
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 28827138334
	for <garchives@archives.gentoo.org>; Sat, 27 Apr 2019 16:33:22 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 54F58E08CE;
	Sat, 27 Apr 2019 16:33:21 +0000 (UTC)
Received: from smtp.gentoo.org (woodpecker.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 3D569E08CE
	for <gentoo-commits@lists.gentoo.org>; Sat, 27 Apr 2019 16:33:21 +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 B0F2B342A0F
	for <gentoo-commits@lists.gentoo.org>; Sat, 27 Apr 2019 16:33:19 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 289CE59F
	for <gentoo-commits@lists.gentoo.org>; Sat, 27 Apr 2019 16:33:18 +0000 (UTC)
From: "Mart Raudsepp" <leio@gentoo.org>
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" <leio@gentoo.org>
Message-ID: <1556382579.0f2fa43fafe595afd5531cb114b474ffa8b1d079.leio@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: net-nntp/pan/
X-VCS-Repository: repo/gentoo
X-VCS-Files: net-nntp/pan/pan-0.145.ebuild
X-VCS-Directories: net-nntp/pan/
X-VCS-Committer: leio
X-VCS-Committer-Name: Mart Raudsepp
X-VCS-Revision: 0f2fa43fafe595afd5531cb114b474ffa8b1d079
X-VCS-Branch: master
Date: Sat, 27 Apr 2019 16:33:18 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 57daeb24-2f46-435b-859a-99fd24b61e59
X-Archives-Hash: 592905dadf6bc7518e603f0b8a44ac8b

commit:     0f2fa43fafe595afd5531cb114b474ffa8b1d079
Author:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 27 16:09:37 2019 +0000
Commit:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Sat Apr 27 16:29:39 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f2fa43f

net-nntp/pan: fix enchant dep

pan does not work with enchant-2, lock it to SLOT=0 and also
subslot 0 to cover p.masked unslotted enchant.

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>

 net-nntp/pan/pan-0.145.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-nntp/pan/pan-0.145.ebuild b/net-nntp/pan/pan-0.145.ebuild
index bbc3004e7dc..f62f5fc5a7b 100644
--- a/net-nntp/pan/pan-0.145.ebuild
+++ b/net-nntp/pan/pan-0.145.ebuild
@@ -21,7 +21,7 @@ RDEPEND="
 	gnome-keyring? ( >=gnome-base/libgnome-keyring-3.2 )
 	libnotify? ( >=x11-libs/libnotify-0.4.1:0= )
 	spell? (
-		>=app-text/enchant-1.6:=
+		>=app-text/enchant-1.6:0/0
 		>=app-text/gtkspell-2.0.7:2 )
 	ssl? ( >=net-libs/gnutls-3:0= )
 "