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 8E09F1396D0 for ; Wed, 20 Sep 2017 12:40:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D12CE1FC0A9; Wed, 20 Sep 2017 12:39:58 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 AF65E1FC0BA for ; Wed, 20 Sep 2017 12:39:58 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 E1FD333BEA7 for ; Wed, 20 Sep 2017 12:39:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7DAC3908B for ; Wed, 20 Sep 2017 12:39:56 +0000 (UTC) From: "Kristian Fiskerstrand" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Kristian Fiskerstrand" Message-ID: <1505911187.e2aca68589cabc261e6be6d41a5e714d5b7e0abe.k_f@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/pinentry/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-crypt/pinentry/pinentry-1.0.0.ebuild X-VCS-Directories: app-crypt/pinentry/ X-VCS-Committer: k_f X-VCS-Committer-Name: Kristian Fiskerstrand X-VCS-Revision: e2aca68589cabc261e6be6d41a5e714d5b7e0abe X-VCS-Branch: master Date: Wed, 20 Sep 2017 12:39: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: 1702e88e-5086-4d83-b5c0-90797628ce73 X-Archives-Hash: 2ab6eac57e076592614bf47bc85e6002 commit: e2aca68589cabc261e6be6d41a5e714d5b7e0abe Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Sep 19 19:17:32 2017 +0000 Commit: Kristian Fiskerstrand gentoo org> CommitDate: Wed Sep 20 12:39:47 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2aca685 app-crypt/pinentry: Add missing dependency dev-qt/qtcore:5 Package-Manager: Portage-2.3.8, Repoman-2.3.1 app-crypt/pinentry/pinentry-1.0.0.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/app-crypt/pinentry/pinentry-1.0.0.ebuild b/app-crypt/pinentry/pinentry-1.0.0.ebuild index ed636ad65e6..23de2e2209d 100644 --- a/app-crypt/pinentry/pinentry-1.0.0.ebuild +++ b/app-crypt/pinentry/pinentry-1.0.0.ebuild @@ -24,6 +24,7 @@ CDEPEND=" gtk? ( x11-libs/gtk+:2 ) ncurses? ( sys-libs/ncurses:0= ) qt5? ( + dev-qt/qtcore:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 )