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 193D215815E for ; Fri, 9 Feb 2024 00:30:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A7D36E2A15; Fri, 9 Feb 2024 00:30:09 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 895B8E2A15 for ; Fri, 9 Feb 2024 00:30:09 +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 7E2D534315E for ; Fri, 9 Feb 2024 00:30:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BB61114D3 for ; Fri, 9 Feb 2024 00:30:05 +0000 (UTC) From: "David Roman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Roman" Message-ID: <1707390513.a611f2adab19140609c45e7c35ee2da9ec8d0805.davidroman@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-r8.ebuild X-VCS-Directories: media-libs/imgui/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: a611f2adab19140609c45e7c35ee2da9ec8d0805 X-VCS-Branch: master Date: Fri, 9 Feb 2024 00:30: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: 58c94eec-7e12-41ad-88c5-32a5abdbb7af X-Archives-Hash: 8ae45b8e8803ba38d191094335bf0cf4 commit: a611f2adab19140609c45e7c35ee2da9ec8d0805 Author: Gonçalo Negrier Duarte gmail com> AuthorDate: Thu Feb 8 11:06:59 2024 +0000 Commit: David Roman gmail com> CommitDate: Thu Feb 8 11:08:33 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a611f2ad media-libs/imgui: fix typo in LICENSE Signed-off-by: Gonçalo Negrier Duarte gmail.com> media-libs/imgui/imgui-1.87-r8.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/imgui/imgui-1.87-r8.ebuild b/media-libs/imgui/imgui-1.87-r8.ebuild index 01d08089c8..207cbbefce 100644 --- a/media-libs/imgui/imgui-1.87-r8.ebuild +++ b/media-libs/imgui/imgui-1.87-r8.ebuild @@ -15,7 +15,7 @@ SRC_URI=" https://github.com/cimgui/cimgui/archive/refs/tags/${PV}.tar.gz -> c${P}.gh.tar.gz " -LICENSE="MIT"multilib +LICENSE="MIT" SLOT="0/${PV}" KEYWORDS="~amd64" IUSE="allegro bindings examples freetype glfw glut opengl sdl vulkan"