summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIonen Wolkens <ionen@gentoo.org>2021-07-28 21:46:57 -0400
committerIonen Wolkens <ionen@gentoo.org>2021-07-28 23:06:51 -0400
commit5371263e1d1faa4add7c5ed327559087f7517a94 (patch)
treedc2d69df758b9b74198c43c5ec0723bfe91e61f8
parentmedia-libs/glfw: drop 3.3.3 (diff)
downloadgentoo-5371263e.tar.gz
gentoo-5371263e.tar.bz2
gentoo-5371263e.zip
media-libs/glfw: prepare for mesa IUSE=egl removal
Done now since ~arch users are already likely to rebuild due to wayland->wayland-only IUSE change. Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
-rw-r--r--media-libs/glfw/glfw-3.3.4-r2.ebuild (renamed from media-libs/glfw/glfw-3.3.4.ebuild)2
-rw-r--r--media-libs/glfw/glfw-3.3.4-r3.ebuild (renamed from media-libs/glfw/glfw-3.3.4-r1.ebuild)2
2 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/glfw/glfw-3.3.4.ebuild b/media-libs/glfw/glfw-3.3.4-r2.ebuild
index 126bde0fc027..a8d714e18bad 100644
--- a/media-libs/glfw/glfw-3.3.4.ebuild
+++ b/media-libs/glfw/glfw-3.3.4-r2.ebuild
@@ -26,7 +26,7 @@ RDEPEND="
)
wayland? (
dev-libs/wayland
- media-libs/mesa[egl,wayland]
+ media-libs/mesa[egl(+),wayland]
)
"
DEPEND="
diff --git a/media-libs/glfw/glfw-3.3.4-r1.ebuild b/media-libs/glfw/glfw-3.3.4-r3.ebuild
index d813e2d1124d..499e6061c4fe 100644
--- a/media-libs/glfw/glfw-3.3.4-r1.ebuild
+++ b/media-libs/glfw/glfw-3.3.4-r3.ebuild
@@ -20,7 +20,7 @@ RDEPEND="
x11-libs/libxkbcommon[${MULTILIB_USEDEP}]
wayland-only? (
dev-libs/wayland[${MULTILIB_USEDEP}]
- media-libs/mesa[egl,wayland,${MULTILIB_USEDEP}]
+ media-libs/mesa[egl(+),wayland,${MULTILIB_USEDEP}]
)
!wayland-only? (
virtual/opengl[${MULTILIB_USEDEP}]