diff options
author | Aaron Bauman <bman@gentoo.org> | 2019-09-06 20:04:45 -0400 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2019-09-06 20:04:45 -0400 |
commit | 145f66b441412d2ce990307becb2bfd2ba2a7e62 (patch) | |
tree | d322cdc0fb6d244060d3ee51ba4139fb1b43733c /media-libs | |
parent | app-emulation/skopeo: Use GO111MODULE=on for -mod=vendor backward compat (diff) | |
download | gentoo-145f66b441412d2ce990307becb2bfd2ba2a7e62.tar.gz gentoo-145f66b441412d2ce990307becb2bfd2ba2a7e62.tar.bz2 gentoo-145f66b441412d2ce990307becb2bfd2ba2a7e62.zip |
media-libs/harfbuzz: arm64 stable (bug #693512)
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Package-Manager: Portage-2.3.75, Repoman-2.3.17
RepoMan-Options: --include-arches="arm64"
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/harfbuzz/harfbuzz-2.6.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-libs/harfbuzz/harfbuzz-2.6.1.ebuild b/media-libs/harfbuzz/harfbuzz-2.6.1.ebuild index 993d7a268f8b..5a984fe85881 100644 --- a/media-libs/harfbuzz/harfbuzz-2.6.1.ebuild +++ b/media-libs/harfbuzz/harfbuzz-2.6.1.ebuild @@ -15,7 +15,7 @@ if [[ ${PV} = 9999 ]] ; then inherit git-r3 autotools else SRC_URI="https://www.freedesktop.org/software/${PN}/release/${P}.tar.xz" - KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" + KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" fi LICENSE="Old-MIT ISC icu" |