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 DF85013835A for ; Thu, 27 Aug 2020 06:17:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B87B9E0BBE; Thu, 27 Aug 2020 06:17:07 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 32E9FE0BBE for ; Thu, 27 Aug 2020 06:17:06 +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 D270B335DB0 for ; Thu, 27 Aug 2020 06:17:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 54B7732A for ; Thu, 27 Aug 2020 06:17: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: <1598466350.d8f4db114ed9821023c4e2c041f8aa84fec84cf2.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-9999.ebuild X-VCS-Directories: kde-plasma/kde-gtk-config/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: d8f4db114ed9821023c4e2c041f8aa84fec84cf2 X-VCS-Branch: master Date: Thu, 27 Aug 2020 06:17: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: 5e3c4320-708f-445d-aa44-a18b19eeb9bf X-Archives-Hash: 5be811d4c497eba3aba1ad36b4725869 commit: d8f4db114ed9821023c4e2c041f8aa84fec84cf2 Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Aug 26 17:55:58 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Aug 26 18:25:50 2020 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=d8f4db11 kde-plasma/kde-gtk-config: Update dependencies Upstream commit 7bffadadd5e00cfd1508167dec5968c8714fc071 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-9999.ebuild | 6 ++++++ 1 file changed, 6 insertions(+) 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 7e1f06c08f..4febed8208 100644 --- a/kde-plasma/kde-gtk-config/kde-gtk-config-9999.ebuild +++ b/kde-plasma/kde-gtk-config/kde-gtk-config-9999.ebuild @@ -17,17 +17,23 @@ SLOT="5" KEYWORDS="" IUSE="" +BDEPEND=" + dev-lang/sassc +" DEPEND=" dev-cpp/glibmm:2 dev-libs/glib:2 >=dev-qt/qtdbus-${QTMIN}:5 >=dev-qt/qtgui-${QTMIN}:5 + >=dev-qt/qtsvg-${QTMIN}:5 gnome-base/gsettings-desktop-schemas >=kde-frameworks/kconfig-${KFMIN}:5 >=kde-frameworks/kconfigwidgets-${KFMIN}:5 >=kde-frameworks/kcoreaddons-${KFMIN}:5 >=kde-frameworks/kdbusaddons-${KFMIN}:5 >=kde-frameworks/kguiaddons-${KFMIN}:5 + >=kde-frameworks/kservice-${KFMIN}:5 + >=kde-plasma/kdecoration-${PVCUT}:5 x11-libs/gtk+:2 x11-libs/gtk+:3 "