From 4d0a8e2db5777e7b79119ba85a7edfb2abee25aa Mon Sep 17 00:00:00 2001 From: Krzysztof Pawlik Date: Sat, 21 Mar 2009 22:36:06 +0000 Subject: Fix QA warnings. (Portage version: 2.1.6.9/cvs/Linux x86_64) --- sys-power/ncpufreqd/ChangeLog | 7 +++++-- sys-power/ncpufreqd/ncpufreqd-2.4.ebuild | 7 +++---- 2 files changed, 8 insertions(+), 6 deletions(-) (limited to 'sys-power/ncpufreqd') diff --git a/sys-power/ncpufreqd/ChangeLog b/sys-power/ncpufreqd/ChangeLog index 7470e67f5623..f74d00257fd5 100644 --- a/sys-power/ncpufreqd/ChangeLog +++ b/sys-power/ncpufreqd/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-power/ncpufreqd -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-power/ncpufreqd/ChangeLog,v 1.20 2007/11/15 11:07:04 nelchael Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-power/ncpufreqd/ChangeLog,v 1.21 2009/03/21 22:36:06 nelchael Exp $ + + 21 Mar 2009; Krzysiek Pawlik ncpufreqd-2.4.ebuild: + Fix QA warnings. 15 Nov 2007; Krzysiek Pawlik -ncpufreqd-2.0.ebuild: Remove old version. diff --git a/sys-power/ncpufreqd/ncpufreqd-2.4.ebuild b/sys-power/ncpufreqd/ncpufreqd-2.4.ebuild index 5ed55d5d405b..34006ad897ce 100644 --- a/sys-power/ncpufreqd/ncpufreqd-2.4.ebuild +++ b/sys-power/ncpufreqd/ncpufreqd-2.4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-power/ncpufreqd/ncpufreqd-2.4.ebuild,v 1.3 2007/11/12 11:16:16 nelchael Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-power/ncpufreqd/ncpufreqd-2.4.ebuild,v 1.4 2009/03/21 22:36:06 nelchael Exp $ inherit cmake-utils @@ -15,12 +15,11 @@ KEYWORDS="~amd64 ~x86" IUSE="" DEPEND="virtual/logger" +RDEPEND="${DEPEND}" src_install() { - cmake-utils_src_install doinitd gentoo-init.d/ncpufreqd dodoc AUTHORS ChangeLog README - } -- cgit v1.2.3-65-gdbad