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 33499138335 for ; Fri, 1 Mar 2019 13:27:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ED414E0848; Fri, 1 Mar 2019 13:27:26 +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 CBE1CE083D for ; Fri, 1 Mar 2019 13:27:26 +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 AA5F6335D1D for ; Fri, 1 Mar 2019 13:27:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1D132555 for ; Fri, 1 Mar 2019 13:27: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: <1551446343.9bee6f3b0f90db1a9e0a78dbefe4542e798467f8.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-plasma/discover/ X-VCS-Repository: proj/kde X-VCS-Files: kde-plasma/discover/discover-5.15.49.9999.ebuild kde-plasma/discover/discover-9999.ebuild X-VCS-Directories: kde-plasma/discover/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 9bee6f3b0f90db1a9e0a78dbefe4542e798467f8 X-VCS-Branch: master Date: Fri, 1 Mar 2019 13:27: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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: aca99529-b71d-44e9-8305-3e18e6fc2fe3 X-Archives-Hash: 9c840ff71fff4f1df9064e0880d5207b commit: 9bee6f3b0f90db1a9e0a78dbefe4542e798467f8 Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri Mar 1 10:04:46 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Mar 1 13:19:03 2019 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=9bee6f3b kde-plasma/discover: Set VIRTUALX_REQUIRED=test Bug: https://bugs.gentoo.org/678916 Signed-off-by: Andreas Sturmlechner gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 kde-plasma/discover/discover-5.15.49.9999.ebuild | 1 + kde-plasma/discover/discover-9999.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/kde-plasma/discover/discover-5.15.49.9999.ebuild b/kde-plasma/discover/discover-5.15.49.9999.ebuild index 8e58e5bc15..6ea823141c 100644 --- a/kde-plasma/discover/discover-5.15.49.9999.ebuild +++ b/kde-plasma/discover/discover-5.15.49.9999.ebuild @@ -4,6 +4,7 @@ EAPI=7 KDE_TEST="forceoptional" +VIRTUALX_REQUIRED="test" inherit kde5 DESCRIPTION="KDE Plasma resources management GUI" diff --git a/kde-plasma/discover/discover-9999.ebuild b/kde-plasma/discover/discover-9999.ebuild index 8e58e5bc15..6ea823141c 100644 --- a/kde-plasma/discover/discover-9999.ebuild +++ b/kde-plasma/discover/discover-9999.ebuild @@ -4,6 +4,7 @@ EAPI=7 KDE_TEST="forceoptional" +VIRTUALX_REQUIRED="test" inherit kde5 DESCRIPTION="KDE Plasma resources management GUI"