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 7478E138359 for ; Fri, 28 Aug 2020 18:31:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5BE44E0A4F; Fri, 28 Aug 2020 18:31:21 +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 3578CE0A4F for ; Fri, 28 Aug 2020 18:31:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 B8BDC335DAC for ; Fri, 28 Aug 2020 18:31:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 292692D2 for ; Fri, 28 Aug 2020 18:31:18 +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: <1598639386.9ca460cc128b1facc135d4c678f5baaf1cd15a3b.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-plasma/kde-gtk-config/ X-VCS-Repository: proj/kde X-VCS-Files: kde-plasma/kde-gtk-config/kde-gtk-config-5.19.49.9999.ebuild kde-plasma/kde-gtk-config/kde-gtk-config-9999.ebuild X-VCS-Directories: kde-plasma/kde-gtk-config/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 9ca460cc128b1facc135d4c678f5baaf1cd15a3b X-VCS-Branch: master Date: Fri, 28 Aug 2020 18:31:18 +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: fb8fb00b-e43e-42fa-83e3-b3cd75a75f1e X-Archives-Hash: 83daa79746bb0c291a666e7af2eb00fc commit: 9ca460cc128b1facc135d4c678f5baaf1cd15a3b Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri Aug 28 18:29:25 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Aug 28 18:29:46 2020 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=9ca460cc kde-plasma/kde-gtk-config: Push x11-misc/xsettingsd RDEPEND here With porting to cmake this has negligible dependencies and upstream wants it here anyway. Moved from kde-plasma/plasma-meta. Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-plasma/kde-gtk-config/kde-gtk-config-5.19.49.9999.ebuild | 1 + kde-plasma/kde-gtk-config/kde-gtk-config-9999.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/kde-plasma/kde-gtk-config/kde-gtk-config-5.19.49.9999.ebuild b/kde-plasma/kde-gtk-config/kde-gtk-config-5.19.49.9999.ebuild index f216242292..122b959481 100644 --- a/kde-plasma/kde-gtk-config/kde-gtk-config-5.19.49.9999.ebuild +++ b/kde-plasma/kde-gtk-config/kde-gtk-config-5.19.49.9999.ebuild @@ -33,6 +33,7 @@ DEPEND=" " RDEPEND="${DEPEND} >=kde-plasma/kde-cli-tools-${PVCUT}:5 + x11-misc/xsettingsd " src_configure() { diff --git a/kde-plasma/kde-gtk-config/kde-gtk-config-9999.ebuild b/kde-plasma/kde-gtk-config/kde-gtk-config-9999.ebuild index 4febed8208..5465ade07d 100644 --- a/kde-plasma/kde-gtk-config/kde-gtk-config-9999.ebuild +++ b/kde-plasma/kde-gtk-config/kde-gtk-config-9999.ebuild @@ -39,6 +39,7 @@ DEPEND=" " RDEPEND="${DEPEND} >=kde-plasma/kde-cli-tools-${PVCUT}:5 + x11-misc/xsettingsd " src_configure() {