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 549BB1382C5 for ; Sat, 2 Jan 2021 22:07:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 96BFCE081B; Sat, 2 Jan 2021 22:07:37 +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 7B743E081B for ; Sat, 2 Jan 2021 22:07:37 +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 05C78340E49 for ; Sat, 2 Jan 2021 22:07:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 81751478 for ; Sat, 2 Jan 2021 22:07:34 +0000 (UTC) From: "Sam James" 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" Message-ID: <1609625252.88f5b9b0dda31f4ab009885f7cd8c70ba8d006e7.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.19-r1.ebuild X-VCS-Directories: sci-calculators/units/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 88f5b9b0dda31f4ab009885f7cd8c70ba8d006e7 X-VCS-Branch: master Date: Sat, 2 Jan 2021 22:07:34 +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: 00a9de78-ba57-4d0b-ae68-8a9e8ea26778 X-Archives-Hash: 26c6c0d3c00ee01bca7c93dc332d521c commit: 88f5b9b0dda31f4ab009885f7cd8c70ba8d006e7 Author: Sam James gentoo org> AuthorDate: Sat Jan 2 22:07:27 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sat Jan 2 22:07:32 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88f5b9b0 sci-calculators/units: Stabilize 2.19-r1 ppc, #762868 Signed-off-by: Sam James gentoo.org> sci-calculators/units/units-2.19-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sci-calculators/units/units-2.19-r1.ebuild b/sci-calculators/units/units-2.19-r1.ebuild index 755e4b2d6df..0065f1b1105 100644 --- a/sci-calculators/units/units-2.19-r1.ebuild +++ b/sci-calculators/units/units-2.19-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 @@ -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} )"