summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2014-08-25 16:48:36 +0000
committerManuel Rüger <mrueg@gentoo.org>2014-08-25 16:48:36 +0000
commit8b443f47206dd9378a249e514c3cb829b555ce54 (patch)
treee6e17cc00592c2b4f88249dafc3032ba2093a735
parentbumped EAPI to 5; committed directly to stable as no other changes present an... (diff)
downloadgentoo-2-8b443f47206dd9378a249e514c3cb829b555ce54.tar.gz
gentoo-2-8b443f47206dd9378a249e514c3cb829b555ce54.tar.bz2
gentoo-2-8b443f47206dd9378a249e514c3cb829b555ce54.zip
Mark amd64 stable. Bug #520616.
(Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key )
-rw-r--r--sys-power/powertop/ChangeLog5
-rw-r--r--sys-power/powertop/powertop-2.6.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-power/powertop/ChangeLog b/sys-power/powertop/ChangeLog
index 3fe4e57947fd..7c2e5fd62386 100644
--- a/sys-power/powertop/ChangeLog
+++ b/sys-power/powertop/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-power/powertop
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-power/powertop/ChangeLog,v 1.103 2014/08/22 16:27:20 zerochaos Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-power/powertop/ChangeLog,v 1.104 2014/08/25 16:48:36 mrueg Exp $
+
+ 25 Aug 2014; Manuel Rüger <mrueg@gentoo.org> powertop-2.6.ebuild:
+ Mark amd64 stable. Bug #520616.
22 Aug 2014; Rick Farina <zerochaos@gentoo.org> -powertop-2.4.ebuild:
remove old, prompted as partial fix to bug #520600
diff --git a/sys-power/powertop/powertop-2.6.ebuild b/sys-power/powertop/powertop-2.6.ebuild
index 08e82cfbd41c..c3945d6352c6 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.1 2014/05/17 02:23:35 zerochaos Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-power/powertop/powertop-2.6.ebuild,v 1.2 2014/08/25 16:48:36 mrueg 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"