diff options
author | David Seifert <soap@gentoo.org> | 2022-02-16 23:11:09 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2022-02-16 23:11:09 +0100 |
commit | 8a8c84486a5def0d8422378de46e4d6ddb4adc63 (patch) | |
tree | a052f530991165fabab4dc38af41419b9a9ed056 /dev-util | |
parent | app-backup/dar: remove explicit gpgme slot (diff) | |
download | gentoo-8a8c84486a5def0d8422378de46e4d6ddb4adc63.tar.gz gentoo-8a8c84486a5def0d8422378de46e4d6ddb4adc63.tar.bz2 gentoo-8a8c84486a5def0d8422378de46e4d6ddb4adc63.zip |
dev-util/geany-plugins: remove explicit gpgme slot
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/geany-plugins/geany-plugins-1.37-r101.ebuild | 4 | ||||
-rw-r--r-- | dev-util/geany-plugins/geany-plugins-1.38.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-util/geany-plugins/geany-plugins-1.37-r101.ebuild b/dev-util/geany-plugins/geany-plugins-1.37-r101.ebuild index 6d06c1275d7d..607708251221 100644 --- a/dev-util/geany-plugins/geany-plugins-1.37-r101.ebuild +++ b/dev-util/geany-plugins/geany-plugins-1.37-r101.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 @@ -28,7 +28,7 @@ DEPEND=" ) enchant? ( app-text/enchant:= ) git? ( dev-libs/libgit2:= ) - gpg? ( app-crypt/gpgme:1= ) + gpg? ( app-crypt/gpgme:= ) gtkspell? ( app-text/gtkspell:3= ) lua? ( ${LUA_DEPS} ) markdown? ( diff --git a/dev-util/geany-plugins/geany-plugins-1.38.ebuild b/dev-util/geany-plugins/geany-plugins-1.38.ebuild index bd644947d156..e8065a8877f3 100644 --- a/dev-util/geany-plugins/geany-plugins-1.38.ebuild +++ b/dev-util/geany-plugins/geany-plugins-1.38.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=8 @@ -26,7 +26,7 @@ DEPEND=" debugger? ( x11-libs/vte:2.91 ) enchant? ( app-text/enchant:= ) git? ( dev-libs/libgit2:= ) - gpg? ( app-crypt/gpgme:1= ) + gpg? ( app-crypt/gpgme:= ) gtkspell? ( app-text/gtkspell:3= ) lua? ( ${LUA_DEPS} ) markdown? ( |