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 21FA7158064 for ; Mon, 13 May 2024 16:11:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 952EBE2ACC; Mon, 13 May 2024 16:11:49 +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 74E25E2ACA for ; 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 8FFA2340DE6 for ; Mon, 13 May 2024 16:11:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E5B001AC9 for ; Mon, 13 May 2024 16:11:44 +0000 (UTC) From: "Ulrich Müller" 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" Message-ID: <1715616327.70a9b0bc582548d0518e2d6f3a68abb2ca71a488.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-fonts/sil-padauk/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-fonts/sil-padauk/sil-padauk-5.001.ebuild X-VCS-Directories: media-fonts/sil-padauk/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 70a9b0bc582548d0518e2d6f3a68abb2ca71a488 X-VCS-Branch: master Date: Mon, 13 May 2024 16:11:44 +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: d77d1d5e-13a8-47b8-8ec1-38679c0535be X-Archives-Hash: de03ebdc3e9438e404c7b9dbdad71d8e commit: 70a9b0bc582548d0518e2d6f3a68abb2ca71a488 Author: Ulrich Müller gentoo org> AuthorDate: Sun May 12 14:47:57 2024 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Mon May 13 16:05:27 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70a9b0bc media-fonts/sil-padauk: Fix LICENSE, OFL-1.1 instead of OFL Bug: https://bugs.gentoo.org/931823 Signed-off-by: Ulrich Müller gentoo.org> media-fonts/sil-padauk/sil-padauk-5.001.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-fonts/sil-padauk/sil-padauk-5.001.ebuild b/media-fonts/sil-padauk/sil-padauk-5.001.ebuild index 8666192d300e..ac6cefab83ed 100644 --- a/media-fonts/sil-padauk/sil-padauk-5.001.ebuild +++ b/media-fonts/sil-padauk/sil-padauk-5.001.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -11,7 +11,7 @@ HOMEPAGE="https://software.sil.org/padauk/" SRC_URI="https://software.sil.org/downloads/r/padauk/${MY_PN}-${PV}.zip" S="${WORKDIR}/${MY_PN}-${PV}" -LICENSE="OFL" +LICENSE="OFL-1.1" SLOT="0" KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~loong ppc ppc64 ~riscv ~s390 sparc x86"