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 F02D7158086 for ; Sun, 31 Oct 2021 00:19:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 42ED0E0867; Sun, 31 Oct 2021 00:19:49 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 2CC2CE0867 for ; Sun, 31 Oct 2021 00:19:49 +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 2B474343404 for ; Sun, 31 Oct 2021 00:19:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0F99B192 for ; Sun, 31 Oct 2021 00:19:45 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1635639552.d684973430d606f8e1aad5c4efd4d702ee77b758.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gui-libs/wlroots/ X-VCS-Repository: repo/gentoo X-VCS-Files: gui-libs/wlroots/wlroots-0.14.0-r1.ebuild gui-libs/wlroots/wlroots-0.14.0-r2.ebuild gui-libs/wlroots/wlroots-0.14.1-r1.ebuild gui-libs/wlroots/wlroots-0.14.1.ebuild gui-libs/wlroots/wlroots-9999.ebuild X-VCS-Directories: gui-libs/wlroots/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: d684973430d606f8e1aad5c4efd4d702ee77b758 X-VCS-Branch: master Date: Sun, 31 Oct 2021 00:19:45 +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: 8add0971-38fe-466d-a0e1-cbad96c2dbdb X-Archives-Hash: 80a312d4bdd5ac07cc8f835eb152953f commit: d684973430d606f8e1aad5c4efd4d702ee77b758 Author: Matt Turner gentoo org> AuthorDate: Thu Jul 22 05:37:55 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sun Oct 31 00:19:12 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6849734 gui-libs/wlroots: Set USE-defaults for mesa[egl,gbm] Signed-off-by: Matt Turner gentoo.org> Signed-off-by: Sam James gentoo.org> gui-libs/wlroots/{wlroots-0.14.0-r1.ebuild => wlroots-0.14.0-r2.ebuild} | 2 +- gui-libs/wlroots/{wlroots-0.14.1.ebuild => wlroots-0.14.1-r1.ebuild} | 2 +- gui-libs/wlroots/wlroots-9999.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/gui-libs/wlroots/wlroots-0.14.0-r1.ebuild b/gui-libs/wlroots/wlroots-0.14.0-r2.ebuild similarity index 97% rename from gui-libs/wlroots/wlroots-0.14.0-r1.ebuild rename to gui-libs/wlroots/wlroots-0.14.0-r2.ebuild index 2d6a794bbe7..17b92696cdc 100644 --- a/gui-libs/wlroots/wlroots-0.14.0-r1.ebuild +++ b/gui-libs/wlroots/wlroots-0.14.0-r2.ebuild @@ -25,7 +25,7 @@ DEPEND=" >=dev-libs/libinput-1.14.0:0= >=dev-libs/wayland-1.19.0 >=dev-libs/wayland-protocols-1.17.0 - media-libs/mesa[egl,gles2,gbm] + media-libs/mesa[egl(+),gles2,gbm(+)] sys-auth/seatd:= virtual/libudev x11-libs/libdrm diff --git a/gui-libs/wlroots/wlroots-0.14.1.ebuild b/gui-libs/wlroots/wlroots-0.14.1-r1.ebuild similarity index 97% rename from gui-libs/wlroots/wlroots-0.14.1.ebuild rename to gui-libs/wlroots/wlroots-0.14.1-r1.ebuild index 07ce77c9d01..cfe8c9ee911 100644 --- a/gui-libs/wlroots/wlroots-0.14.1.ebuild +++ b/gui-libs/wlroots/wlroots-0.14.1-r1.ebuild @@ -25,7 +25,7 @@ DEPEND=" >=dev-libs/libinput-1.14.0:0= >=dev-libs/wayland-1.19.0 >=dev-libs/wayland-protocols-1.17.0 - media-libs/mesa[egl,gles2,gbm] + media-libs/mesa[egl(+),gles2,gbm(+)] sys-auth/seatd:= virtual/libudev x11-libs/libdrm diff --git a/gui-libs/wlroots/wlroots-9999.ebuild b/gui-libs/wlroots/wlroots-9999.ebuild index 468d72e78ea..2a1240692e3 100644 --- a/gui-libs/wlroots/wlroots-9999.ebuild +++ b/gui-libs/wlroots/wlroots-9999.ebuild @@ -25,7 +25,7 @@ DEPEND=" >=dev-libs/libinput-1.14.0:0= >=dev-libs/wayland-1.19.0 >=dev-libs/wayland-protocols-1.23 - media-libs/mesa[egl,gles2,gbm] + media-libs/mesa[egl(+),gles2,gbm(+)] sys-auth/seatd:= virtual/libudev x11-libs/libdrm