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 02FCF1382C5 for ; Fri, 18 Jun 2021 21:07:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 24FFAE083D; Fri, 18 Jun 2021 21:07:40 +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 0471CE081E for ; Fri, 18 Jun 2021 21:07:39 +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 77401335D9E for ; Fri, 18 Jun 2021 21:07:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ECF177B1 for ; Fri, 18 Jun 2021 21:07:36 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1624050375.8fda7376837f4aa04772ad1468e7ef824d8eb1c0.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-mail/nmzmail/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-mail/nmzmail/nmzmail-1.1-r1.ebuild net-mail/nmzmail/nmzmail-1.1.ebuild X-VCS-Directories: net-mail/nmzmail/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 8fda7376837f4aa04772ad1468e7ef824d8eb1c0 X-VCS-Branch: master Date: Fri, 18 Jun 2021 21:07:36 +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: ded8f811-28c9-4b2e-81b9-7d034b666d77 X-Archives-Hash: ec7bfc1d7786a2b5b10ee0be1e8c9e59 commit: 8fda7376837f4aa04772ad1468e7ef824d8eb1c0 Author: Sam James gentoo org> AuthorDate: Fri Jun 18 21:06:15 2021 +0000 Commit: David Seifert gentoo org> CommitDate: Fri Jun 18 21:06:15 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8fda7376 net-mail/nmzmail: add missing readline slot operator We need to be rebuilt when readline's ABI changes. Package-Manager: Portage-3.0.18-prefix, Repoman-3.0.3 Signed-off-by: Sam James gentoo.org> Signed-off-by: David Seifert gentoo.org> net-mail/nmzmail/{nmzmail-1.1.ebuild => nmzmail-1.1-r1.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-mail/nmzmail/nmzmail-1.1.ebuild b/net-mail/nmzmail/nmzmail-1.1-r1.ebuild similarity index 84% rename from net-mail/nmzmail/nmzmail-1.1.ebuild rename to net-mail/nmzmail/nmzmail-1.1-r1.ebuild index 04f316a18ee..c936ce4ed46 100644 --- a/net-mail/nmzmail/nmzmail-1.1.ebuild +++ b/net-mail/nmzmail/nmzmail-1.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -12,6 +12,6 @@ SLOT="0" KEYWORDS="amd64 ~ppc x86" IUSE="" -DEPEND="sys-libs/readline" +DEPEND="sys-libs/readline:=" RDEPEND="${DEPEND} >=app-text/namazu-2"