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 BD1F0138334 for ; Sun, 22 Jul 2018 09:01:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0ECF0E0894; Sun, 22 Jul 2018 09:01:05 +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 DDFA5E0894 for ; Sun, 22 Jul 2018 09:01:04 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 6BC0C335D61 for ; Sun, 22 Jul 2018 09:01:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C2F80358 for ; Sun, 22 Jul 2018 09:01:00 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1532250003.f12fd4610318153546bc81fe2bb0d350dc5deb8b.slyfox@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: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: f12fd4610318153546bc81fe2bb0d350dc5deb8b X-VCS-Branch: master Date: Sun, 22 Jul 2018 09:01:00 +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: 0cbe96da-990e-4720-a846-64e682ca5157 X-Archives-Hash: d8966ecf8d9e25206d12cdf5caf040f3 commit: f12fd4610318153546bc81fe2bb0d350dc5deb8b Author: Rolf Eike Beer sf-mail de> AuthorDate: Sun Jul 22 08:39:08 2018 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Sun Jul 22 09:00:03 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f12fd461 media-libs/woff2: keyworded 1.0.2 for sparc Bug: https://bugs.gentoo.org/661356 Package-Manager: Portage-2.3.40, Repoman-2.3.9 RepoMan-Options: --include-arches="sparc" 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 36a44eb0c5b..ce5fc8750aa 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" +KEYWORDS="~amd64 ~sparc" IUSE="" RDEPEND="app-arch/brotli"