diff options
author | Ulrich Müller <ulm@gentoo.org> | 2024-05-14 19:16:18 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2024-05-16 07:27:56 +0200 |
commit | 6298f38755ec37fa6ce5357d7eda3b77537507a8 (patch) | |
tree | d3bebc15e53b934d9b34811e8a7c8710a29fe860 /media-fonts | |
parent | mail-client/thunderbird-bin: add 115.11.0 (diff) | |
download | gentoo-6298f38755ec37fa6ce5357d7eda3b77537507a8.tar.gz gentoo-6298f38755ec37fa6ce5357d7eda3b77537507a8.tar.bz2 gentoo-6298f38755ec37fa6ce5357d7eda3b77537507a8.zip |
media-fonts/tex-gyre: Update LICENSE
The GUST Font License is equivalent to LPPL-1.3c, therefore we can
reduce license proliferation and list only the latter. Note that Gentoo
TeX Live packages do the same license mapping from "gfl" to LPPL-1.3c.
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'media-fonts')
-rw-r--r-- | media-fonts/tex-gyre/tex-gyre-2.501-r1.ebuild (renamed from media-fonts/tex-gyre/tex-gyre-2.501.ebuild) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-fonts/tex-gyre/tex-gyre-2.501.ebuild b/media-fonts/tex-gyre/tex-gyre-2.501-r1.ebuild index aaa37e378cc9..d5a65788825b 100644 --- a/media-fonts/tex-gyre/tex-gyre-2.501.ebuild +++ b/media-fonts/tex-gyre/tex-gyre-2.501-r1.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 @@ -9,7 +9,7 @@ DESCRIPTION="Extensive remake of freely available URW fonts" HOMEPAGE="http://www.gust.org.pl/projects/e-foundry/tex-gyre" SRC_URI="http://www.gust.org.pl/projects/e-foundry/tex-gyre/whole/${MY_P}.zip" -LICENSE="|| ( GFL LPPL-1.3c )" # legally equivalent +LICENSE="LPPL-1.3c" # GUST Font License, equivalent to LPPL-1.3c SLOT="0" KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~loong ~riscv x86" |