diff options
author | David Seifert <soap@gentoo.org> | 2022-02-16 22:53:23 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2022-02-16 22:53:23 +0100 |
commit | 3383ff0ab75e5a835c46d1a9aed3b6cf426e7643 (patch) | |
tree | 52c710c8d4e72230afb0b0a149817b0a82c953c6 /net-im | |
parent | net-firewall/fwknop: add subslot op on app-crypt/gpgme (diff) | |
download | gentoo-3383ff0ab75e5a835c46d1a9aed3b6cf426e7643.tar.gz gentoo-3383ff0ab75e5a835c46d1a9aed3b6cf426e7643.tar.bz2 gentoo-3383ff0ab75e5a835c46d1a9aed3b6cf426e7643.zip |
net-im/mcabber: add subslot op on app-crypt/gpgme
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/mcabber/mcabber-1.1.2-r1.ebuild (renamed from net-im/mcabber/mcabber-1.1.2.ebuild) | 4 | ||||
-rw-r--r-- | 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 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 ) ) |