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 4B7BB1382C5 for ; Tue, 1 Dec 2020 14:02:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 82BBFE082B; Tue, 1 Dec 2020 14:02:12 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 6C73DE082B for ; Tue, 1 Dec 2020 14:02:12 +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 1E8EA3410A8 for ; Tue, 1 Dec 2020 14:02:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8BCFD474 for ; Tue, 1 Dec 2020 14:02:09 +0000 (UTC) From: "Nicolas Bock" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Nicolas Bock" Message-ID: <1606831320.1efbee1283ba2234861a680f8d91bdd6161630bf.nicolasbock@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: mail-client/neomutt/ X-VCS-Repository: repo/gentoo X-VCS-Files: mail-client/neomutt/neomutt-20201127-r1.ebuild mail-client/neomutt/neomutt-99999999.ebuild X-VCS-Directories: mail-client/neomutt/ X-VCS-Committer: nicolasbock X-VCS-Committer-Name: Nicolas Bock X-VCS-Revision: 1efbee1283ba2234861a680f8d91bdd6161630bf X-VCS-Branch: master Date: Tue, 1 Dec 2020 14:02:09 +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: fa221782-1ee3-497a-94ea-d082cffcb640 X-Archives-Hash: a6e5168b20c133467141253ce43982f1 commit: 1efbee1283ba2234861a680f8d91bdd6161630bf Author: Nicolas Bock gentoo org> AuthorDate: Tue Dec 1 13:52:30 2020 +0000 Commit: Nicolas Bock gentoo org> CommitDate: Tue Dec 1 14:02:00 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1efbee12 mail-client/neomutt: Bump gpgme requirement This change bumps the minimum version requirement for `app-crypt/gpgme` to 1.13.1 as reported in https://bugs.gentoo.org/727026. Note that this version of gpgme is currently not stable on s390 (see https://bugs.gentoo.org/750950). Closes: https://bugs.gentoo.org/727026 Bug: https://bugs.gentoo.org/750950 Signed-off-by: Nicolas Bock gentoo.org> .../neomutt/{neomutt-99999999.ebuild => neomutt-20201127-r1.ebuild} | 2 +- mail-client/neomutt/neomutt-99999999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mail-client/neomutt/neomutt-99999999.ebuild b/mail-client/neomutt/neomutt-20201127-r1.ebuild similarity index 98% copy from mail-client/neomutt/neomutt-99999999.ebuild copy to mail-client/neomutt/neomutt-20201127-r1.ebuild index 0903176798d..c2227b88db2 100644 --- a/mail-client/neomutt/neomutt-99999999.ebuild +++ b/mail-client/neomutt/neomutt-20201127-r1.ebuild @@ -42,7 +42,7 @@ CDEPEND=" qdbm? ( dev-db/qdbm ) tokyocabinet? ( dev-db/tokyocabinet ) gnutls? ( >=net-libs/gnutls-1.0.17:= ) - gpgme? ( >=app-crypt/gpgme-0.9.0:= ) + gpgme? ( >=app-crypt/gpgme-1.13.1:= ) idn? ( net-dns/libidn:= ) kerberos? ( virtual/krb5 ) notmuch? ( net-mail/notmuch:= ) diff --git a/mail-client/neomutt/neomutt-99999999.ebuild b/mail-client/neomutt/neomutt-99999999.ebuild index 0903176798d..c2227b88db2 100644 --- a/mail-client/neomutt/neomutt-99999999.ebuild +++ b/mail-client/neomutt/neomutt-99999999.ebuild @@ -42,7 +42,7 @@ CDEPEND=" qdbm? ( dev-db/qdbm ) tokyocabinet? ( dev-db/tokyocabinet ) gnutls? ( >=net-libs/gnutls-1.0.17:= ) - gpgme? ( >=app-crypt/gpgme-0.9.0:= ) + gpgme? ( >=app-crypt/gpgme-1.13.1:= ) idn? ( net-dns/libidn:= ) kerberos? ( virtual/krb5 ) notmuch? ( net-mail/notmuch:= )