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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id EBF0415800A for ; Tue, 25 Jul 2023 11:25:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4396FE069C; Tue, 25 Jul 2023 11:25:43 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 2ECAEE069C for ; Tue, 25 Jul 2023 11:25:43 +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 6B099341513 for ; Tue, 25 Jul 2023 11:25:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 056C3BD3 for ; Tue, 25 Jul 2023 11:25:41 +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: <1690284328.5cae1894f50f70418fd82ea2fc85094ef4ad73ab.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kpeople/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-frameworks/kpeople/kpeople-5.108.0.ebuild X-VCS-Directories: kde-frameworks/kpeople/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 5cae1894f50f70418fd82ea2fc85094ef4ad73ab X-VCS-Branch: master Date: Tue, 25 Jul 2023 11:25:41 +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: c6ae52e3-1b65-4a78-8cf7-2f184d982efc X-Archives-Hash: 87ff62f8bef4b494836d82c1f26543a3 commit: 5cae1894f50f70418fd82ea2fc85094ef4ad73ab Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Jul 25 11:24:42 2023 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Jul 25 11:25:28 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5cae1894 kde-frameworks/kpeople: Add back VIRTUALX_REQUIRED, otherwise fails Closes: https://bugs.gentoo.org/816588 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-frameworks/kpeople/kpeople-5.108.0.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/kde-frameworks/kpeople/kpeople-5.108.0.ebuild b/kde-frameworks/kpeople/kpeople-5.108.0.ebuild index 99e5e9d02de5..0e3a47720b29 100644 --- a/kde-frameworks/kpeople/kpeople-5.108.0.ebuild +++ b/kde-frameworks/kpeople/kpeople-5.108.0.ebuild @@ -5,6 +5,7 @@ EAPI=8 PVCUT=$(ver_cut 1-2) QTMIN=5.15.9 +VIRTUALX_REQUIRED="test" # bug 816588 (test fails) inherit ecm frameworks.kde.org DESCRIPTION="KDE contact person abstraction library"