From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 76BCA138334 for ; Sat, 21 Jul 2018 08:03:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 91046E0858; Sat, 21 Jul 2018 08:03:23 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6732FE0858 for ; Sat, 21 Jul 2018 08:03:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D0C95335D10 for ; Sat, 21 Jul 2018 08:03:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 37A5D381 for ; Sat, 21 Jul 2018 08:03:18 +0000 (UTC) From: "Tobias Klausmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tobias Klausmann" Message-ID: <1532160191.ea7713dee85149dcd2734c49180a983f52d27a8e.klausman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/harfbuzz/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/harfbuzz/harfbuzz-1.8.1.ebuild X-VCS-Directories: media-libs/harfbuzz/ X-VCS-Committer: klausman X-VCS-Committer-Name: Tobias Klausmann X-VCS-Revision: ea7713dee85149dcd2734c49180a983f52d27a8e X-VCS-Branch: master Date: Sat, 21 Jul 2018 08:03:18 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 8c12270e-a588-4db4-827f-e991a3a7b687 X-Archives-Hash: fef34846bfed0711d4da668a9cb88a92 commit: ea7713dee85149dcd2734c49180a983f52d27a8e Author: Tobias Klausmann gentoo org> AuthorDate: Sat Jul 21 08:02:42 2018 +0000 Commit: Tobias Klausmann gentoo org> CommitDate: Sat Jul 21 08:03:11 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea7713de media-libs/harfbuzz-1.8.1-r0: alpha stable Gentoo-Bug: http://bugs.gentoo.org/660314 media-libs/harfbuzz/harfbuzz-1.8.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/harfbuzz/harfbuzz-1.8.1.ebuild b/media-libs/harfbuzz/harfbuzz-1.8.1.ebuild index 6daa22ca692..1d76676999a 100644 --- a/media-libs/harfbuzz/harfbuzz-1.8.1.ebuild +++ b/media-libs/harfbuzz/harfbuzz-1.8.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.bz2" - KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-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 ~arm-linux ~x86-linux ~x64-macos ~x86-macos ~x64-solaris" fi LICENSE="Old-MIT ISC icu"