From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 58E07138334 for ; Thu, 15 Nov 2018 14:37:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 33CB3E095E; Thu, 15 Nov 2018 14:37:00 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 064EFE095E for ; Thu, 15 Nov 2018 14:36:59 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 87A92335C58 for ; Thu, 15 Nov 2018 14:36:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 50873459 for ; Thu, 15 Nov 2018 14:36:56 +0000 (UTC) From: "Andrey Utkin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrey Utkin" Message-ID: <1542292560.e2f8d45f7750cb1b181ff423c1f2ab7f03a0df26.andrey_utkin@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/dino/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-im/dino/dino-9999.ebuild X-VCS-Directories: net-im/dino/ X-VCS-Committer: andrey_utkin X-VCS-Committer-Name: Andrey Utkin X-VCS-Revision: e2f8d45f7750cb1b181ff423c1f2ab7f03a0df26 X-VCS-Branch: master Date: Thu, 15 Nov 2018 14:36:56 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 43791521-9976-4e51-a8dd-5da8a7afc720 X-Archives-Hash: 8ccc6b6462cde5a05cd23cc09ea6efe7 commit: e2f8d45f7750cb1b181ff423c1f2ab7f03a0df26 Author: Andrey Utkin gentoo org> AuthorDate: Thu Nov 15 14:36:00 2018 +0000 Commit: Andrey Utkin gentoo org> CommitDate: Thu Nov 15 14:36:00 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2f8d45f 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 k8n.de> Signed-off-by: Andrey Utkin gentoo.org> Package-Manager: Portage-2.3.49, Repoman-2.3.10 net-im/dino/dino-9999.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/net-im/dino/dino-9999.ebuild b/net-im/dino/dino-9999.ebuild index 9b578c60888..13e2a28e3b4 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)