diff options
author | Fabian Groffen <grobian@gentoo.org> | 2023-06-04 12:37:14 +0200 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2023-06-04 12:37:14 +0200 |
commit | bd7cb186c573e4c26d83a4fd62b06e201182c847 (patch) | |
tree | b8cd0d68d5f1c06842e73a04d01c94e7fcb451d9 /media-libs/freetype | |
parent | games-board/tablebase-syzygy: Add comment about selective URI restriction (diff) | |
download | gentoo-bd7cb186c573e4c26d83a4fd62b06e201182c847.tar.gz gentoo-bd7cb186c573e4c26d83a4fd62b06e201182c847.tar.bz2 gentoo-bd7cb186c573e4c26d83a4fd62b06e201182c847.zip |
*/*: marked ~arm64-macos
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Diffstat (limited to 'media-libs/freetype')
-rw-r--r-- | media-libs/freetype/freetype-2.13.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-libs/freetype/freetype-2.13.0.ebuild b/media-libs/freetype/freetype-2.13.0.ebuild index f52b0ba637c6..48ec96cea645 100644 --- a/media-libs/freetype/freetype-2.13.0.ebuild +++ b/media-libs/freetype/freetype-2.13.0.ebuild @@ -16,7 +16,7 @@ if [[ "${PV}" != 9999 ]] ; then mirror://nongnu/freetype/ft2demos-${PV}.tar.xz ) doc? ( mirror://sourceforge/freetype/${PN}-doc-${PV}.tar.xz mirror://nongnu/freetype/${PN}-doc-${PV}.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 ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" IUSE+=" doc" else inherit git-r3 |