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 3DAB7138334 for ; Mon, 4 Jun 2018 19:26:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 98B56E0BB3; Mon, 4 Jun 2018 19:26:02 +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 6C826E0BB3 for ; Mon, 4 Jun 2018 19:26:02 +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 D9DDE335C9D for ; Mon, 4 Jun 2018 19:26:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F06B02D5 for ; Mon, 4 Jun 2018 19:25:57 +0000 (UTC) From: "Mart Raudsepp" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mart Raudsepp" Message-ID: <1528138629.7f5198e060a8e56f22f96692605ea86e231b4721.leio@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: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: 7f5198e060a8e56f22f96692605ea86e231b4721 X-VCS-Branch: master Date: Mon, 4 Jun 2018 19:25:57 +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: ea26506b-ea99-4fe7-8869-8c3cda969f74 X-Archives-Hash: 8c18e8b8cb6cf5374801bf3473a84d59 commit: 7f5198e060a8e56f22f96692605ea86e231b4721 Author: Alex Bennée linaro org> AuthorDate: Fri May 18 09:25:24 2018 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Mon Jun 4 18:57:09 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f5198e0 sys-power/powertop: add ~arm64 keyword 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 a6209f4b950..cf837648689 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 ~arm64 ppc sparc x86 ~amd64-linux ~x86-linux" S="${WORKDIR}/${MY_P}" fi