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 491E8138359 for ; Sat, 3 Oct 2020 07:00:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6C303E0929; Sat, 3 Oct 2020 07:00:51 +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 50F1FE0929 for ; Sat, 3 Oct 2020 07:00: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 D68AD335D89 for ; Sat, 3 Oct 2020 07:00:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4BC61373 for ; Sat, 3 Oct 2020 07:00: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: <1601707887.5b8b715a8efc78de50164dbc738d59df06eefe5a.gyakovlev@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/pgo/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-portage/pgo/pgo-0.0.3.ebuild X-VCS-Directories: app-portage/pgo/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: 5b8b715a8efc78de50164dbc738d59df06eefe5a X-VCS-Branch: master Date: Sat, 3 Oct 2020 07:00: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: b4e2b0ba-fb5d-4e61-8709-1203aecfb54f X-Archives-Hash: bef9949f6ad235c816d81460f6da9d16 commit: 5b8b715a8efc78de50164dbc738d59df06eefe5a Author: Georgy Yakovlev gentoo org> AuthorDate: Sat Oct 3 06:51:12 2020 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Sat Oct 3 06:51:27 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b8b715a app-portage/pgo: add ~ppc64 keyword Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Georgy Yakovlev gentoo.org> app-portage/pgo/pgo-0.0.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-portage/pgo/pgo-0.0.3.ebuild b/app-portage/pgo/pgo-0.0.3.ebuild index e3a6873088b..42500887708 100644 --- a/app-portage/pgo/pgo-0.0.3.ebuild +++ b/app-portage/pgo/pgo-0.0.3.ebuild @@ -10,7 +10,7 @@ if [[ ${PV} == *9999* ]]; then EGIT_REPO_URI="https://github.com/arzano/pgo" else SRC_URI="https://github.com/arzano/pgo/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~x86" + KEYWORDS="~amd64 ~ppc64 ~x86" fi DESCRIPTION="A command line interface for packages.gentoo.org"