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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id CA59015808B for ; Wed, 16 Feb 2022 21:53:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0D2ACE085A; Wed, 16 Feb 2022 21:53:35 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 29883E085A for ; Wed, 16 Feb 2022 21:53:34 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5AB94342F86 for ; Wed, 16 Feb 2022 21:53:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E24AB26D for ; Wed, 16 Feb 2022 21:53:31 +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: <1645048397.b2d80ca7aa69e764bae55d8eb56cfa8db94c3cd3.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/gmime/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/gmime/gmime-2.6.23-r1.ebuild dev-libs/gmime/gmime-3.2.7.ebuild X-VCS-Directories: dev-libs/gmime/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: b2d80ca7aa69e764bae55d8eb56cfa8db94c3cd3 X-VCS-Branch: master Date: Wed, 16 Feb 2022 21:53:31 +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: 9342809a-e575-44ba-9958-5aed9d1ef2fc X-Archives-Hash: bed5716bfb05182b81a6b3999e31f4ec commit: b2d80ca7aa69e764bae55d8eb56cfa8db94c3cd3 Author: David Seifert gentoo org> AuthorDate: Wed Feb 16 21:53:17 2022 +0000 Commit: David Seifert gentoo org> CommitDate: Wed Feb 16 21:53:17 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2d80ca7 dev-libs/gmime: remove explicit gpgme slot Signed-off-by: David Seifert gentoo.org> dev-libs/gmime/gmime-2.6.23-r1.ebuild | 4 ++-- dev-libs/gmime/gmime-3.2.7.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-libs/gmime/gmime-2.6.23-r1.ebuild b/dev-libs/gmime/gmime-2.6.23-r1.ebuild index 6c2ade626ef3..2a6e0ed982f4 100644 --- a/dev-libs/gmime/gmime-2.6.23-r1.ebuild +++ b/dev-libs/gmime/gmime-2.6.23-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -18,7 +18,7 @@ RESTRICT="!test? ( test )" RDEPEND=" >=dev-libs/glib-2.32.0:2 sys-libs/zlib - smime? ( >=app-crypt/gpgme-1.1.6:1= ) + smime? ( >=app-crypt/gpgme-1.1.6:= ) vala? ( $(vala_depend) >=dev-libs/gobject-introspection-1.30.0:= ) diff --git a/dev-libs/gmime/gmime-3.2.7.ebuild b/dev-libs/gmime/gmime-3.2.7.ebuild index 6806355fa243..0fcd6cccaaf5 100644 --- a/dev-libs/gmime/gmime-3.2.7.ebuild +++ b/dev-libs/gmime/gmime-3.2.7.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -18,7 +18,7 @@ RESTRICT="!test? ( test )" RDEPEND=" >=dev-libs/glib-2.32.0:2 sys-libs/zlib - crypt? ( >=app-crypt/gpgme-1.8.0:1= ) + crypt? ( >=app-crypt/gpgme-1.8.0:= ) idn? ( net-dns/libidn2:= ) vala? ( $(vala_depend)