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 EB4F2138334 for ; Sun, 22 Jul 2018 19:08:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 95F70E087A; Sun, 22 Jul 2018 19:08:56 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 5D3FCE087A for ; Sun, 22 Jul 2018 19:08:56 +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 6A05A335D3C for ; Sun, 22 Jul 2018 19:08:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3ADF02AA for ; Sun, 22 Jul 2018 19:08:52 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1532286511.7f01bb4726e2ad3a836ce42c6b816ee530a96ad9.zlogene@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.ebuild X-VCS-Directories: media-libs/woff2/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 7f01bb4726e2ad3a836ce42c6b816ee530a96ad9 X-VCS-Branch: master Date: Sun, 22 Jul 2018 19:08:52 +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: ecac04b6-fc40-431c-8dd6-5553d357e897 X-Archives-Hash: a042e4189225632ef40894bd82027e35 commit: 7f01bb4726e2ad3a836ce42c6b816ee530a96ad9 Author: Mikle Kolyada gentoo org> AuthorDate: Sun Jul 22 19:08:31 2018 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Sun Jul 22 19:08:31 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f01bb47 media-libs/woff2: Add ~arm keyword wrt bug #661356 Package-Manager: Portage-2.3.40, Repoman-2.3.9 media-libs/woff2/woff2-1.0.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/woff2/woff2-1.0.2.ebuild b/media-libs/woff2/woff2-1.0.2.ebuild index ce5fc8750aa..725345adebd 100644 --- a/media-libs/woff2/woff2-1.0.2.ebuild +++ b/media-libs/woff2/woff2-1.0.2.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="~amd64 ~sparc" +KEYWORDS="~amd64 ~arm ~sparc" IUSE="" RDEPEND="app-arch/brotli"