From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1630546-garchives=archives.gentoo.org@lists.gentoo.org> 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 80720158064 for <garchives@archives.gentoo.org>; Mon, 13 May 2024 16:11:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 728A0E2AC8; Mon, 13 May 2024 16:11:49 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 465CCE2ACA for <gentoo-commits@lists.gentoo.org>; Mon, 13 May 2024 16:11:49 +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 901C334164C for <gentoo-commits@lists.gentoo.org>; Mon, 13 May 2024 16:11:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D31981AC8 for <gentoo-commits@lists.gentoo.org>; Mon, 13 May 2024 16:11:44 +0000 (UTC) From: "Ulrich Müller" <ulm@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, "Ulrich Müller" <ulm@gentoo.org> Message-ID: <1715616327.7c0de67727d80a6cc2b58ca8e22bea0a679fd91c.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-fonts/oldstandard/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-fonts/oldstandard/oldstandard-2.2.ebuild X-VCS-Directories: media-fonts/oldstandard/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 7c0de67727d80a6cc2b58ca8e22bea0a679fd91c X-VCS-Branch: master Date: Mon, 13 May 2024 16:11:44 +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: 04947972-c0e3-40f5-9a6b-3d5540ebb6ac X-Archives-Hash: 8d411d4ad8a7a9bdb898135e44e44fcd commit: 7c0de67727d80a6cc2b58ca8e22bea0a679fd91c Author: Ulrich Müller <ulm <AT> gentoo <DOT> org> AuthorDate: Sun May 12 14:47:39 2024 +0000 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org> CommitDate: Mon May 13 16:05:27 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c0de677 media-fonts/oldstandard: Fix LICENSE, OFL-1.1 instead of OFL Bug: https://bugs.gentoo.org/931823 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org> media-fonts/oldstandard/oldstandard-2.2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-fonts/oldstandard/oldstandard-2.2.ebuild b/media-fonts/oldstandard/oldstandard-2.2.ebuild index 977d9e4ea78f..f1133d277963 100644 --- a/media-fonts/oldstandard/oldstandard-2.2.ebuild +++ b/media-fonts/oldstandard/oldstandard-2.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -13,7 +13,7 @@ SRC_URI="http://www.thessalonica.org.ru/downloads/${P}.otf.zip http://www.thessalonica.org.ru/downloads/${P}.ttf.zip" S="${WORKDIR}" -LICENSE="OFL" +LICENSE="OFL-1.1" SLOT="0" KEYWORDS="amd64 ~loong ~riscv x86"