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 0C19A138334 for ; Tue, 26 Mar 2019 22:01:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C2E68E08F2; Tue, 26 Mar 2019 22:01:29 +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 A3DCEE07D3 for ; Tue, 26 Mar 2019 22:01:29 +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 1F190335D0A for ; Tue, 26 Mar 2019 22:01:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 647BC518 for ; Tue, 26 Mar 2019 22:01:26 +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: <1553627293.1cb92250ce98933adda41336248c42ad010cf5c2.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/spectacle/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/spectacle/spectacle-9999.ebuild X-VCS-Directories: kde-apps/spectacle/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 1cb92250ce98933adda41336248c42ad010cf5c2 X-VCS-Branch: master Date: Tue, 26 Mar 2019 22:01:26 +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: fed14e5a-4dfe-4720-b730-5a467de12487 X-Archives-Hash: 6c98effd8c576c3a190e69944403bd59 commit: 1cb92250ce98933adda41336248c42ad010cf5c2 Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Mar 26 19:08:13 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Mar 26 19:08:13 2019 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=1cb92250 kde-apps/spectacle: Set KDE_TEST=forceoptional Package received some test. Upstream commit c18c16ee147606273be1b62c81db40e7d8576953 Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-apps/spectacle/spectacle-9999.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/kde-apps/spectacle/spectacle-9999.ebuild b/kde-apps/spectacle/spectacle-9999.ebuild index 6591366842..a90e333131 100644 --- a/kde-apps/spectacle/spectacle-9999.ebuild +++ b/kde-apps/spectacle/spectacle-9999.ebuild @@ -4,6 +4,7 @@ EAPI=7 KDE_HANDBOOK="forceoptional" +KDE_TEST="forceoptional" inherit kde5 DESCRIPTION="Screenshot capture utility"