From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1608032-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 80794158041 for <garchives@archives.gentoo.org>; Wed, 6 Mar 2024 22:25:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A6949E29FC; Wed, 6 Mar 2024 22:25:57 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 334AEE29FC for <gentoo-commits@lists.gentoo.org>; Wed, 6 Mar 2024 22:25:57 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5C047340C33 for <gentoo-commits@lists.gentoo.org>; Wed, 6 Mar 2024 22:25:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A67CC14D7 for <gentoo-commits@lists.gentoo.org>; Wed, 6 Mar 2024 22:25:54 +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: <1709763896.f4210bcc8fe0f0c6159c3d086fd6599b8fe3f954.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-plasma/oxygen/ X-VCS-Repository: proj/kde X-VCS-Files: kde-plasma/oxygen/oxygen-6.0.49.9999.ebuild kde-plasma/oxygen/oxygen-9999.ebuild X-VCS-Directories: kde-plasma/oxygen/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: f4210bcc8fe0f0c6159c3d086fd6599b8fe3f954 X-VCS-Branch: master Date: Wed, 6 Mar 2024 22:25:54 +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: 2b9d7664-9a61-49d5-98b0-7a2472f0e518 X-Archives-Hash: a2bcde8085f9b98df6bc975af2f99d94 commit: f4210bcc8fe0f0c6159c3d086fd6599b8fe3f954 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Wed Mar 6 22:24:56 2024 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Wed Mar 6 22:24:56 2024 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=f4210bcc kde-plasma/oxygen: Add missing dependency Upstream commit bd0739bc3b1677b227ad4eacad914599b5179c72 KDE-bug: https://bugs.kde.org/show_bug.cgi?id=474953 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> kde-plasma/oxygen/oxygen-6.0.49.9999.ebuild | 1 + kde-plasma/oxygen/oxygen-9999.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/kde-plasma/oxygen/oxygen-6.0.49.9999.ebuild b/kde-plasma/oxygen/oxygen-6.0.49.9999.ebuild index 6be7b8f88f..9521592d4f 100644 --- a/kde-plasma/oxygen/oxygen-6.0.49.9999.ebuild +++ b/kde-plasma/oxygen/oxygen-6.0.49.9999.ebuild @@ -32,6 +32,7 @@ RDEPEND=" >=kde-frameworks/kwidgetsaddons-${KFMIN}:6 >=kde-frameworks/kwindowsystem-${KFMIN}:6 >=kde-plasma/kdecoration-${PVCUT}:6 + >=kde-plasma/libplasma-${PVCUT}:6 qt5? ( >=dev-qt/qtdbus-${QT5MIN}:5 >=dev-qt/qtdeclarative-${QT5MIN}:5 diff --git a/kde-plasma/oxygen/oxygen-9999.ebuild b/kde-plasma/oxygen/oxygen-9999.ebuild index 4b719fb03c..7245f41aae 100644 --- a/kde-plasma/oxygen/oxygen-9999.ebuild +++ b/kde-plasma/oxygen/oxygen-9999.ebuild @@ -32,6 +32,7 @@ RDEPEND=" >=kde-frameworks/kwidgetsaddons-${KFMIN}:6 >=kde-frameworks/kwindowsystem-${KFMIN}:6 >=kde-plasma/kdecoration-${PVCUT}:6 + >=kde-plasma/libplasma-${PVCUT}:6 qt5? ( >=dev-qt/qtdbus-${QT5MIN}:5 >=dev-qt/qtdeclarative-${QT5MIN}:5