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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 211F8158094 for ; Wed, 14 Sep 2022 15:08:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 59E56E0893; Wed, 14 Sep 2022 15:08:37 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3EC9DE0893 for ; Wed, 14 Sep 2022 15:08:37 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5795E34096C for ; Wed, 14 Sep 2022 15:08:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AE34A5D4 for ; Wed, 14 Sep 2022 15:08:34 +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: <1663168075.1b02af55ef4f2b2f7c95bed154e3bb62b81b056e.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/kphotoalbum/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/kphotoalbum/kphotoalbum-5.9.1.ebuild X-VCS-Directories: media-gfx/kphotoalbum/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 1b02af55ef4f2b2f7c95bed154e3bb62b81b056e X-VCS-Branch: master Date: Wed, 14 Sep 2022 15:08:34 +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: 49467a93-8eae-4018-bf08-eb78bc47d66e X-Archives-Hash: 4ad3aa0cdcb27970514d764275fd6de9 commit: 1b02af55ef4f2b2f7c95bed154e3bb62b81b056e Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Sep 14 15:07:55 2022 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Sep 14 15:07:55 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b02af55 media-gfx/kphotoalbum: Set VIRTUALX_REQUIRED=test Closes: https://bugs.gentoo.org/869797 Signed-off-by: Andreas Sturmlechner gentoo.org> media-gfx/kphotoalbum/kphotoalbum-5.9.1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/media-gfx/kphotoalbum/kphotoalbum-5.9.1.ebuild b/media-gfx/kphotoalbum/kphotoalbum-5.9.1.ebuild index 2139581e1015..0fb036a61360 100644 --- a/media-gfx/kphotoalbum/kphotoalbum-5.9.1.ebuild +++ b/media-gfx/kphotoalbum/kphotoalbum-5.9.1.ebuild @@ -7,6 +7,7 @@ ECM_HANDBOOK="forceoptional" ECM_TEST="forceoptional" KFMIN=5.82.0 QTMIN=5.15.5 +VIRTUALX_REQUIRED="test" inherit ecm kde.org DESCRIPTION="Tool for indexing, searching, and viewing images"