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 2EA9913835A for ; Wed, 25 Nov 2020 13:16:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2B116E0827; Wed, 25 Nov 2020 13:16:32 +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 0C614E0827 for ; Wed, 25 Nov 2020 13:16:31 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 21355340821 for ; Wed, 25 Nov 2020 13:16:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 975B5462 for ; Wed, 25 Nov 2020 13:16:28 +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: <1606305970.d6ca1146f81f44c001b7baec6883603a33abdfae.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/kget/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/kget/kget-20.12.49.9999.ebuild kde-apps/kget/kget-9999.ebuild X-VCS-Directories: kde-apps/kget/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: d6ca1146f81f44c001b7baec6883603a33abdfae X-VCS-Branch: master Date: Wed, 25 Nov 2020 13:16:28 +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: 427324ed-0689-4f18-a670-57b819d1cc31 X-Archives-Hash: 832afce7c55778364494528bf8815f51 commit: d6ca1146f81f44c001b7baec6883603a33abdfae Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Nov 25 12:06:10 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Nov 25 12:06:10 2020 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=d6ca1146 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.12.49.9999.ebuild | 1 + kde-apps/kget/kget-9999.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/kde-apps/kget/kget-20.12.49.9999.ebuild b/kde-apps/kget/kget-20.12.49.9999.ebuild index 98fe30a725..1de79137c6 100644 --- a/kde-apps/kget/kget-20.12.49.9999.ebuild +++ b/kde-apps/kget/kget-20.12.49.9999.ebuild @@ -7,6 +7,7 @@ ECM_HANDBOOK="forceoptional" ECM_TEST="forceoptional" KFMIN=5.75.0 QTMIN=5.15.1 +VIRTUALX_REQUIRED="test" inherit ecm kde.org DESCRIPTION="Advanced download manager by KDE" diff --git a/kde-apps/kget/kget-9999.ebuild b/kde-apps/kget/kget-9999.ebuild index 98fe30a725..1de79137c6 100644 --- a/kde-apps/kget/kget-9999.ebuild +++ b/kde-apps/kget/kget-9999.ebuild @@ -7,6 +7,7 @@ ECM_HANDBOOK="forceoptional" ECM_TEST="forceoptional" KFMIN=5.75.0 QTMIN=5.15.1 +VIRTUALX_REQUIRED="test" inherit ecm kde.org DESCRIPTION="Advanced download manager by KDE"