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 4FC481396D1 for ; Sun, 1 Oct 2017 19:11:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A6EBCE0822; Sun, 1 Oct 2017 19:11:15 +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 88729E0822 for ; Sun, 1 Oct 2017 19:11:15 +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 AD515341791 for ; Sun, 1 Oct 2017 19:11:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 50852908A for ; Sun, 1 Oct 2017 19:11:13 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1506885061.5d107998295c7bd1df5c8218c573084f0596bc21.mattst88@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.14-r1.ebuild X-VCS-Directories: sci-calculators/units/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 5d107998295c7bd1df5c8218c573084f0596bc21 X-VCS-Branch: master Date: Sun, 1 Oct 2017 19:11:13 +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-Archives-Salt: 7a2ba490-50af-4838-be89-9d3d2da7e803 X-Archives-Hash: b79f9848110bb892fd973f985a0717da commit: 5d107998295c7bd1df5c8218c573084f0596bc21 Author: Matt Turner gentoo org> AuthorDate: Sun Oct 1 19:11:01 2017 +0000 Commit: Matt Turner gentoo org> CommitDate: Sun Oct 1 19:11:01 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d107998 sci-calculators/units-2.14-r1: ppc64 stable, bug 625086 sci-calculators/units/units-2.14-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-calculators/units/units-2.14-r1.ebuild b/sci-calculators/units/units-2.14-r1.ebuild index bfa3ce23b32..2dded4614f9 100644 --- a/sci-calculators/units/units-2.14-r1.ebuild +++ b/sci-calculators/units/units-2.14-r1.ebuild @@ -12,7 +12,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} )"