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 E8F4215808D for ; Sat, 23 Apr 2022 13:26:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0410EE07B2; Sat, 23 Apr 2022 13:26:10 +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 E65C1E07B2 for ; Sat, 23 Apr 2022 13:26:08 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0478F3411A4 for ; Sat, 23 Apr 2022 13:26:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 87AFD2E0 for ; Sat, 23 Apr 2022 13:26:05 +0000 (UTC) From: "Alessandro Barbieri" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alessandro Barbieri" Message-ID: <1650720306.7a70b14fb2c37af39205928d7d75a222e1cbb028.Alessandro-Barbieri@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: media-libs/imgui/ X-VCS-Repository: repo/proj/guru X-VCS-Files: media-libs/imgui/imgui-1.87-r4.ebuild X-VCS-Directories: media-libs/imgui/ X-VCS-Committer: Alessandro-Barbieri X-VCS-Committer-Name: Alessandro Barbieri X-VCS-Revision: 7a70b14fb2c37af39205928d7d75a222e1cbb028 X-VCS-Branch: dev Date: Sat, 23 Apr 2022 13:26:05 +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: 4a2b1025-d28e-4381-867d-11f20c7381aa X-Archives-Hash: d509ff9e15fd82b5c6cb239b2106f70a commit: 7a70b14fb2c37af39205928d7d75a222e1cbb028 Author: Alessandro Barbieri gmail com> AuthorDate: Sat Apr 23 13:25:06 2022 +0000 Commit: Alessandro Barbieri gmail com> CommitDate: Sat Apr 23 13:25:06 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7a70b14f media-libs/imgui: do not require every use for the examples Signed-off-by: Alessandro Barbieri gmail.com> media-libs/imgui/imgui-1.87-r4.ebuild | 8 -------- 1 file changed, 8 deletions(-) diff --git a/media-libs/imgui/imgui-1.87-r4.ebuild b/media-libs/imgui/imgui-1.87-r4.ebuild index 7bb3f6e42..0c83b5cdf 100644 --- a/media-libs/imgui/imgui-1.87-r4.ebuild +++ b/media-libs/imgui/imgui-1.87-r4.ebuild @@ -52,14 +52,6 @@ REQUIRED_USE=" opengl vulkan ) - examples? ( - allegro - glfw - glut - opengl - sdl - vulkan - ) " src_prepare() {