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 555961382C5 for ; Sat, 14 Apr 2018 17:46:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 623B7E0825; Sat, 14 Apr 2018 17:46:38 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 3D161E0825 for ; Sat, 14 Apr 2018 17:46:38 +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 45904335C7B for ; Sat, 14 Apr 2018 17:46:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B3A96230 for ; Sat, 14 Apr 2018 17:46:35 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1523727979.b5b27aa64c909cbd5ffb2d2e5bed35fc7750d1b6.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-power/powertop/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-power/powertop/powertop-2.9.ebuild X-VCS-Directories: sys-power/powertop/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: b5b27aa64c909cbd5ffb2d2e5bed35fc7750d1b6 X-VCS-Branch: master Date: Sat, 14 Apr 2018 17:46:35 +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: 1516ac17-09ff-4b77-8745-6eecb079a281 X-Archives-Hash: 7164b7729fc22d782c97a759cc445b10 commit: b5b27aa64c909cbd5ffb2d2e5bed35fc7750d1b6 Author: Aaron Bauman gentoo org> AuthorDate: Sat Apr 14 17:44:48 2018 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Sat Apr 14 17:46:19 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5b27aa6 sys-power/powertop: amd64 stable Bug: https://bugs.gentoo.org/651612 Package-Manager: Portage-2.3.28, Repoman-2.3.9 sys-power/powertop/powertop-2.9.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-power/powertop/powertop-2.9.ebuild b/sys-power/powertop/powertop-2.9.ebuild index a46c1a302cb..1ca9db17e9c 100644 --- a/sys-power/powertop/powertop-2.9.ebuild +++ b/sys-power/powertop/powertop-2.9.ebuild @@ -11,7 +11,7 @@ if [[ ${PV} == "9999" ]] ; then else MY_P="${PN}-v${PV}" SRC_URI="https://01.org/sites/default/files/downloads/${PN}/${MY_P}.tar.gz" - KEYWORDS="~amd64 ~arm ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux" + KEYWORDS="amd64 ~arm ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux" S="${WORKDIR}/${MY_P}" fi