From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1239666-garchives=archives.gentoo.org@lists.gentoo.org>
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 9FA6613835A
	for <garchives@archives.gentoo.org>; Thu,  7 Jan 2021 18:57:26 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 001E4E087A;
	Thu,  7 Jan 2021 18:57:25 +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 B8F19E0878
	for <gentoo-commits@lists.gentoo.org>; Thu,  7 Jan 2021 18:57:25 +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 C86AA341397
	for <gentoo-commits@lists.gentoo.org>; Thu,  7 Jan 2021 18:57:24 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 809544C
	for <gentoo-commits@lists.gentoo.org>; Thu,  7 Jan 2021 18:57:23 +0000 (UTC)
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" <sam@gentoo.org>
Message-ID: <1610045821.c46d75f70248d2cc8eea1076cc941e5ac6b6f8d2.sam@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-calculators/units/
X-VCS-Repository: repo/gentoo
X-VCS-Files: sci-calculators/units/units-2.20.ebuild
X-VCS-Directories: sci-calculators/units/
X-VCS-Committer: sam
X-VCS-Committer-Name: Sam James
X-VCS-Revision: c46d75f70248d2cc8eea1076cc941e5ac6b6f8d2
X-VCS-Branch: master
Date: Thu,  7 Jan 2021 18:57:23 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 4392f304-949f-47d8-9e04-6752d3ea873a
X-Archives-Hash: 33df57c69ea38556cfb82004f553bf8e

commit:     c46d75f70248d2cc8eea1076cc941e5ac6b6f8d2
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Jan  7 18:57:01 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Jan  7 18:57:01 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c46d75f7

sci-calculators/units: Stabilize 2.20 ppc64, #763360

Signed-off-by: Sam James <sam <AT> gentoo.org>

 sci-calculators/units/units-2.20.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-calculators/units/units-2.20.ebuild b/sci-calculators/units/units-2.20.ebuild
index f6a0648167e..185a3134701 100644
--- a/sci-calculators/units/units-2.20.ebuild
+++ b/sci-calculators/units/units-2.20.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.gz"
 
 LICENSE="FDL-1.3 GPL-3"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~hppa ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux"
 IUSE="+units-cur"
 REQUIRED_USE="units-cur? ( ${PYTHON_REQUIRED_USE} )"