summaryrefslogtreecommitdiff
path: root/net-im/dino/dino-9999.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2019-03-19 11:37:34 +0000
committerV3n3RiX <venerix@redcorelinux.org>2019-03-19 11:37:34 +0000
commitb7b97785ebbb2f11d24d14dab8b81ed274f4ce6a (patch)
tree9fd110f9fc996e8a4213eeda994a8c112491b86d /net-im/dino/dino-9999.ebuild
parent066d27181e9a797ad9f8fc43b49fc9a10ff2f707 (diff)
gentoo resync : 19.03.2019
Diffstat (limited to 'net-im/dino/dino-9999.ebuild')
-rw-r--r--net-im/dino/dino-9999.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/net-im/dino/dino-9999.ebuild b/net-im/dino/dino-9999.ebuild
index 80ecc7fbd0b2..a1a9b20b2833 100644
--- a/net-im/dino/dino-9999.ebuild
+++ b/net-im/dino/dino-9999.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="Modern Jabber/XMPP Client using GTK+/Vala"
HOMEPAGE="https://dino.im"
LICENSE="GPL-3"
SLOT="0"
-IUSE="+gnupg +http +omemo"
+IUSE="+gpg +http +omemo"
MY_REPO_URI="https://github.com/dino/dino"
if [[ ${PV} == "9999" ]]; then
@@ -32,7 +32,7 @@ RDEPEND="
x11-libs/gdk-pixbuf:2
x11-libs/gtk+:3
x11-libs/pango
- gnupg? ( app-crypt/gpgme:1 )
+ gpg? ( app-crypt/gpgme:1 )
http? ( net-libs/libsoup:2.4 )
omemo? (
dev-libs/libgcrypt:0
@@ -52,7 +52,7 @@ src_prepare() {
src_configure() {
local disabled_plugins=(
- $(usex gnupg "" "openpgp")
+ $(usex gpg "" "openpgp")
$(usex omemo "" "omemo")
$(usex http "" "http-files")
)