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 63E15138359 for ; Sat, 10 Oct 2020 21:39:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 61759E094A; Sat, 10 Oct 2020 21:39:57 +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 44057E094A for ; Sat, 10 Oct 2020 21:39:57 +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 40CF6340E8F for ; Sat, 10 Oct 2020 21:39:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C0DDB39E for ; Sat, 10 Oct 2020 21:39: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: <1602349150.5912cb0f3c2763f9c05e489d4a8d0bef162a5f4a.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: media-gfx/kphotoalbum/ X-VCS-Repository: proj/kde X-VCS-Files: media-gfx/kphotoalbum/kphotoalbum-9999.ebuild X-VCS-Directories: media-gfx/kphotoalbum/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 5912cb0f3c2763f9c05e489d4a8d0bef162a5f4a X-VCS-Branch: master Date: Sat, 10 Oct 2020 21:39: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: 29c7d106-7721-4744-bfc4-d1775c2784ba X-Archives-Hash: dc1d51b3684b746123b4060e72e526b9 commit: 5912cb0f3c2763f9c05e489d4a8d0bef162a5f4a Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Oct 10 16:59:10 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Oct 10 16:59:10 2020 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=5912cb0f media-gfx/kphotoalbum: Set ECM_TEST=forceoptional Upstream commit d7324c64a5d99fb4e4d19caa693c4b70f3595ab6 Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Andreas Sturmlechner gentoo.org> media-gfx/kphotoalbum/kphotoalbum-9999.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/media-gfx/kphotoalbum/kphotoalbum-9999.ebuild b/media-gfx/kphotoalbum/kphotoalbum-9999.ebuild index bc2172192f..36d43521e0 100644 --- a/media-gfx/kphotoalbum/kphotoalbum-9999.ebuild +++ b/media-gfx/kphotoalbum/kphotoalbum-9999.ebuild @@ -4,6 +4,7 @@ EAPI=7 ECM_HANDBOOK="forceoptional" +ECM_TEST="forceoptional" KFMIN=5.60.0 QTMIN=5.12.3 inherit ecm kde.org