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 5CC5015808D for ; Thu, 21 Apr 2022 17:46:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 95A422BC040; Thu, 21 Apr 2022 17:46:31 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 7C2DD2BC040 for ; Thu, 21 Apr 2022 17:46:31 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A726B341D21 for ; Thu, 21 Apr 2022 17:46:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 223F1435 for ; Thu, 21 Apr 2022 17:46:27 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1650502318.28d9358f121be9efa10fd2b266684d950fdc37e5.arthurzam@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: media-libs/imgui/ X-VCS-Repository: repo/proj/guru X-VCS-Files: media-libs/imgui/imgui-1.87-r2.ebuild X-VCS-Directories: media-libs/imgui/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 28d9358f121be9efa10fd2b266684d950fdc37e5 X-VCS-Branch: master Date: Thu, 21 Apr 2022 17:46:27 +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: 3da7d470-ebb1-4474-b998-16293639fc46 X-Archives-Hash: e3eb5fc1ce15e979dca8bf11f0227e07 commit: 28d9358f121be9efa10fd2b266684d950fdc37e5 Author: Alessandro Barbieri gmail com> AuthorDate: Thu Apr 21 00:51:58 2022 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Thu Apr 21 00:51:58 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=28d9358f media-libs/imgui: change required use logic Signed-off-by: Alessandro Barbieri gmail.com> media-libs/imgui/imgui-1.87-r2.ebuild | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/media-libs/imgui/imgui-1.87-r2.ebuild b/media-libs/imgui/imgui-1.87-r2.ebuild index f51097b79..0df42793d 100644 --- a/media-libs/imgui/imgui-1.87-r2.ebuild +++ b/media-libs/imgui/imgui-1.87-r2.ebuild @@ -45,12 +45,14 @@ PATCHES=( "${FILESDIR}/c${P}-fix-cmake.patch" ) REQUIRED_USE=" || ( allegro - || ( - glfw - glut - sdl - ) - || ( opengl vulkan ) + glfw + glut + sdl + ) + || ( + allegro + opengl + vulkan ) examples? ( allegro