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 3111F1382C5 for ; Tue, 16 Feb 2021 18:19:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 703CEE0829; Tue, 16 Feb 2021 18:19:43 +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 58303E0829 for ; Tue, 16 Feb 2021 18:19:43 +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 5802D3412D8 for ; Tue, 16 Feb 2021 18:19:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EFE134A4 for ; Tue, 16 Feb 2021 18:19:40 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1613499047.30b9e202cbe12dd118ef7c106bb001b3e2c8bf37.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-misc/plasma-pass/ X-VCS-Repository: proj/kde X-VCS-Files: kde-misc/plasma-pass/plasma-pass-9999.ebuild X-VCS-Directories: kde-misc/plasma-pass/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 30b9e202cbe12dd118ef7c106bb001b3e2c8bf37 X-VCS-Branch: master Date: Tue, 16 Feb 2021 18:19:40 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: b66eda51-d1f1-4722-8835-1a8e1d286723 X-Archives-Hash: 5df808e323d64df6a2eb1a2a2c72c4b4 commit: 30b9e202cbe12dd118ef7c106bb001b3e2c8bf37 Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Feb 16 18:05:15 2021 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Feb 16 18:10:47 2021 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=30b9e202 kde-misc/plasma-pass: Add new DEPENDs Upstream commits: c616cd939fbcbd576d9abdcd4eef171eb32b36dd 832a840eec3ec9441240b05608667eebc4a77e64 Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-misc/plasma-pass/plasma-pass-9999.ebuild | 3 +++ 1 file changed, 3 insertions(+) diff --git a/kde-misc/plasma-pass/plasma-pass-9999.ebuild b/kde-misc/plasma-pass/plasma-pass-9999.ebuild index 3ab28350bf..f5f0884789 100644 --- a/kde-misc/plasma-pass/plasma-pass-9999.ebuild +++ b/kde-misc/plasma-pass/plasma-pass-9999.ebuild @@ -20,6 +20,7 @@ SLOT="5" IUSE="" DEPEND=" + >=dev-qt/qtconcurrent-${QTMIN}:5 >=dev-qt/qtdbus-${QTMIN}:5 >=dev-qt/qtdeclarative-${QTMIN}:5 >=dev-qt/qtgraphicaleffects-${QTMIN}:5 @@ -28,7 +29,9 @@ DEPEND=" >=kde-frameworks/ki18n-${KFMIN}:5 >=kde-frameworks/kitemmodels-${KFMIN}:5 >=kde-frameworks/plasma-${KFMIN}:5 + sys-auth/oath-toolkit " RDEPEND="${DEPEND} + >=dev-qt/qtquickcontrols2-${QTMIN}:5 >=kde-frameworks/kirigami-${KFMIN}:5 "