diff options
Diffstat (limited to 'sys-power/powertop/powertop-2.6.ebuild')
-rw-r--r-- | sys-power/powertop/powertop-2.6.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-power/powertop/powertop-2.6.ebuild b/sys-power/powertop/powertop-2.6.ebuild index c3945d6352c6..c2f6b48d0fdb 100644 --- a/sys-power/powertop/powertop-2.6.ebuild +++ b/sys-power/powertop/powertop-2.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-power/powertop/powertop-2.6.ebuild,v 1.2 2014/08/25 16:48:36 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-power/powertop/powertop-2.6.ebuild,v 1.3 2014/09/14 09:08:37 maekke Exp $ EAPI="5" @@ -11,7 +11,7 @@ if [[ ${PV} == "9999" ]] ; then SRC_URI="" else SRC_URI="https://01.org/sites/default/files/downloads/${PN}/${P}.tar.gz" - KEYWORDS="amd64 ~arm ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux" + KEYWORDS="amd64 arm ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux" fi DESCRIPTION="tool that helps you find what software is using the most power" |