Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/harfbuzz/
Date: Sat, 20 Oct 2018 11:43:32
Message-Id: 1540035762.42e99a524e792d42e044ff51a14d8a7a365340a9.slyfox@gentoo
1 commit: 42e99a524e792d42e044ff51a14d8a7a365340a9
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 20 11:42:42 2018 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 20 11:42:42 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42e99a52
7
8 media-libs/harfbuzz: stable 1.9.0 for ppc, bug #668984
9
10 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
11 Package-Manager: Portage-2.3.51, Repoman-2.3.11
12 RepoMan-Options: --include-arches="ppc"
13
14 media-libs/harfbuzz/harfbuzz-1.9.0.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/media-libs/harfbuzz/harfbuzz-1.9.0.ebuild b/media-libs/harfbuzz/harfbuzz-1.9.0.ebuild
18 index b5747f52e2a..9eb1c8db055 100644
19 --- a/media-libs/harfbuzz/harfbuzz-1.9.0.ebuild
20 +++ b/media-libs/harfbuzz/harfbuzz-1.9.0.ebuild
21 @@ -15,7 +15,7 @@ if [[ ${PV} = 9999 ]] ; then
22 inherit git-r3 autotools
23 else
24 SRC_URI="https://www.freedesktop.org/software/${PN}/release/${P}.tar.bz2"
25 - 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"
26 + 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"
27 fi
28
29 LICENSE="Old-MIT ISC icu"