From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1738591-garchives=archives.gentoo.org@lists.gentoo.org> 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 finch.gentoo.org (Postfix) with ESMTPS id A0A771584AD for <garchives@archives.gentoo.org>; Sun, 20 Apr 2025 09:26:40 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 8F0AE342F92 for <garchives@archives.gentoo.org>; Sun, 20 Apr 2025 09:26:40 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 7EFAD1102D2; Sun, 20 Apr 2025 09:26:39 +0000 (UTC) Received: from smtp.gentoo.org (dev.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) server-digest SHA256) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 702E11102D2 for <gentoo-commits@lists.gentoo.org>; Sun, 20 Apr 2025 09:26:39 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 20DAB342F8E for <gentoo-commits@lists.gentoo.org>; Sun, 20 Apr 2025 09:26:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5530919B9 for <gentoo-commits@lists.gentoo.org>; Sun, 20 Apr 2025 09:26:37 +0000 (UTC) From: "Sam James" <sam@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" <sam@gentoo.org> Message-ID: <1745141154.e23a88b66c009c3a1daa301370202ce466a4dd2c.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libheif/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libheif/libheif-1.19.7.ebuild media-libs/libheif/libheif-9999.ebuild X-VCS-Directories: media-libs/libheif/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: e23a88b66c009c3a1daa301370202ce466a4dd2c X-VCS-Branch: master Date: Sun, 20 Apr 2025 09:26:37 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: a1ad30e1-a54a-4c70-8ed8-8d09a78c92e0 X-Archives-Hash: 243daa40f42a5439cb064bef234c1a45 commit: e23a88b66c009c3a1daa301370202ce466a4dd2c Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sun Apr 20 09:25:54 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sun Apr 20 09:25:54 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e23a88b6 media-libs/libheif: update LICENSE Per https://github.com/strukturag/libheif/releases/tag/v1.19.6, the C++ and Go wrappers (and we always do the C++ bits) are MIT. Signed-off-by: Sam James <sam <AT> gentoo.org> media-libs/libheif/libheif-1.19.7.ebuild | 2 +- media-libs/libheif/libheif-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/media-libs/libheif/libheif-1.19.7.ebuild b/media-libs/libheif/libheif-1.19.7.ebuild index 18b3175ee23d..9ed6053bd665 100644 --- a/media-libs/libheif/libheif-1.19.7.ebuild +++ b/media-libs/libheif/libheif-1.19.7.ebuild @@ -16,7 +16,7 @@ else KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86" fi -LICENSE="GPL-3" +LICENSE="GPL-3 MIT" SLOT="0/$(ver_cut 1-2)" IUSE="+aom doc examples gdk-pixbuf go openh264 rav1e svt-av1 test +threads +webp x265" RESTRICT="!test? ( test )" diff --git a/media-libs/libheif/libheif-9999.ebuild b/media-libs/libheif/libheif-9999.ebuild index 18b3175ee23d..9ed6053bd665 100644 --- a/media-libs/libheif/libheif-9999.ebuild +++ b/media-libs/libheif/libheif-9999.ebuild @@ -16,7 +16,7 @@ else KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86" fi -LICENSE="GPL-3" +LICENSE="GPL-3 MIT" SLOT="0/$(ver_cut 1-2)" IUSE="+aom doc examples gdk-pixbuf go openh264 rav1e svt-av1 test +threads +webp x265" RESTRICT="!test? ( test )"