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 EAE8913933E for ; Wed, 14 Jul 2021 11:08:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3AD16E0A5E; Wed, 14 Jul 2021 11:08:57 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 1E8AAE0A5E for ; Wed, 14 Jul 2021 11:08:57 +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 C2741342C8C for ; Wed, 14 Jul 2021 11:08:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 13090720 for ; Wed, 14 Jul 2021 11:08:54 +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: <1626260919.25d51e4f68efe9626b4d167d43b38f9257bca5cf.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-misc/kdiff3/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-misc/kdiff3/kdiff3-1.9.2.ebuild X-VCS-Directories: kde-misc/kdiff3/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 25d51e4f68efe9626b4d167d43b38f9257bca5cf X-VCS-Branch: master Date: Wed, 14 Jul 2021 11:08:54 +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: be08ee53-63a3-4c2f-8fdc-83d0f2a19c56 X-Archives-Hash: 3d0af7777b7a02c098be354a2db474e8 commit: 25d51e4f68efe9626b4d167d43b38f9257bca5cf Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Jul 14 11:08:10 2021 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Jul 14 11:08:39 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25d51e4f kde-misc/kdiff3: Set VIRTUALX_REQUIRED="test" Closes: https://bugs.gentoo.org/801673 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-misc/kdiff3/kdiff3-1.9.2.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/kde-misc/kdiff3/kdiff3-1.9.2.ebuild b/kde-misc/kdiff3/kdiff3-1.9.2.ebuild index a05eeb463c6..ce60073e5e9 100644 --- a/kde-misc/kdiff3/kdiff3-1.9.2.ebuild +++ b/kde-misc/kdiff3/kdiff3-1.9.2.ebuild @@ -6,6 +6,7 @@ EAPI=7 ECM_HANDBOOK="optional" KFMIN=5.74.0 QTMIN=5.15.2 +VIRTUALX_REQUIRED="test" inherit ecm kde.org DESCRIPTION="Frontend to diff3 based on KDE Frameworks"