diff options
author | David Seifert <soap@gentoo.org> | 2022-02-16 22:53:18 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2022-02-16 22:53:18 +0100 |
commit | cfac4f4755eefb8407248c41bba2a0fdf838233a (patch) | |
tree | 822ec828836bfc6b52ff397cf0f24ebf22f37327 /net-im/ekg2 | |
parent | dev-libs/gmime: remove explicit gpgme slot (diff) | |
download | gentoo-cfac4f4755eefb8407248c41bba2a0fdf838233a.tar.gz gentoo-cfac4f4755eefb8407248c41bba2a0fdf838233a.tar.bz2 gentoo-cfac4f4755eefb8407248c41bba2a0fdf838233a.zip |
net-im/ekg2: remove explicit gpgme slot
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'net-im/ekg2')
-rw-r--r-- | net-im/ekg2/ekg2-0.4_pre20190315-r1.ebuild | 4 | ||||
-rw-r--r-- | net-im/ekg2/ekg2-9999.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/net-im/ekg2/ekg2-0.4_pre20190315-r1.ebuild b/net-im/ekg2/ekg2-0.4_pre20190315-r1.ebuild index f1e09d360c6b..3dfe36b6ea6c 100644 --- a/net-im/ekg2/ekg2-0.4_pre20190315-r1.ebuild +++ b/net-im/ekg2/ekg2-0.4_pre20190315-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 @@ -19,7 +19,7 @@ IUSE="gadu gpm gpg gtk minimal ncurses nls nntp openssl RDEPEND="dev-libs/glib:2 gadu? ( <net-libs/libgadu-1.12:0= ) - gpg? ( app-crypt/gpgme:1= ) + gpg? ( app-crypt/gpgme:= ) gtk? ( x11-libs/gtk+:2 ) nls? ( virtual/libintl:0= ) openssl? ( dev-libs/openssl:0= ) diff --git a/net-im/ekg2/ekg2-9999.ebuild b/net-im/ekg2/ekg2-9999.ebuild index 95e8a266ea8d..3243fa4af2fd 100644 --- a/net-im/ekg2/ekg2-9999.ebuild +++ b/net-im/ekg2/ekg2-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 @@ -18,7 +18,7 @@ IUSE="gadu gpm gpg gtk minimal ncurses nls nntp openssl RDEPEND="dev-libs/glib:2 gadu? ( <net-libs/libgadu-1.12:0= ) - gpg? ( app-crypt/gpgme:1= ) + gpg? ( app-crypt/gpgme:= ) gtk? ( x11-libs/gtk+:2 ) nls? ( virtual/libintl:0= ) openssl? ( dev-libs/openssl:0= ) |