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 AB92C138334 for ; Fri, 1 Mar 2019 10:05:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C6B9AE0863; Fri, 1 Mar 2019 10:05:23 +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 9AF2BE0863 for ; Fri, 1 Mar 2019 10:05:23 +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 0F68F335C5D for ; Fri, 1 Mar 2019 10:05:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7E861520 for ; Fri, 1 Mar 2019 10:05:20 +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: <1551434686.fe051c39517696e39a390d1f97c544b1b7b70b32.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-plasma/discover/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-plasma/discover/discover-5.15.2.ebuild X-VCS-Directories: kde-plasma/discover/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: fe051c39517696e39a390d1f97c544b1b7b70b32 X-VCS-Branch: master Date: Fri, 1 Mar 2019 10:05:20 +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: 38b426d8-1ada-414a-b90d-a5bf1cdf6f9a X-Archives-Hash: d5c4af898074559fd57fcf8e1fa0c56a commit: fe051c39517696e39a390d1f97c544b1b7b70b32 Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri Mar 1 10:04:46 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Mar 1 10:04:46 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe051c39 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.2.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/kde-plasma/discover/discover-5.15.2.ebuild b/kde-plasma/discover/discover-5.15.2.ebuild index 1b5c17b7ba1..d846d9a1f03 100644 --- a/kde-plasma/discover/discover-5.15.2.ebuild +++ b/kde-plasma/discover/discover-5.15.2.ebuild @@ -4,6 +4,7 @@ EAPI=7 KDE_TEST="forceoptional" +VIRTUALX_REQUIRED="test" inherit kde5 DESCRIPTION="KDE Plasma resources management GUI"