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 8E665138359 for ; Thu, 2 Jul 2020 22:36:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F36D5E08FE; Thu, 2 Jul 2020 22:36:31 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 DDCDAE08FF for ; Thu, 2 Jul 2020 22:36:31 +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 09D0D34F168 for ; Thu, 2 Jul 2020 22:36:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4B52E2D3 for ; Thu, 2 Jul 2020 22:36:28 +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: <1593729372.1425088a8a8026bf2ba564bc8f725f49bd32cf49.gyakovlev@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gui-apps/gtkgreet/ X-VCS-Repository: repo/gentoo X-VCS-Files: gui-apps/gtkgreet/gtkgreet-0.6.ebuild X-VCS-Directories: gui-apps/gtkgreet/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: 1425088a8a8026bf2ba564bc8f725f49bd32cf49 X-VCS-Branch: master Date: Thu, 2 Jul 2020 22:36:28 +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: 1be9b9f5-9f28-44c0-8d92-778a4c884c49 X-Archives-Hash: d95dcd8a39bef643542f35ad2f36373a commit: 1425088a8a8026bf2ba564bc8f725f49bd32cf49 Author: Georgy Yakovlev gentoo org> AuthorDate: Thu Jul 2 22:29:46 2020 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Thu Jul 2 22:36:12 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1425088a gui-apps/gtkgreet: add ~ppc64 keyword Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Georgy Yakovlev gentoo.org> gui-apps/gtkgreet/gtkgreet-0.6.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui-apps/gtkgreet/gtkgreet-0.6.ebuild b/gui-apps/gtkgreet/gtkgreet-0.6.ebuild index 12a9c985ac7..9bd30fd0243 100644 --- a/gui-apps/gtkgreet/gtkgreet-0.6.ebuild +++ b/gui-apps/gtkgreet/gtkgreet-0.6.ebuild @@ -13,7 +13,7 @@ if [[ ${PV} == 9999 ]]; then EGIT_REPO_URI="https://git.sr.ht/~kennylevinsen/gtkgreet.git" else SRC_URI="https://git.sr.ht/~kennylevinsen/gtkgreet/archive/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~x86" + KEYWORDS="~amd64 ~ppc64 ~x86" fi LICENSE="GPL-3"