commit: 3383ff0ab75e5a835c46d1a9aed3b6cf426e7643
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 16 21:53:23 2022 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> 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 <soap <AT> 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 ) )