diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2018-10-19 19:50:22 +0200 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2018-10-19 19:52:27 +0200 |
commit | e67043093083cee7379b5e6ea2ef7b98d4edf203 (patch) | |
tree | f51264432c1d7d124a6037eae911cc053074d221 /media-libs | |
parent | app-editors/focuswriter: x86 stable (bug #668946) (diff) | |
download | gentoo-e67043093083cee7379b5e6ea2ef7b98d4edf203.tar.gz gentoo-e67043093083cee7379b5e6ea2ef7b98d4edf203.tar.bz2 gentoo-e67043093083cee7379b5e6ea2ef7b98d4edf203.zip |
media-libs/harfbuzz: x86 stable (bug #668984)
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/harfbuzz/harfbuzz-1.9.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/harfbuzz/harfbuzz-1.9.0.ebuild b/media-libs/harfbuzz/harfbuzz-1.9.0.ebuild index 07ce8a8b1c69..17d6f977ef94 100644 --- a/media-libs/harfbuzz/harfbuzz-1.9.0.ebuild +++ b/media-libs/harfbuzz/harfbuzz-1.9.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -15,7 +15,7 @@ if [[ ${PV} = 9999 ]] ; then inherit git-r3 autotools else SRC_URI="https://www.freedesktop.org/software/${PN}/release/${P}.tar.bz2" - KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~x64-solaris" + KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~x64-solaris" fi LICENSE="Old-MIT ISC icu" |