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 2840B13835A for ; Wed, 25 Nov 2020 13:17:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7628DE0843; Wed, 25 Nov 2020 13:17:54 +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 5C536E0843 for ; Wed, 25 Nov 2020 13:17:54 +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 3815E341262 for ; Wed, 25 Nov 2020 13:17:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 73C6A3B7 for ; Wed, 25 Nov 2020 13:17:51 +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: <1606310261.11408cfc2e7688e83b7592ef939b9ed82cb3388a.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-apps/kget/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-apps/kget/kget-20.08.3.ebuild X-VCS-Directories: kde-apps/kget/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 11408cfc2e7688e83b7592ef939b9ed82cb3388a X-VCS-Branch: master Date: Wed, 25 Nov 2020 13:17:51 +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: 484364d8-295f-4fee-ab92-6d0c5c0367f3 X-Archives-Hash: 89149d3007a562363b627cece0586875 commit: 11408cfc2e7688e83b7592ef939b9ed82cb3388a Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Nov 25 12:13:22 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Nov 25 13:17:41 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11408cfc kde-apps/kget: Set VIRTUALX_REQUIRED="test" Reported-by: Frank Krömmelbein gmx.de> Package-Manager: Portage-3.0.10, Repoman-3.0.2 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-apps/kget/kget-20.08.3.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/kde-apps/kget/kget-20.08.3.ebuild b/kde-apps/kget/kget-20.08.3.ebuild index 0925fa2ebb6..13717b8a0a5 100644 --- a/kde-apps/kget/kget-20.08.3.ebuild +++ b/kde-apps/kget/kget-20.08.3.ebuild @@ -7,6 +7,7 @@ ECM_HANDBOOK="forceoptional" ECM_TEST="forceoptional" KFMIN=5.74.0 QTMIN=5.15.1 +VIRTUALX_REQUIRED="test" inherit ecm kde.org DESCRIPTION="Advanced download manager by KDE"