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 D22CC138334 for ; Sat, 14 Sep 2019 03:14:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 96354E0932; Sat, 14 Sep 2019 03:14:49 +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 19E38E0932 for ; Sat, 14 Sep 2019 03:14:49 +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 47E9B34B154 for ; Sat, 14 Sep 2019 03:14:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9E9B27E7 for ; Sat, 14 Sep 2019 03:14:44 +0000 (UTC) From: "Aaron Bauman" 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" Message-ID: <1568430869.2fb09216131f076396370d52ce5662c71135d531.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/pipewire/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-video/pipewire/pipewire-0.2.6.ebuild X-VCS-Directories: media-video/pipewire/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 2fb09216131f076396370d52ce5662c71135d531 X-VCS-Branch: master Date: Sat, 14 Sep 2019 03:14:44 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 3281f56b-b019-4736-80c9-821af7039997 X-Archives-Hash: f844b8d28a7e07d88a3164447c30973a commit: 2fb09216131f076396370d52ce5662c71135d531 Author: Aaron Bauman gentoo org> AuthorDate: Sat Sep 14 03:14:29 2019 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Sat Sep 14 03:14:29 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2fb09216 media-video/pipewire: arm64 keyworded (bug #694146) Signed-off-by: Aaron Bauman gentoo.org> Package-Manager: Portage-2.3.76, Repoman-2.3.17 media-video/pipewire/pipewire-0.2.6.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-video/pipewire/pipewire-0.2.6.ebuild b/media-video/pipewire/pipewire-0.2.6.ebuild index 37e0fe08170..a2ab2c7b151 100644 --- a/media-video/pipewire/pipewire-0.2.6.ebuild +++ b/media-video/pipewire/pipewire-0.2.6.ebuild @@ -10,7 +10,7 @@ if [[ ${PV} == 9999 ]]; then inherit git-r3 else SRC_URI="https://github.com/PipeWire/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~x86" + KEYWORDS="~amd64 ~arm64 ~x86" fi DESCRIPTION="Multimedia processing graphs"