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 34773138359 for ; Tue, 25 Aug 2020 18:20:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DD08EE0976; Tue, 25 Aug 2020 18:20:27 +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 BFB72E0976 for ; Tue, 25 Aug 2020 18:20:27 +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 35F4B340955 for ; Tue, 25 Aug 2020 18:20:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8C8BA332 for ; Tue, 25 Aug 2020 18:20:24 +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: <1598379612.35cb4334e25fb80d4cf96342e737072a0e8cfdda.gyakovlev@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/mumble/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/mumble/mumble-1.3.2.ebuild X-VCS-Directories: media-sound/mumble/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: 35cb4334e25fb80d4cf96342e737072a0e8cfdda X-VCS-Branch: master Date: Tue, 25 Aug 2020 18:20:24 +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: 87203874-21b4-49a0-b8c8-a68eed3a12e1 X-Archives-Hash: f4dcb03a71873e011a2937b9d8ffdaec commit: 35cb4334e25fb80d4cf96342e737072a0e8cfdda Author: Daniel James orcadian net> AuthorDate: Thu Aug 20 15:20:14 2020 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Tue Aug 25 18:20:12 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35cb4334 media-sound/mumble: add ~ppc64 keyword Signed-off-by: Daniel James orcadian.net> Closes: https://github.com/gentoo/gentoo/pull/17191 Signed-off-by: Georgy Yakovlev gentoo.org> media-sound/mumble/mumble-1.3.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-sound/mumble/mumble-1.3.2.ebuild b/media-sound/mumble/mumble-1.3.2.ebuild index 50f19e4cdf6..df7176498fd 100644 --- a/media-sound/mumble/mumble-1.3.2.ebuild +++ b/media-sound/mumble/mumble-1.3.2.ebuild @@ -21,7 +21,7 @@ else https://dl.mumble.info/${MY_P}.tar.gz" S="${WORKDIR}/${P/_*}" fi - KEYWORDS="~amd64 ~arm64 ~x86" + KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86" fi LICENSE="BSD MIT"