summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey Utkin <andrey_utkin@gentoo.org>2019-03-07 09:42:47 +0000
committerAndrey Utkin <andrey_utkin@gentoo.org>2019-03-07 09:42:47 +0000
commitdce32902fbfb60ba3b2c08878cab96cb80d7b951 (patch)
tree32d72aedc88d90c8fc23c7787b2eef63f846d77d /net-im/dino
parentkde-misc/playbar2: remove playbar2-2.5 (diff)
downloadgentoo-dce32902fbfb60ba3b2c08878cab96cb80d7b951.tar.gz
gentoo-dce32902fbfb60ba3b2c08878cab96cb80d7b951.tar.bz2
gentoo-dce32902fbfb60ba3b2c08878cab96cb80d7b951.zip
net-im/dino: rename USE flag 'gnupg' to 'gpg'
Suggested-by: Dennis Schridde <devurandom@gmx.net> Bug: https://bugs.gentoo.org/679632 Package-Manager: Portage-2.3.51, Repoman-2.3.12 Signed-off-by: Andrey Utkin <andrey_utkin@gentoo.org>
Diffstat (limited to 'net-im/dino')
-rw-r--r--net-im/dino/dino-9999.ebuild6
-rw-r--r--net-im/dino/metadata.xml2
2 files changed, 4 insertions, 4 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")
)
diff --git a/net-im/dino/metadata.xml b/net-im/dino/metadata.xml
index c488bca606f2..05d64fd0a3f9 100644
--- a/net-im/dino/metadata.xml
+++ b/net-im/dino/metadata.xml
@@ -10,7 +10,7 @@
<remote-id type="github">dino/dino</remote-id>
</upstream>
<use>
- <flag name="gnupg">Enable OpenPGP encryption plugin</flag>
+ <flag name="gpg">Enable OpenPGP encryption plugin</flag>
<flag name="http">Enable HTTP file upload plugin</flag>
<flag name="omemo">Enable OMEMO encryption plugin</flag>
</use>