Gentoo Archives: gentoo-commits

From: Michael Weber <xmw@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-power/powertop/
Date: Mon, 03 Apr 2017 21:26:41
Message-Id: 1491254792.0e2903f2ad84a708e7f20bb17baffc17dd222d9f.xmw@gentoo
1 commit: 0e2903f2ad84a708e7f20bb17baffc17dd222d9f
2 Author: Michael Weber <xmw <AT> gentoo <DOT> org>
3 AuthorDate: Mon Apr 3 21:26:02 2017 +0000
4 Commit: Michael Weber <xmw <AT> gentoo <DOT> org>
5 CommitDate: Mon Apr 3 21:26:32 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e2903f2
7
8 sys-power/powertop: arm ppc stable (bug 614320).
9
10 Package-Manager: Portage-2.3.5, Repoman-2.3.2
11 RepoMan-Options: --include-arches="arm arm64 ppc ppc64"
12
13 sys-power/powertop/powertop-2.8.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/sys-power/powertop/powertop-2.8.ebuild b/sys-power/powertop/powertop-2.8.ebuild
17 index 117886a9ced..0fd176bd6f9 100644
18 --- a/sys-power/powertop/powertop-2.8.ebuild
19 +++ b/sys-power/powertop/powertop-2.8.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2015 Gentoo Foundation
22 +# Copyright 1999-2017 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI="5"
26 @@ -10,7 +10,7 @@ if [[ ${PV} == "9999" ]] ; then
27 SRC_URI=""
28 else
29 SRC_URI="https://01.org/sites/default/files/downloads/${PN}/${P}.tar.gz"
30 - KEYWORDS="~amd64 ~arm ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux"
31 + KEYWORDS="~amd64 arm ppc ~sparc ~x86 ~amd64-linux ~x86-linux"
32 fi
33
34 DESCRIPTION="tool that helps you find what software is using the most power"