diff options
author | Andrey Utkin <andrey_utkin@gentoo.org> | 2018-11-15 14:36:00 +0000 |
---|---|---|
committer | Andrey Utkin <andrey_utkin@gentoo.org> | 2018-11-15 14:36:00 +0000 |
commit | e2f8d45f7750cb1b181ff423c1f2ab7f03a0df26 (patch) | |
tree | 5df2489eb41eea70b5c40446aec2ca3950b1ceda /net-im/dino | |
parent | net-fs/minio: Version bump (diff) | |
download | gentoo-e2f8d45f7750cb1b181ff423c1f2ab7f03a0df26.tar.gz gentoo-e2f8d45f7750cb1b181ff423c1f2ab7f03a0df26.tar.bz2 gentoo-e2f8d45f7750cb1b181ff423c1f2ab7f03a0df26.zip |
net-im/dino: add media-gfx/qrencode to deps
As declared in upstream's README.md since commit eb43c4a35dea.
Bug: https://bugs.gentoo.org/671022
Reported-by: Daniel Kenzelmann <gentoo@k8n.de>
Signed-off-by: Andrey Utkin <andrey_utkin@gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.10
Diffstat (limited to 'net-im/dino')
-rw-r--r-- | net-im/dino/dino-9999.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/net-im/dino/dino-9999.ebuild b/net-im/dino/dino-9999.ebuild index 9b578c608889..13e2a28e3b44 100644 --- a/net-im/dino/dino-9999.ebuild +++ b/net-im/dino/dino-9999.ebuild @@ -33,7 +33,10 @@ RDEPEND=" x11-libs/pango gnupg? ( app-crypt/gpgme:1 ) http? ( net-libs/libsoup:2.4 ) - omemo? ( dev-libs/libgcrypt:0 ) + omemo? ( + dev-libs/libgcrypt:0 + media-gfx/qrencode + ) " DEPEND=" $(vala_depend) |