From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1103834-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 4E72C138334 for <garchives@archives.gentoo.org>; Sat, 3 Aug 2019 19:04:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8BA5AE0878; Sat, 3 Aug 2019 19:04:32 +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 70937E0878 for <gentoo-commits@lists.gentoo.org>; Sat, 3 Aug 2019 19:04:32 +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 6FB0B3493EA for <gentoo-commits@lists.gentoo.org>; Sat, 3 Aug 2019 19:04:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 62C0C751 for <gentoo-commits@lists.gentoo.org>; Sat, 3 Aug 2019 19:04:28 +0000 (UTC) From: "Aaron Bauman" <bman@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, "Aaron Bauman" <bman@gentoo.org> Message-ID: <1564859061.9fae03d7c6e833112dabcc6945d59271b5206edb.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/cheese/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-video/cheese/cheese-3.30.0.ebuild X-VCS-Directories: media-video/cheese/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 9fae03d7c6e833112dabcc6945d59271b5206edb X-VCS-Branch: master Date: Sat, 3 Aug 2019 19:04:28 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: ed80232a-5b39-4fc7-a648-59f0922dad5a X-Archives-Hash: b2d6313cc7327650d8694fc9b893b3aa commit: 9fae03d7c6e833112dabcc6945d59271b5206edb Author: Aaron Bauman <bman <AT> gentoo <DOT> org> AuthorDate: Sat Aug 3 19:03:15 2019 +0000 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org> CommitDate: Sat Aug 3 19:04:21 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9fae03d7 media-video/cheese: arm64 keyworded Signed-off-by: Aaron Bauman <bman <AT> gentoo.org> Package-Manager: Portage-2.3.70, Repoman-2.3.16 media-video/cheese/cheese-3.30.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-video/cheese/cheese-3.30.0.ebuild b/media-video/cheese/cheese-3.30.0.ebuild index cdb01a01521..3456aaba1a7 100644 --- a/media-video/cheese/cheese-3.30.0.ebuild +++ b/media-video/cheese/cheese-3.30.0.ebuild @@ -11,7 +11,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Cheese" LICENSE="GPL-2+" SLOT="0/8" # subslot = libcheese soname version IUSE="+introspection" -KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86" +KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc x86" COMMON_DEPEND=" >=dev-libs/glib-2.39.90:2