From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id C7B651582EF for ; Wed, 26 Feb 2025 09:02:31 +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)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id B0CA7341939 for ; Wed, 26 Feb 2025 09:02:31 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 02DAE1103C7; Wed, 26 Feb 2025 09:02:28 +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 bobolink.gentoo.org (Postfix) with ESMTPS id F0CAA1103C7 for ; Wed, 26 Feb 2025 09:02:27 +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 9E1DD343288 for ; Wed, 26 Feb 2025 09:02:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3673D27ED for ; Wed, 26 Feb 2025 09:02:26 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1740560538.72ea1e06ad420f1d2938ce26a1c02a89d48c30dd.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libxmp/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libxmp/libxmp-9999.ebuild X-VCS-Directories: media-libs/libxmp/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: 72ea1e06ad420f1d2938ce26a1c02a89d48c30dd X-VCS-Branch: master Date: Wed, 26 Feb 2025 09:02:26 +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: 3671503b-dffd-475c-ac03-1f9423f7bdfe X-Archives-Hash: 3dd329103756154225cf8277befce51f commit: 72ea1e06ad420f1d2938ce26a1c02a89d48c30dd Author: Michael Mair-Keimberger levelnine at> AuthorDate: Mon Feb 24 20:31:37 2025 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Wed Feb 26 09:02:18 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72ea1e06 media-libs/libxmp: fix LICENSE Signed-off-by: Michael Mair-Keimberger levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/40711 Signed-off-by: Conrad Kostecki gentoo.org> media-libs/libxmp/libxmp-9999.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-libs/libxmp/libxmp-9999.ebuild b/media-libs/libxmp/libxmp-9999.ebuild index f6027f5b906c..1e3ce2b867a3 100644 --- a/media-libs/libxmp/libxmp-9999.ebuild +++ b/media-libs/libxmp/libxmp-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -15,7 +15,7 @@ else fi # bzip2 depacker code is 0BSD -LICENSE="MIT 0BSD" +LICENSE="MIT 0BSD public-domain" SLOT="0" src_prepare() {