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 5183F138239 for ; Mon, 22 Oct 2018 20:59:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 47981E07EE; Mon, 22 Oct 2018 20:59:58 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 1B3FBE07EE for ; Mon, 22 Oct 2018 20:59:57 +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 907CA335CC8 for ; Mon, 22 Oct 2018 20:59:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0CB9A3DD for ; Mon, 22 Oct 2018 20:59:50 +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: <1540241971.f7e2d3e1484a8148ff691333a4aa139ad3ba5b76.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-plasma/xembed-sni-proxy/ X-VCS-Repository: proj/kde X-VCS-Files: kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.14.49.9999.ebuild kde-plasma/xembed-sni-proxy/xembed-sni-proxy-9999.ebuild X-VCS-Directories: kde-plasma/xembed-sni-proxy/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: f7e2d3e1484a8148ff691333a4aa139ad3ba5b76 X-VCS-Branch: master Date: Mon, 22 Oct 2018 20:59:50 +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-Archives-Salt: 8f60ff5b-8c50-4179-90af-dcbab799403d X-Archives-Hash: c9a85e1b6a999ae67d54fd37f137edac commit: f7e2d3e1484a8148ff691333a4aa139ad3ba5b76 Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Oct 22 20:59:31 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Oct 22 20:59:31 2018 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=f7e2d3e1 kde-plasma/xembed-sni-proxy: Set KDE_AUTODEPS to false Signed-off-by: Andreas Sturmlechner gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.14.49.9999.ebuild | 3 +++ kde-plasma/xembed-sni-proxy/xembed-sni-proxy-9999.ebuild | 3 +++ 2 files changed, 6 insertions(+) diff --git a/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.14.49.9999.ebuild b/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.14.49.9999.ebuild index e6084ad779..7aa71a6a36 100644 --- a/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.14.49.9999.ebuild +++ b/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-5.14.49.9999.ebuild @@ -5,6 +5,7 @@ EAPI=6 FRAMEWORKS_MINIMAL="5.50.0" QT_MINIMAL="5.9.6" +KDE_AUTODEPS="false" KMNAME="plasma-workspace" inherit kde5 @@ -16,7 +17,9 @@ SLOT="0" KEYWORDS="" DEPEND=" + $(add_frameworks_dep extra-cmake-modules) $(add_frameworks_dep kwindowsystem) + $(add_qt_dep qtcore) $(add_qt_dep qtdbus) $(add_qt_dep qtgui) $(add_qt_dep qtx11extras) diff --git a/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-9999.ebuild b/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-9999.ebuild index e6084ad779..7aa71a6a36 100644 --- a/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-9999.ebuild +++ b/kde-plasma/xembed-sni-proxy/xembed-sni-proxy-9999.ebuild @@ -5,6 +5,7 @@ EAPI=6 FRAMEWORKS_MINIMAL="5.50.0" QT_MINIMAL="5.9.6" +KDE_AUTODEPS="false" KMNAME="plasma-workspace" inherit kde5 @@ -16,7 +17,9 @@ SLOT="0" KEYWORDS="" DEPEND=" + $(add_frameworks_dep extra-cmake-modules) $(add_frameworks_dep kwindowsystem) + $(add_qt_dep qtcore) $(add_qt_dep qtdbus) $(add_qt_dep qtgui) $(add_qt_dep qtx11extras)