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 8EA631382C5 for ; Tue, 22 Jun 2021 22:38:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D3126E0831; Tue, 22 Jun 2021 22:38:14 +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 95A65E0830 for ; Tue, 22 Jun 2021 22:38:14 +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 E41F0335E2F for ; Tue, 22 Jun 2021 22:38:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 92EF67B6 for ; Tue, 22 Jun 2021 22:38:11 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1624400957.5219985efb5d1a676a228c3d4c65dd25e6dc7bb9.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: mail-client/alpine/ X-VCS-Repository: repo/gentoo X-VCS-Files: mail-client/alpine/alpine-2.24-r1.ebuild mail-client/alpine/alpine-2.24.ebuild X-VCS-Directories: mail-client/alpine/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 5219985efb5d1a676a228c3d4c65dd25e6dc7bb9 X-VCS-Branch: master Date: Tue, 22 Jun 2021 22:38:11 +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: d1bc016b-1992-4804-9d1d-bf672fd9395d X-Archives-Hash: 793115f35b81c7f346facd43b1f5988e commit: 5219985efb5d1a676a228c3d4c65dd25e6dc7bb9 Author: Sam James gentoo org> AuthorDate: Tue Jun 22 22:01:58 2021 +0000 Commit: Sam James gentoo org> CommitDate: Tue Jun 22 22:29:17 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5219985e mail-client/alpine: add virtual/libcrypt dependency Needed for upcoming libcrypt migration. Acked-by: David Seifert gentoo.org> Reported-by: Ulrich Müller gentoo.org> Signed-off-by: Sam James gentoo.org> mail-client/alpine/{alpine-2.24.ebuild => alpine-2.24-r1.ebuild} | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mail-client/alpine/alpine-2.24.ebuild b/mail-client/alpine/alpine-2.24-r1.ebuild similarity index 97% rename from mail-client/alpine/alpine-2.24.ebuild rename to mail-client/alpine/alpine-2.24-r1.ebuild index cab52c028be..16d284d558d 100644 --- a/mail-client/alpine/alpine-2.24.ebuild +++ b/mail-client/alpine/alpine-2.24-r1.ebuild @@ -16,7 +16,8 @@ SLOT="0" KEYWORDS="~alpha amd64 ~ia64 ppc ~ppc64 ~sparc x86" IUSE="+chappa doc ipv6 kerberos ldap nls onlyalpine passfile smime spell ssl threads" -DEPEND="sys-libs/ncurses +DEPEND="sys-libs/ncurses:= + virtual/libcrypt:= kerberos? ( app-crypt/mit-krb5 ) ldap? ( net-nds/openldap ) spell? ( app-text/aspell )