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 71C21158094 for ; Sun, 10 Jul 2022 19:39:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 817F0E0C02; Sun, 10 Jul 2022 19:39:50 +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 309BEE0C02 for ; Sun, 10 Jul 2022 19:39:50 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 2503A341042 for ; Sun, 10 Jul 2022 19:39:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3CB82391 for ; Sun, 10 Jul 2022 19:39:47 +0000 (UTC) From: "Matthew Thode" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matthew Thode" Message-ID: <1657481982.6a22ba7e7c1fb9f4ca3d73391607fe70c385697c.prometheanfire@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gui-libs/xdg-desktop-portal-wlr/ X-VCS-Repository: repo/gentoo X-VCS-Files: gui-libs/xdg-desktop-portal-wlr/xdg-desktop-portal-wlr-0.6.0.ebuild gui-libs/xdg-desktop-portal-wlr/xdg-desktop-portal-wlr-9999.ebuild X-VCS-Directories: gui-libs/xdg-desktop-portal-wlr/ X-VCS-Committer: prometheanfire X-VCS-Committer-Name: Matthew Thode X-VCS-Revision: 6a22ba7e7c1fb9f4ca3d73391607fe70c385697c X-VCS-Branch: master Date: Sun, 10 Jul 2022 19:39:47 +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: ab2388ab-55aa-4ecc-8e6d-77560e37bfc1 X-Archives-Hash: 0bc23afb9c7837d09ce1645a91318a5b commit: 6a22ba7e7c1fb9f4ca3d73391607fe70c385697c Author: Matthew Thode gentoo org> AuthorDate: Sun Jul 10 19:39:25 2022 +0000 Commit: Matthew Thode gentoo org> CommitDate: Sun Jul 10 19:39:42 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a22ba7e gui-libs/xdg-desktop-portal-wlr: fix deps to pull in gbm fix depenencies to pull in gbm (from mesa) and others Closes: https://bugs.gentoo.org/857480 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Matthew Thode gentoo.org> .../xdg-desktop-portal-wlr/xdg-desktop-portal-wlr-0.6.0.ebuild | 7 +++++-- gui-libs/xdg-desktop-portal-wlr/xdg-desktop-portal-wlr-9999.ebuild | 7 +++++-- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/gui-libs/xdg-desktop-portal-wlr/xdg-desktop-portal-wlr-0.6.0.ebuild b/gui-libs/xdg-desktop-portal-wlr/xdg-desktop-portal-wlr-0.6.0.ebuild index ba5baa8919b8..5465488776d2 100644 --- a/gui-libs/xdg-desktop-portal-wlr/xdg-desktop-portal-wlr-0.6.0.ebuild +++ b/gui-libs/xdg-desktop-portal-wlr/xdg-desktop-portal-wlr-0.6.0.ebuild @@ -22,21 +22,24 @@ IUSE="elogind systemd" REQUIRED_USE="?? ( elogind systemd )" DEPEND=" - >=media-video/pipewire-0.3.34:= + >=media-video/pipewire-0.3.41:= dev-libs/inih dev-libs/wayland + media-libs/mesa + x11-libs/libdrm || ( systemd? ( >=sys-apps/systemd-237 ) elogind? ( >=sys-auth/elogind-237 ) sys-libs/basu ) " +# mesa is needed for gbm dep (which it hards sets to 'on') RDEPEND=" ${DEPEND} sys-apps/xdg-desktop-portal " BDEPEND=" - dev-libs/wayland-protocols + >=dev-libs/wayland-protocols-1.24 virtual/pkgconfig " diff --git a/gui-libs/xdg-desktop-portal-wlr/xdg-desktop-portal-wlr-9999.ebuild b/gui-libs/xdg-desktop-portal-wlr/xdg-desktop-portal-wlr-9999.ebuild index ba5baa8919b8..5465488776d2 100644 --- a/gui-libs/xdg-desktop-portal-wlr/xdg-desktop-portal-wlr-9999.ebuild +++ b/gui-libs/xdg-desktop-portal-wlr/xdg-desktop-portal-wlr-9999.ebuild @@ -22,21 +22,24 @@ IUSE="elogind systemd" REQUIRED_USE="?? ( elogind systemd )" DEPEND=" - >=media-video/pipewire-0.3.34:= + >=media-video/pipewire-0.3.41:= dev-libs/inih dev-libs/wayland + media-libs/mesa + x11-libs/libdrm || ( systemd? ( >=sys-apps/systemd-237 ) elogind? ( >=sys-auth/elogind-237 ) sys-libs/basu ) " +# mesa is needed for gbm dep (which it hards sets to 'on') RDEPEND=" ${DEPEND} sys-apps/xdg-desktop-portal " BDEPEND=" - dev-libs/wayland-protocols + >=dev-libs/wayland-protocols-1.24 virtual/pkgconfig "