From: "Gonçalo Negrier Duarte" <gonegrier.duarte@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: media-libs/imgui/
Date: Mon, 3 Jun 2024 11:01:27 +0000 (UTC) [thread overview]
Message-ID: <1717412469.2adc9f48a15dfaffdfb8615213e891a8024760a6.gonegrier.duarte@gentoo> (raw)
commit: 2adc9f48a15dfaffdfb8615213e891a8024760a6
Author: Gonçalo Negrier Duarte <gonegrier.duarte <AT> gmail <DOT> com>
AuthorDate: Mon Jun 3 11:01:09 2024 +0000
Commit: Gonçalo Negrier Duarte <gonegrier.duarte <AT> gmail <DOT> com>
CommitDate: Mon Jun 3 11:01:09 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2adc9f48
media-libs/imgui: fix useflags
Signed-off-by: Gonçalo Negrier Duarte <gonegrier.duarte <AT> gmail.com>
media-libs/imgui/imgui-1.89.9-r3.ebuild | 10 +++++-----
media-libs/imgui/imgui-1.90.7-r2.ebuild | 10 +++++-----
2 files changed, 10 insertions(+), 10 deletions(-)
diff --git a/media-libs/imgui/imgui-1.89.9-r3.ebuild b/media-libs/imgui/imgui-1.89.9-r3.ebuild
index 17e6f6e5b..50baf8ec3 100644
--- a/media-libs/imgui/imgui-1.89.9-r3.ebuild
+++ b/media-libs/imgui/imgui-1.89.9-r3.ebuild
@@ -17,19 +17,19 @@ SRC_URI="https://github.com/ocornut/imgui/archive/v${PV}.tar.gz -> imgui-${PV}.t
LICENSE="MIT"
SLOT="0/${PV}"
KEYWORDS="~amd64"
-IUSE="opengl vulkan glfw sdl2 sdl3 sdl2_renderer sdl3_renderer webgpu allegro5"
+IUSE="allegro5 glfw sdl2 sdl3 sdl2_renderer sdl3_renderer opengl vulkan webgpu"
RDEPEND="
dev-libs/stb:=
media-libs/glew[${MULTILIB_USEDEP}]
allegro5? ( media-libs/allegro:5[${MULTILIB_USEDEP}] )
glfw? ( media-libs/glfw:0[${MULTILIB_USEDEP}] )
- opengl? ( || (
- >=media-libs/mesa-24.1.0_rc1[opengl,X?,${MULTILIB_USEDEP}]
- <media-libs/mesa-24.1.0_rc1[gles2?,egl(+)?,X?,${MULTILIB_USEDEP}]
- ) )
sdl2? ( media-libs/libsdl2[${MULTILIB_USEDEP}] )
sdl2_renderer? ( media-libs/libsdl2[${MULTILIB_USEDEP}] )
+ opengl? ( || (
+ >=media-libs/mesa-24.1.0_rc1[opengl,${MULTILIB_USEDEP}]
+ <media-libs/mesa-24.1.0_rc1[gles2,egl,${MULTILIB_USEDEP}]
+ ) )
vulkan? ( media-libs/vulkan-loader[${MULTILIB_USEDEP}] )
webgpu? ( dev-util/webgpu-headers )
"
diff --git a/media-libs/imgui/imgui-1.90.7-r2.ebuild b/media-libs/imgui/imgui-1.90.7-r2.ebuild
index 17e6f6e5b..50baf8ec3 100644
--- a/media-libs/imgui/imgui-1.90.7-r2.ebuild
+++ b/media-libs/imgui/imgui-1.90.7-r2.ebuild
@@ -17,19 +17,19 @@ SRC_URI="https://github.com/ocornut/imgui/archive/v${PV}.tar.gz -> imgui-${PV}.t
LICENSE="MIT"
SLOT="0/${PV}"
KEYWORDS="~amd64"
-IUSE="opengl vulkan glfw sdl2 sdl3 sdl2_renderer sdl3_renderer webgpu allegro5"
+IUSE="allegro5 glfw sdl2 sdl3 sdl2_renderer sdl3_renderer opengl vulkan webgpu"
RDEPEND="
dev-libs/stb:=
media-libs/glew[${MULTILIB_USEDEP}]
allegro5? ( media-libs/allegro:5[${MULTILIB_USEDEP}] )
glfw? ( media-libs/glfw:0[${MULTILIB_USEDEP}] )
- opengl? ( || (
- >=media-libs/mesa-24.1.0_rc1[opengl,X?,${MULTILIB_USEDEP}]
- <media-libs/mesa-24.1.0_rc1[gles2?,egl(+)?,X?,${MULTILIB_USEDEP}]
- ) )
sdl2? ( media-libs/libsdl2[${MULTILIB_USEDEP}] )
sdl2_renderer? ( media-libs/libsdl2[${MULTILIB_USEDEP}] )
+ opengl? ( || (
+ >=media-libs/mesa-24.1.0_rc1[opengl,${MULTILIB_USEDEP}]
+ <media-libs/mesa-24.1.0_rc1[gles2,egl,${MULTILIB_USEDEP}]
+ ) )
vulkan? ( media-libs/vulkan-loader[${MULTILIB_USEDEP}] )
webgpu? ( dev-util/webgpu-headers )
"
next reply other threads:[~2024-06-03 11:01 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-06-03 11:01 Gonçalo Negrier Duarte [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-12-07 15:09 [gentoo-commits] repo/proj/guru:dev commit in: media-libs/imgui/ Gonçalo Negrier Duarte
2024-09-05 19:21 Gonçalo Negrier Duarte
2024-06-05 13:18 [gentoo-commits] repo/proj/guru:master " Viorel Munteanu
2024-06-05 13:18 ` [gentoo-commits] repo/proj/guru:dev " Viorel Munteanu
2024-06-04 16:00 Viorel Munteanu
2024-06-03 15:02 Viorel Munteanu
2024-06-03 10:49 Gonçalo Negrier Duarte
2024-06-02 22:11 Gonçalo Negrier Duarte
2024-05-12 19:27 Gonçalo Negrier Duarte
2024-05-10 14:00 Gonçalo Negrier Duarte
2024-05-09 16:03 Gonçalo Negrier Duarte
2024-02-16 21:50 Gonçalo Negrier Duarte
2024-02-08 11:08 Gonçalo Negrier Duarte
2024-02-07 17:59 Gonçalo Negrier Duarte
2023-02-19 5:17 Anna Vyalkova
2022-05-29 23:06 Alessandro Barbieri
2022-04-23 13:26 Alessandro Barbieri
2022-04-21 0:52 Alessandro Barbieri
2022-04-03 23:49 Alessandro Barbieri
2022-03-27 21:28 Alessandro Barbieri
2021-07-04 8:13 Alessandro Barbieri
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1717412469.2adc9f48a15dfaffdfb8615213e891a8024760a6.gonegrier.duarte@gentoo \
--to=gonegrier.duarte@gmail.com \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox