summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-power/ncpufreqd/ncpufreqd-2.4.ebuild')
-rw-r--r--sys-power/ncpufreqd/ncpufreqd-2.4.ebuild7
1 files changed, 3 insertions, 4 deletions
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
-
}