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 EE44E15808C for ; Wed, 16 Feb 2022 21:53:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 427CAE086E; Wed, 16 Feb 2022 21:53:36 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 20FABE086E for ; Wed, 16 Feb 2022 21:53:36 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 37FE3342F95 for ; Wed, 16 Feb 2022 21:53:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 699682E1 for ; Wed, 16 Feb 2022 21:53:32 +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: <1645048403.3383ff0ab75e5a835c46d1a9aed3b6cf426e7643.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/mcabber/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-im/mcabber/mcabber-1.1.2-r1.ebuild net-im/mcabber/mcabber-1.1.2.ebuild net-im/mcabber/mcabber-9999.ebuild X-VCS-Directories: net-im/mcabber/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 3383ff0ab75e5a835c46d1a9aed3b6cf426e7643 X-VCS-Branch: master Date: Wed, 16 Feb 2022 21:53:32 +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: ba8cc73d-7bf2-4ce5-b48c-8b7277664d2d X-Archives-Hash: a778a32302abc999f94a4c2b8fab237c commit: 3383ff0ab75e5a835c46d1a9aed3b6cf426e7643 Author: David Seifert gentoo org> AuthorDate: Wed Feb 16 21:53:23 2022 +0000 Commit: David Seifert gentoo org> CommitDate: Wed Feb 16 21:53:23 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3383ff0a net-im/mcabber: add subslot op on app-crypt/gpgme Signed-off-by: David Seifert gentoo.org> net-im/mcabber/{mcabber-1.1.2.ebuild => mcabber-1.1.2-r1.ebuild} | 4 ++-- net-im/mcabber/mcabber-9999.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/net-im/mcabber/mcabber-1.1.2.ebuild b/net-im/mcabber/mcabber-1.1.2-r1.ebuild similarity index 96% rename from net-im/mcabber/mcabber-1.1.2.ebuild rename to net-im/mcabber/mcabber-1.1.2-r1.ebuild index 616c5e554f8a..bd5a83f961ef 100644 --- a/net-im/mcabber/mcabber-1.1.2.ebuild +++ b/net-im/mcabber/mcabber-1.1.2-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=7 @@ -30,7 +30,7 @@ for i in ${LANGS}; do IUSE="${IUSE} l10n_${i}" done; -RDEPEND="crypt? ( >=app-crypt/gpgme-1.0.0 ) +RDEPEND="crypt? ( app-crypt/gpgme:= ) otr? ( >=net-libs/libotr-3.1.0 ) aspell? ( app-text/aspell ) vim-syntax? ( || ( app-editors/vim app-editors/gvim ) ) diff --git a/net-im/mcabber/mcabber-9999.ebuild b/net-im/mcabber/mcabber-9999.ebuild index 9e0a12b1fef1..eb94b6002a7b 100644 --- a/net-im/mcabber/mcabber-9999.ebuild +++ b/net-im/mcabber/mcabber-9999.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=7 @@ -30,7 +30,7 @@ for i in ${LANGS}; do IUSE="${IUSE} l10n_${i}" done; -RDEPEND="crypt? ( >=app-crypt/gpgme-1.0.0 ) +RDEPEND="crypt? ( app-crypt/gpgme:= ) otr? ( >=net-libs/libotr-3.1.0 ) aspell? ( app-text/aspell ) vim-syntax? ( || ( app-editors/vim app-editors/gvim ) )