From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1493587-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id 3E54015802F
	for <garchives@archives.gentoo.org>; Sun,  5 Mar 2023 10:18:27 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 81400E0843;
	Sun,  5 Mar 2023 10:18:26 +0000 (UTC)
Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 61A3DE0843
	for <gentoo-commits@lists.gentoo.org>; Sun,  5 Mar 2023 10:18:26 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 7C0F034137E
	for <gentoo-commits@lists.gentoo.org>; Sun,  5 Mar 2023 10:18:25 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 002B288E
	for <gentoo-commits@lists.gentoo.org>; Sun,  5 Mar 2023 10:18:23 +0000 (UTC)
From: "Andreas Sturmlechner" <asturm@gentoo.org>
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" <asturm@gentoo.org>
Message-ID: <1678011455.a7ce6bef1890721b51aa11531f9117918af37f20.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: a7ce6bef1890721b51aa11531f9117918af37f20
X-VCS-Branch: master
Date: Sun,  5 Mar 2023 10:18:23 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 381c5f58-d42e-4495-9233-231e14a47026
X-Archives-Hash: b219d3ae2baadd5c1edc20fd108559ac

commit:     a7ce6bef1890721b51aa11531f9117918af37f20
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Mar  5 10:17:35 2023 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Mar  5 10:17:35 2023 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=a7ce6bef

kde-misc/plasma-pass: Fix dependencies

Partially reverts previous commit.

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-misc/plasma-pass/plasma-pass-9999.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-misc/plasma-pass/plasma-pass-9999.ebuild b/kde-misc/plasma-pass/plasma-pass-9999.ebuild
index 53b6c3728e..06f4c71895 100644
--- a/kde-misc/plasma-pass/plasma-pass-9999.ebuild
+++ b/kde-misc/plasma-pass/plasma-pass-9999.ebuild
@@ -30,9 +30,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
-	sys-auth/oath-toolkit
 "