From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1042229-garchives=archives.gentoo.org@lists.gentoo.org> 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 61074138334 for <garchives@archives.gentoo.org>; Thu, 16 Aug 2018 21:09:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 77B60E0841; Thu, 16 Aug 2018 21:09:12 +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 53F06E0841 for <gentoo-commits@lists.gentoo.org>; Thu, 16 Aug 2018 21:09:11 +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 DCD0F335D5A for <gentoo-commits@lists.gentoo.org>; Thu, 16 Aug 2018 21:09:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 97C4F3BF for <gentoo-commits@lists.gentoo.org>; Thu, 16 Aug 2018 21:09:07 +0000 (UTC) From: "Michał Górny" <mgorny@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" <mgorny@gentoo.org> Message-ID: <1534453739.77205f30a9a93a19c21265d2a54f2b6c4a953e07.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/woff2/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/woff2/woff2-1.0.2-r1.ebuild X-VCS-Directories: media-libs/woff2/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 77205f30a9a93a19c21265d2a54f2b6c4a953e07 X-VCS-Branch: master Date: Thu, 16 Aug 2018 21:09:07 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 217c18f1-6255-44cd-b5ea-f14c07d70cb1 X-Archives-Hash: cd55f9e82997a0d21ce0af667b7fa6ea commit: 77205f30a9a93a19c21265d2a54f2b6c4a953e07 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Thu Aug 16 21:08:59 2018 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Thu Aug 16 21:08:59 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77205f30 media-libs/woff2: Tested on ~amd64-fbsd, #661356 media-libs/woff2/woff2-1.0.2-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/woff2/woff2-1.0.2-r1.ebuild b/media-libs/woff2/woff2-1.0.2-r1.ebuild index f47f2c1b8db..2644f825a78 100644 --- a/media-libs/woff2/woff2-1.0.2-r1.ebuild +++ b/media-libs/woff2/woff2-1.0.2-r1.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/google/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~x64-solaris" +KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~x64-solaris" IUSE="" RDEPEND="app-arch/brotli"