Gentoo Archives: gentoo-commits

From: Andrey Utkin <andrey_utkin@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/dino/
Date: Thu, 15 Nov 2018 14:37:02
Message-Id: 1542292560.e2f8d45f7750cb1b181ff423c1f2ab7f03a0df26.andrey_utkin@gentoo
1 commit: e2f8d45f7750cb1b181ff423c1f2ab7f03a0df26
2 Author: Andrey Utkin <andrey_utkin <AT> gentoo <DOT> org>
3 AuthorDate: Thu Nov 15 14:36:00 2018 +0000
4 Commit: Andrey Utkin <andrey_utkin <AT> gentoo <DOT> org>
5 CommitDate: Thu Nov 15 14:36:00 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2f8d45f
7
8 net-im/dino: add media-gfx/qrencode to deps
9
10 As declared in upstream's README.md since commit eb43c4a35dea.
11
12 Bug: https://bugs.gentoo.org/671022
13 Reported-by: Daniel Kenzelmann <gentoo <AT> k8n.de>
14 Signed-off-by: Andrey Utkin <andrey_utkin <AT> gentoo.org>
15 Package-Manager: Portage-2.3.49, Repoman-2.3.10
16
17 net-im/dino/dino-9999.ebuild | 5 ++++-
18 1 file changed, 4 insertions(+), 1 deletion(-)
19
20 diff --git a/net-im/dino/dino-9999.ebuild b/net-im/dino/dino-9999.ebuild
21 index 9b578c60888..13e2a28e3b4 100644
22 --- a/net-im/dino/dino-9999.ebuild
23 +++ b/net-im/dino/dino-9999.ebuild
24 @@ -33,7 +33,10 @@ RDEPEND="
25 x11-libs/pango
26 gnupg? ( app-crypt/gpgme:1 )
27 http? ( net-libs/libsoup:2.4 )
28 - omemo? ( dev-libs/libgcrypt:0 )
29 + omemo? (
30 + dev-libs/libgcrypt:0
31 + media-gfx/qrencode
32 + )
33 "
34 DEPEND="
35 $(vala_depend)