diff options
Diffstat (limited to 'sys-power/cpufrequtils')
-rw-r--r-- | sys-power/cpufrequtils/ChangeLog | 6 | ||||
-rw-r--r-- | sys-power/cpufrequtils/cpufrequtils-008-r1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/sys-power/cpufrequtils/ChangeLog b/sys-power/cpufrequtils/ChangeLog index 41e200232fa4..5a615a912401 100644 --- a/sys-power/cpufrequtils/ChangeLog +++ b/sys-power/cpufrequtils/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-power/cpufrequtils # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-power/cpufrequtils/ChangeLog,v 1.58 2011/07/25 23:08:19 zmedico Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-power/cpufrequtils/ChangeLog,v 1.59 2011/07/26 16:47:50 xarthisius Exp $ + + 26 Jul 2011; Kacper Kowalik <xarthisius@gentoo.org> + cpufrequtils-008-r1.ebuild: + ppc/ppc64 stable wrt #375921 25 Jul 2011; Zac Medico <zmedico@gentoo.org> cpufrequtils-008-r1.ebuild: Fix src_install to use emake DESTDIR="${ED}" for prefix compatibility. diff --git a/sys-power/cpufrequtils/cpufrequtils-008-r1.ebuild b/sys-power/cpufrequtils/cpufrequtils-008-r1.ebuild index 3c9b176ff415..bc413f81c799 100644 --- a/sys-power/cpufrequtils/cpufrequtils-008-r1.ebuild +++ b/sys-power/cpufrequtils/cpufrequtils-008-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-power/cpufrequtils/cpufrequtils-008-r1.ebuild,v 1.3 2011/07/25 23:08:19 zmedico Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-power/cpufrequtils/cpufrequtils-008-r1.ebuild,v 1.4 2011/07/26 16:47:50 xarthisius Exp $ EAPI="3" @@ -12,7 +12,7 @@ SRC_URI="mirror://kernel/linux/utils/kernel/cpufreq/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~arm ~ia64 ppc ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux" IUSE="debug nls" DEPEND="" |