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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7F20D158086 for ; Sat, 18 Dec 2021 06:14:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C65342BC061; Sat, 18 Dec 2021 06:14:49 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9E4372BC061 for ; Sat, 18 Dec 2021 06:14:48 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 78BA834336C for ; Sat, 18 Dec 2021 06:14:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A2B3F1BF for ; Sat, 18 Dec 2021 06:14:44 +0000 (UTC) From: "Georgy Yakovlev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Georgy Yakovlev" Message-ID: <1639807924.20a515d3afa8ec37ea0c5e64681e3aa782fd1ffc.gyakovlev@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.3.42-r1.ebuild X-VCS-Directories: media-video/pipewire/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: 20a515d3afa8ec37ea0c5e64681e3aa782fd1ffc X-VCS-Branch: master Date: Sat, 18 Dec 2021 06: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: 3e15616f-4c0b-4ae3-acfc-795bcfdda746 X-Archives-Hash: 32b67a13068f408a0eb131b83f110b62 commit: 20a515d3afa8ec37ea0c5e64681e3aa782fd1ffc Author: Georgy Yakovlev gentoo org> AuthorDate: Sat Dec 18 06:12:04 2021 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Sat Dec 18 06:12:04 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20a515d3 media-video/pipewire: Keyword 0.3.42-r1 ppc, #813015 Signed-off-by: Georgy Yakovlev gentoo.org> media-video/pipewire/pipewire-0.3.42-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-video/pipewire/pipewire-0.3.42-r1.ebuild b/media-video/pipewire/pipewire-0.3.42-r1.ebuild index 547fd139487e..e74fc97557fb 100644 --- a/media-video/pipewire/pipewire-0.3.42-r1.ebuild +++ b/media-video/pipewire/pipewire-0.3.42-r1.ebuild @@ -12,7 +12,7 @@ if [[ ${PV} == 9999 ]]; then inherit git-r3 else SRC_URI="https://gitlab.freedesktop.org/${PN}/${PN}/-/archive/${PV}/${P}.tar.gz" - KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86" + KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86" fi DESCRIPTION="Multimedia processing graphs"