diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-01-04 20:11:06 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-01-04 20:11:06 +0200 |
commit | 6ea043054e3920164097488754fcc67bbe480bdb (patch) | |
tree | 036f7df5f8df757acc059bbd6c30151c54aa961a /media-libs | |
parent | app-text/poppler: Stabilize 23.12.0 sparc, #919762 (diff) | |
download | gentoo-6ea043054e3920164097488754fcc67bbe480bdb.tar.gz gentoo-6ea043054e3920164097488754fcc67bbe480bdb.tar.bz2 gentoo-6ea043054e3920164097488754fcc67bbe480bdb.zip |
media-libs/harfbuzz: Stabilize 8.3.0 sparc, #919762
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/harfbuzz/harfbuzz-8.3.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/harfbuzz/harfbuzz-8.3.0.ebuild b/media-libs/harfbuzz/harfbuzz-8.3.0.ebuild index c114ab1668f9..3deb4ecdf7df 100644 --- a/media-libs/harfbuzz/harfbuzz-8.3.0.ebuild +++ b/media-libs/harfbuzz/harfbuzz-8.3.0.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 @@ -15,7 +15,7 @@ if [[ ${PV} == 9999 ]] ; then inherit git-r3 else SRC_URI="https://github.com/harfbuzz/harfbuzz/releases/download/${PV}/${P}.tar.xz" - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" fi LICENSE="Old-MIT ISC icu" |