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 39D76138334 for ; Mon, 22 Oct 2018 20:52:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E8CD0E094F; Mon, 22 Oct 2018 20:52:29 +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 C3A63E094F for ; Mon, 22 Oct 2018 20:52:29 +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 3E4DD335D15 for ; Mon, 22 Oct 2018 20:52:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9B0ED44A for ; Mon, 22 Oct 2018 20:52:26 +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: <1540239827.641a3bce8acf305162cc9ce183eddbc1220efe6e.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-plasma/libkworkspace/ X-VCS-Repository: proj/kde X-VCS-Files: kde-plasma/libkworkspace/libkworkspace-5.14.49.9999.ebuild kde-plasma/libkworkspace/libkworkspace-9999.ebuild X-VCS-Directories: kde-plasma/libkworkspace/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 641a3bce8acf305162cc9ce183eddbc1220efe6e X-VCS-Branch: master Date: Mon, 22 Oct 2018 20:52:26 +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: 0f95b2a2-7139-4044-81eb-f67c4b004964 X-Archives-Hash: 5806cb7c38a1d2b72a40b760aa61a143 commit: 641a3bce8acf305162cc9ce183eddbc1220efe6e Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Oct 22 20:03:54 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Oct 22 20:23:47 2018 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=641a3bce kde-plasma/libkworkspace: Fix buildsys deps Signed-off-by: Andreas Sturmlechner gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 kde-plasma/libkworkspace/libkworkspace-5.14.49.9999.ebuild | 2 ++ kde-plasma/libkworkspace/libkworkspace-9999.ebuild | 2 ++ 2 files changed, 4 insertions(+) diff --git a/kde-plasma/libkworkspace/libkworkspace-5.14.49.9999.ebuild b/kde-plasma/libkworkspace/libkworkspace-5.14.49.9999.ebuild index f2e5f9b894..c4dc801b96 100644 --- a/kde-plasma/libkworkspace/libkworkspace-5.14.49.9999.ebuild +++ b/kde-plasma/libkworkspace/libkworkspace-5.14.49.9999.ebuild @@ -3,6 +3,8 @@ EAPI=6 +FRAMEWORKS_MINIMAL="5.50.0" +QT_MINIMAL="5.11.1" KDE_TEST="true" KMNAME="plasma-workspace" inherit kde5 diff --git a/kde-plasma/libkworkspace/libkworkspace-9999.ebuild b/kde-plasma/libkworkspace/libkworkspace-9999.ebuild index f2e5f9b894..c4dc801b96 100644 --- a/kde-plasma/libkworkspace/libkworkspace-9999.ebuild +++ b/kde-plasma/libkworkspace/libkworkspace-9999.ebuild @@ -3,6 +3,8 @@ EAPI=6 +FRAMEWORKS_MINIMAL="5.50.0" +QT_MINIMAL="5.11.1" KDE_TEST="true" KMNAME="plasma-workspace" inherit kde5