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 A2D061396D9 for ; Fri, 20 Oct 2017 11:07:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 08C412BC00D; Fri, 20 Oct 2017 11:07:04 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 DB8182BC00D for ; Fri, 20 Oct 2017 11:07:02 +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 ADC6333BF0B for ; Fri, 20 Oct 2017 11:07:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6E750829 for ; Fri, 20 Oct 2017 11:07:00 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1508497616.8c7e31ff914af0307bf6700e4c34e11aeff9ad22.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/keepassxc/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/keepassxc/keepassxc-2.1.4-r1.ebuild X-VCS-Directories: app-admin/keepassxc/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 8c7e31ff914af0307bf6700e4c34e11aeff9ad22 X-VCS-Branch: master Date: Fri, 20 Oct 2017 11:07:00 +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: 8f180b7a-1aca-4fe7-ba0b-ad5ae94593de X-Archives-Hash: 2f0f639cdb603b239d02a45837caae3e commit: 8c7e31ff914af0307bf6700e4c34e11aeff9ad22 Author: Lars Wendler gentoo org> AuthorDate: Fri Oct 20 10:09:31 2017 +0000 Commit: Lars Wendler gentoo org> CommitDate: Fri Oct 20 11:06:56 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c7e31ff app-admin/keepassxc: Added missing deps (bug #634246). Package-Manager: Portage-2.3.12, Repoman-2.3.3 app-admin/keepassxc/keepassxc-2.1.4-r1.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app-admin/keepassxc/keepassxc-2.1.4-r1.ebuild b/app-admin/keepassxc/keepassxc-2.1.4-r1.ebuild index 25db9c565d5..1fcb3974c06 100644 --- a/app-admin/keepassxc/keepassxc-2.1.4-r1.ebuild +++ b/app-admin/keepassxc/keepassxc-2.1.4-r1.ebuild @@ -25,12 +25,14 @@ IUSE="autotype debug http test" RDEPEND=" dev-libs/libgcrypt:= dev-qt/qtcore:5 + dev-qt/qtdbus:5 dev-qt/qtgui:5 dev-qt/qtnetwork:5 dev-qt/qtwidgets:5 sys-libs/zlib autotype? ( dev-qt/qtx11extras:5 + x11-libs/libX11 x11-libs/libXi x11-libs/libXtst )