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 7FE73158083 for ; Thu, 26 Sep 2024 15:35:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A5ECDE2B4E; Thu, 26 Sep 2024 15:35:38 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 84D4DE2B4E for ; Thu, 26 Sep 2024 15:35:35 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 763D1343113 for ; Thu, 26 Sep 2024 15:35:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CD73816EF for ; Thu, 26 Sep 2024 15:35:32 +0000 (UTC) From: "Haelwenn Monnier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Haelwenn Monnier" Message-ID: <1727364921.3789a33c34567a8619d6e657303d13c74d0c32ea.lanodan@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: media-libs/openxr-loader/ X-VCS-Repository: repo/proj/guru X-VCS-Files: media-libs/openxr-loader/openxr-loader-1.1.40-r1.ebuild media-libs/openxr-loader/openxr-loader-9999.ebuild X-VCS-Directories: media-libs/openxr-loader/ X-VCS-Committer: lanodan X-VCS-Committer-Name: Haelwenn Monnier X-VCS-Revision: 3789a33c34567a8619d6e657303d13c74d0c32ea X-VCS-Branch: dev Date: Thu, 26 Sep 2024 15:35:32 +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: 7e112346-847b-44c7-9009-87fd948a4894 X-Archives-Hash: 3eda33b86d497b1f4cea47a92167f100 commit: 3789a33c34567a8619d6e657303d13c74d0c32ea Author: Haelwenn (lanodan) Monnier hacktivis me> AuthorDate: Thu Sep 26 15:34:45 2024 +0000 Commit: Haelwenn Monnier hacktivis me> CommitDate: Thu Sep 26 15:35:21 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3789a33c media-libs/openxr-loader: block =dev-libs/jsoncpp-1.9.6 Closes: https://bugs.gentoo.org/940262 Signed-off-by: Haelwenn (lanodan) Monnier hacktivis.me> media-libs/openxr-loader/openxr-loader-1.1.40-r1.ebuild | 2 ++ media-libs/openxr-loader/openxr-loader-9999.ebuild | 2 ++ 2 files changed, 4 insertions(+) diff --git a/media-libs/openxr-loader/openxr-loader-1.1.40-r1.ebuild b/media-libs/openxr-loader/openxr-loader-1.1.40-r1.ebuild index 7e76b7f7a..d15ced7bb 100644 --- a/media-libs/openxr-loader/openxr-loader-1.1.40-r1.ebuild +++ b/media-libs/openxr-loader/openxr-loader-1.1.40-r1.ebuild @@ -25,10 +25,12 @@ LICENSE="Apache-2.0" IUSE="+wayland +X" REQUIRED_USE="|| ( wayland X )" +# dev-libs/jsoncpp-1.9.6: https://bugs.gentoo.org/940262 DEPEND=" media-libs/vulkan-loader media-libs/mesa dev-libs/jsoncpp:= + !=dev-libs/jsoncpp-1.9.6 wayland? ( dev-libs/wayland dev-libs/wayland-protocols diff --git a/media-libs/openxr-loader/openxr-loader-9999.ebuild b/media-libs/openxr-loader/openxr-loader-9999.ebuild index 7e76b7f7a..d15ced7bb 100644 --- a/media-libs/openxr-loader/openxr-loader-9999.ebuild +++ b/media-libs/openxr-loader/openxr-loader-9999.ebuild @@ -25,10 +25,12 @@ LICENSE="Apache-2.0" IUSE="+wayland +X" REQUIRED_USE="|| ( wayland X )" +# dev-libs/jsoncpp-1.9.6: https://bugs.gentoo.org/940262 DEPEND=" media-libs/vulkan-loader media-libs/mesa dev-libs/jsoncpp:= + !=dev-libs/jsoncpp-1.9.6 wayland? ( dev-libs/wayland dev-libs/wayland-protocols