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 A80C11396D0 for ; Tue, 8 Aug 2017 06:32:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DFD8AE083D; Tue, 8 Aug 2017 06:32:27 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 C0011E083D for ; Tue, 8 Aug 2017 06:32:27 +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 83ED63419B5 for ; Tue, 8 Aug 2017 06:32:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9B13275D1 for ; Tue, 8 Aug 2017 06:32:24 +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: <1502173915.632e3f1055402b7b1ba939e22bbe884f159262b5.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: dev-util/kdevplatform/ X-VCS-Repository: proj/kde X-VCS-Files: dev-util/kdevplatform/kdevplatform-5.1.9999.ebuild dev-util/kdevplatform/kdevplatform-9999.ebuild X-VCS-Directories: dev-util/kdevplatform/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 632e3f1055402b7b1ba939e22bbe884f159262b5 X-VCS-Branch: master Date: Tue, 8 Aug 2017 06:32:24 +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: 18bfa7f9-9897-4c04-afb9-885647a58ada X-Archives-Hash: 259f11755cabc46307b5fb768e27b168 commit: 632e3f1055402b7b1ba939e22bbe884f159262b5 Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Aug 7 19:19:26 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Aug 8 06:31:55 2017 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=632e3f10 dev-util/kdevplatform: Switch KDE_TEST back to "true" Upstream commit 274260d52e127f92551742e969e12c478c7d7dae Reported-by: CT gmail.com> Gentoo-bug: 627242 Package-Manager: Portage-2.3.6, Repoman-2.3.1 dev-util/kdevplatform/kdevplatform-5.1.9999.ebuild | 2 +- dev-util/kdevplatform/kdevplatform-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-util/kdevplatform/kdevplatform-5.1.9999.ebuild b/dev-util/kdevplatform/kdevplatform-5.1.9999.ebuild index e8c0212052..e93015314f 100644 --- a/dev-util/kdevplatform/kdevplatform-5.1.9999.ebuild +++ b/dev-util/kdevplatform/kdevplatform-5.1.9999.ebuild @@ -5,7 +5,7 @@ EAPI=6 EGIT_BRANCH="5.1" KDEBASE="kdevelop" -KDE_TEST="forceoptional-recursive" +KDE_TEST="true" VIRTUALDBUS_TEST="true" VIRTUALX_REQUIRED="test" inherit kde5 diff --git a/dev-util/kdevplatform/kdevplatform-9999.ebuild b/dev-util/kdevplatform/kdevplatform-9999.ebuild index 04fbd37ee4..cc81abae2a 100644 --- a/dev-util/kdevplatform/kdevplatform-9999.ebuild +++ b/dev-util/kdevplatform/kdevplatform-9999.ebuild @@ -4,7 +4,7 @@ EAPI=6 KDEBASE="kdevelop" -KDE_TEST="forceoptional-recursive" +KDE_TEST="true" VIRTUALDBUS_TEST="true" VIRTUALX_REQUIRED="test" inherit kde5