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 9E1C01382C5 for ; Mon, 15 Jun 2020 19:57:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CDF1CE0ED3; Mon, 15 Jun 2020 19:57:21 +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 B6059E0ED3 for ; Mon, 15 Jun 2020 19:57:21 +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 90BEE34EE47 for ; Mon, 15 Jun 2020 19:57:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3706B27F for ; Mon, 15 Jun 2020 19:57:19 +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: <1592251024.c244bf0d470834ef4b17612da31b6426d3c4615b.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kcmutils/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-frameworks/kcmutils/kcmutils-5.71.0.ebuild X-VCS-Directories: kde-frameworks/kcmutils/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: c244bf0d470834ef4b17612da31b6426d3c4615b X-VCS-Branch: master Date: Mon, 15 Jun 2020 19:57:19 +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: 86714ee0-88f3-4eb9-9958-a3e87d364662 X-Archives-Hash: 4f7786df7c10ad5e61febcd8da869730 commit: c244bf0d470834ef4b17612da31b6426d3c4615b Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Jun 15 18:01:28 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Jun 15 19:57:04 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c244bf0d kde-frameworks/kcmutils: Set VIRTUALX_REQUIRED="test" Reported-by: Jannik Glückert gmail.com> Thanks-to: Paolo Pedroni iol.it> Closes: https://bugs.gentoo.org/728328 Package-Manager: Portage-2.3.101, Repoman-2.3.22 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-frameworks/kcmutils/kcmutils-5.71.0.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/kde-frameworks/kcmutils/kcmutils-5.71.0.ebuild b/kde-frameworks/kcmutils/kcmutils-5.71.0.ebuild index 6fabddd1587..94e8f452597 100644 --- a/kde-frameworks/kcmutils/kcmutils-5.71.0.ebuild +++ b/kde-frameworks/kcmutils/kcmutils-5.71.0.ebuild @@ -6,6 +6,7 @@ EAPI=7 ECM_TEST="forceoptional" PVCUT=$(ver_cut 1-2) QTMIN=5.14.1 +VIRTUALX_REQUIRED="test" inherit ecm kde.org DESCRIPTION="Framework to work with KDE System Settings modules"