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 B935F139000 for ; Fri, 30 Jul 2021 08:39:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2122FE096D; Fri, 30 Jul 2021 08:39:51 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 07245E096D for ; Fri, 30 Jul 2021 08:39:51 +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 1CFA934388F for ; Fri, 30 Jul 2021 08:39:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A414F7A3 for ; Fri, 30 Jul 2021 08:39:48 +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: <1627633903.96bea722fa958ad3083b32e45215aaf58dcc2771.gyakovlev@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/fetchcommandwrapper/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-portage/fetchcommandwrapper/fetchcommandwrapper-0.8.4-r1.ebuild X-VCS-Directories: app-portage/fetchcommandwrapper/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: 96bea722fa958ad3083b32e45215aaf58dcc2771 X-VCS-Branch: master Date: Fri, 30 Jul 2021 08:39:48 +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: ce18e884-f12f-4e8f-96ed-1a1ac637fb68 X-Archives-Hash: 957724181b3a381956d8232750079814 commit: 96bea722fa958ad3083b32e45215aaf58dcc2771 Author: Georgy Yakovlev gentoo org> AuthorDate: Fri Jul 30 02:44:35 2021 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Fri Jul 30 08:31:43 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96bea722 app-portage/fetchcommandwrapper: keyword 0.8.4-r1 for ~ppc64 Signed-off-by: Georgy Yakovlev gentoo.org> app-portage/fetchcommandwrapper/fetchcommandwrapper-0.8.4-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-portage/fetchcommandwrapper/fetchcommandwrapper-0.8.4-r1.ebuild b/app-portage/fetchcommandwrapper/fetchcommandwrapper-0.8.4-r1.ebuild index ceb96bf797c..744367c0bba 100644 --- a/app-portage/fetchcommandwrapper/fetchcommandwrapper-0.8.4-r1.ebuild +++ b/app-portage/fetchcommandwrapper/fetchcommandwrapper-0.8.4-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="GPL-3" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~ppc64 ~x86" IUSE="" DEPEND=""