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 9EB5F138359 for ; Thu, 2 Jul 2020 22:36:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 01D94E08FF; Thu, 2 Jul 2020 22:36:32 +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 DCA5DE08FE for ; Thu, 2 Jul 2020 22:36:31 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 F06C234F17F for ; Thu, 2 Jul 2020 22:36:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5DFB32D4 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.662cf9b5b004b6d1e8fc78f1a1cb664120b7fd23.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-9999.ebuild X-VCS-Directories: gui-apps/gtkgreet/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: 662cf9b5b004b6d1e8fc78f1a1cb664120b7fd23 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: c191b09d-1b20-42b9-ab36-505e5a0e4acb X-Archives-Hash: 4a3157ec2f365440b29432ad0c876583 commit: 662cf9b5b004b6d1e8fc78f1a1cb664120b7fd23 Author: Georgy Yakovlev gentoo org> AuthorDate: Thu Jul 2 22:30:25 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=662cf9b5 gui-apps/gtkgreet: sync live ebuild keywords Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Georgy Yakovlev gentoo.org> gui-apps/gtkgreet/gtkgreet-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui-apps/gtkgreet/gtkgreet-9999.ebuild b/gui-apps/gtkgreet/gtkgreet-9999.ebuild index 12a9c985ac7..9bd30fd0243 100644 --- a/gui-apps/gtkgreet/gtkgreet-9999.ebuild +++ b/gui-apps/gtkgreet/gtkgreet-9999.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"