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 3E63C138334 for ; Wed, 15 May 2019 16:30:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 53F56E0953; Wed, 15 May 2019 16:30:39 +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 357EDE0932 for ; Wed, 15 May 2019 16:30:39 +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 70F8334457B for ; Wed, 15 May 2019 16:30:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 80B0E5E6 for ; Wed, 15 May 2019 16:30:35 +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: <1557937821.d1c60df2cbde343ec0ed782b2c4498a29126efa2.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-misc/plasma-thunderbolt/ X-VCS-Repository: proj/kde X-VCS-Files: kde-misc/plasma-thunderbolt/plasma-thunderbolt-9999.ebuild X-VCS-Directories: kde-misc/plasma-thunderbolt/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: d1c60df2cbde343ec0ed782b2c4498a29126efa2 X-VCS-Branch: master Date: Wed, 15 May 2019 16:30:35 +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: f10b0e24-fa6f-4530-96e9-a23a28c850bd X-Archives-Hash: b0ab85d8abe3c086169cd13d8ef8d301 commit: d1c60df2cbde343ec0ed782b2c4498a29126efa2 Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed May 15 16:30:21 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed May 15 16:30:21 2019 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=d1c60df2 kde-misc/plasma-thunderbolt: Switch R<->DEPENDs Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-misc/plasma-thunderbolt/plasma-thunderbolt-9999.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kde-misc/plasma-thunderbolt/plasma-thunderbolt-9999.ebuild b/kde-misc/plasma-thunderbolt/plasma-thunderbolt-9999.ebuild index 8266e4457f..6deb83a0a1 100644 --- a/kde-misc/plasma-thunderbolt/plasma-thunderbolt-9999.ebuild +++ b/kde-misc/plasma-thunderbolt/plasma-thunderbolt-9999.ebuild @@ -13,7 +13,7 @@ LICENSE="|| ( GPL-2 GPL-3+ )" KEYWORDS="" IUSE="" -RDEPEND=" +DEPEND=" $(add_frameworks_dep kcmutils) $(add_frameworks_dep kcoreaddons) $(add_frameworks_dep kdbusaddons) @@ -24,6 +24,6 @@ RDEPEND=" $(add_qt_dep qtdbus) $(add_qt_dep qtgui) " -DEPEND="${RDEPEND} +RDEPEND="${DEPEND} sys-apps/bolt "