diff options
author | Sam James <sam@gentoo.org> | 2025-01-07 21:05:04 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2025-01-07 21:05:04 +0000 |
commit | 00b365508631ee2ae71ef54cdc6a0996463f46df (patch) | |
tree | 07d04b6cd8504a478e38fdb960c217aea5186ea9 /media-libs | |
parent | gui-apps/foot: Stabilize 1.19.0 ppc64, #947685 (diff) | |
download | gentoo-00b365508631ee2ae71ef54cdc6a0996463f46df.tar.gz gentoo-00b365508631ee2ae71ef54cdc6a0996463f46df.tar.bz2 gentoo-00b365508631ee2ae71ef54cdc6a0996463f46df.zip |
media-libs/fcft: Stabilize 3.1.9 ppc64, #947686
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/fcft/fcft-3.1.9.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/fcft/fcft-3.1.9.ebuild b/media-libs/fcft/fcft-3.1.9.ebuild index 7cbcbbb0160c..89190df0bc0d 100644 --- a/media-libs/fcft/fcft-3.1.9.ebuild +++ b/media-libs/fcft/fcft-3.1.9.ebuild @@ -1,4 +1,4 @@ -# Copyright 2020-2024 Gentoo Authors +# Copyright 2020-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -15,7 +15,7 @@ S="${WORKDIR}/${PN}" # ZLIB for nanosvg LICENSE="MIT ZLIB" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv" +KEYWORDS="~amd64 ~arm64 ppc64 ~riscv" IUSE="examples +harfbuzz +libutf8proc test" REQUIRED_USE=" libutf8proc? ( harfbuzz ) |