diff options
author | Krzysztof Pawlik <nelchael@gentoo.org> | 2009-03-21 22:36:06 +0000 |
---|---|---|
committer | Krzysztof Pawlik <nelchael@gentoo.org> | 2009-03-21 22:36:06 +0000 |
commit | 4d0a8e2db5777e7b79119ba85a7edfb2abee25aa (patch) | |
tree | cef4a1a6d724065dcc62bd5d0edc0df1eab747e2 /sys-power/ncpufreqd | |
parent | Fix QA warnings. (diff) | |
download | gentoo-2-4d0a8e2db5777e7b79119ba85a7edfb2abee25aa.tar.gz gentoo-2-4d0a8e2db5777e7b79119ba85a7edfb2abee25aa.tar.bz2 gentoo-2-4d0a8e2db5777e7b79119ba85a7edfb2abee25aa.zip |
Fix QA warnings.
(Portage version: 2.1.6.9/cvs/Linux x86_64)
Diffstat (limited to 'sys-power/ncpufreqd')
-rw-r--r-- | sys-power/ncpufreqd/ChangeLog | 7 | ||||
-rw-r--r-- | sys-power/ncpufreqd/ncpufreqd-2.4.ebuild | 7 |
2 files changed, 8 insertions, 6 deletions
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 <nelchael@gentoo.org> ncpufreqd-2.4.ebuild: + Fix QA warnings. 15 Nov 2007; Krzysiek Pawlik <nelchael@gentoo.org> -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 - } |