diff options
author | Florian Schmaus <flow@gentoo.org> | 2024-11-20 15:53:18 +0100 |
---|---|---|
committer | Florian Schmaus <flow@gentoo.org> | 2024-11-20 15:53:18 +0100 |
commit | 35b6a13e1b60ee9bd457c706f3344feb09091c40 (patch) | |
tree | 3b599a8eaf9387a845f0fac38b68300cdb32e74f /app-text/ttf2pk2 | |
parent | app-text/texlive: sync with ::gentoo (diff) | |
download | tex-overlay-35b6a13e1b60ee9bd457c706f3344feb09091c40.tar.gz tex-overlay-35b6a13e1b60ee9bd457c706f3344feb09091c40.tar.bz2 tex-overlay-35b6a13e1b60ee9bd457c706f3344feb09091c40.zip |
app-text/ttf2pk2: sync with ::gentoo
Signed-off-by: Florian Schmaus <flow@gentoo.org>
Diffstat (limited to 'app-text/ttf2pk2')
-rw-r--r-- | app-text/ttf2pk2/Manifest | 1 | ||||
-rw-r--r-- | app-text/ttf2pk2/ttf2pk2-2.0_p20230311.ebuild | 4 |
2 files changed, 3 insertions, 2 deletions
diff --git a/app-text/ttf2pk2/Manifest b/app-text/ttf2pk2/Manifest index d2edafa..67621d7 100644 --- a/app-text/ttf2pk2/Manifest +++ b/app-text/ttf2pk2/Manifest @@ -1 +1,2 @@ DIST texlive-20230311-source.tar.xz 68359984 BLAKE2B 6263e8d3e066db96f071138f2442b1ed7e1f3db7e6d261cdeb9a7e6e636c6e6ed45305c6bda3ab6f9a439c92eabf32a79bf6e371d16b747eebbc05ee47b85035 SHA512 93ac43f3055fee0103a6cfceea18d39ece63984914f3af9ad76da218f2d568852d9b987d1c9647c1497b985e4ffa297ef97dc2d50d3e90f62b03ad685af31d96 +DIST texlive-20240311-source.tar.xz 70130920 BLAKE2B f7e0c99694734585e36cbfa815e8c50b4e73c2b8b9a81a0c13f2ca22b1f54d46d92d07792c2036bdd2b3ebfcdf2c100638f4302b3dd64d478b04d1eb7a7aaee1 SHA512 2f1d567abba2ba98e236c1de034a861a86af9ce34a9be4f6b478a9f4eaf07a78d09104c652dddab9db2e7057a66f39504c0403a456c72a74f612d0efeccb0714 diff --git a/app-text/ttf2pk2/ttf2pk2-2.0_p20230311.ebuild b/app-text/ttf2pk2/ttf2pk2-2.0_p20230311.ebuild index 4986b06..4135b5a 100644 --- a/app-text/ttf2pk2/ttf2pk2-2.0_p20230311.ebuild +++ b/app-text/ttf2pk2/ttf2pk2-2.0_p20230311.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 @@ -10,7 +10,7 @@ S="${WORKDIR}/texlive-${PV#*_p}-source/texk/${PN}" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" +KEYWORDS="~alpha amd64 arm arm64 hppa ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" # Note about blockers: it is a freetype2 based replacement for ttf2pk and # ttf2tfm from freetype1, so block freetype1. |