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 DE210138359 for ; Sun, 2 Aug 2020 11:16:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2EAA5E0C5C; Sun, 2 Aug 2020 11:16:08 +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 160A0E0C5C for ; Sun, 2 Aug 2020 11:16:08 +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 EC7EC34ED45 for ; Sun, 2 Aug 2020 11:16:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 66835303 for ; Sun, 2 Aug 2020 11:16:04 +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: <1596365850.e7aaebec9c0f229f33ae23aed84235a786a18f43.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-meta/ X-VCS-Repository: proj/kde X-VCS-Files: kde-plasma/plasma-meta/plasma-meta-5.19.49.9999.ebuild kde-plasma/plasma-meta/plasma-meta-9999.ebuild X-VCS-Directories: kde-plasma/plasma-meta/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: e7aaebec9c0f229f33ae23aed84235a786a18f43 X-VCS-Branch: master Date: Sun, 2 Aug 2020 11:16:04 +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: 04e7c400-833f-42e1-88ad-514c8ce88114 X-Archives-Hash: 0fa00cad5c3daef694bc4a43fa175f80 commit: e7aaebec9c0f229f33ae23aed84235a786a18f43 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Aug 2 10:56:41 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Aug 2 10:57:30 2020 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=e7aaebec kde-plasma/plasma-meta: Add more IUSE="gtk" integration deps Bug: https://bugs.gentoo.org/332695 Bug: https://bugs.gentoo.org/341757 Package-Manager: Portage-3.0.1, Repoman-2.3.23 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-plasma/plasma-meta/plasma-meta-5.19.49.9999.ebuild | 2 ++ kde-plasma/plasma-meta/plasma-meta-9999.ebuild | 2 ++ 2 files changed, 4 insertions(+) diff --git a/kde-plasma/plasma-meta/plasma-meta-5.19.49.9999.ebuild b/kde-plasma/plasma-meta/plasma-meta-5.19.49.9999.ebuild index 2469acd17c..9408510e28 100644 --- a/kde-plasma/plasma-meta/plasma-meta-5.19.49.9999.ebuild +++ b/kde-plasma/plasma-meta/plasma-meta-5.19.49.9999.ebuild @@ -64,6 +64,8 @@ RDEPEND=" gtk? ( >=kde-plasma/breeze-gtk-${PV}:${SLOT} >=kde-plasma/kde-gtk-config-${PV}:${SLOT} + x11-misc/appmenu-gtk-module + x11-misc/xsettingsd ) handbook? ( kde-apps/khelpcenter:5 ) kwallet? ( >=kde-plasma/kwallet-pam-${PV}:${SLOT} ) diff --git a/kde-plasma/plasma-meta/plasma-meta-9999.ebuild b/kde-plasma/plasma-meta/plasma-meta-9999.ebuild index ff417eab75..f315e6d2e9 100644 --- a/kde-plasma/plasma-meta/plasma-meta-9999.ebuild +++ b/kde-plasma/plasma-meta/plasma-meta-9999.ebuild @@ -64,6 +64,8 @@ RDEPEND=" gtk? ( >=kde-plasma/breeze-gtk-${PV}:${SLOT} >=kde-plasma/kde-gtk-config-${PV}:${SLOT} + x11-misc/appmenu-gtk-module + x11-misc/xsettingsd ) handbook? ( kde-apps/khelpcenter:5 ) kwallet? ( >=kde-plasma/kwallet-pam-${PV}:${SLOT} )