diff options
Diffstat (limited to 'sys-apps/lm_sensors/lm_sensors-2.6.3.ebuild')
-rw-r--r-- | sys-apps/lm_sensors/lm_sensors-2.6.3.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys-apps/lm_sensors/lm_sensors-2.6.3.ebuild b/sys-apps/lm_sensors/lm_sensors-2.6.3.ebuild index ec6fc5f3d15e..b67c67f65af6 100644 --- a/sys-apps/lm_sensors/lm_sensors-2.6.3.ebuild +++ b/sys-apps/lm_sensors/lm_sensors-2.6.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/lm_sensors/lm_sensors-2.6.3.ebuild,v 1.7 2002/10/19 04:06:04 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/lm_sensors/lm_sensors-2.6.3.ebuild,v 1.8 2002/10/20 18:54:50 vapier Exp $ S="${WORKDIR}/${P}" DESCRIPTION="Hardware Sensors Monitoring by lm_sensors" @@ -12,7 +12,6 @@ LICENSE="GPL-2" SLOT="0" DEPEND="virtual/linux-sources" -RDEPEND="${DEPEND}" src_compile() { emake clean all || die "lm_sensors requires the source of a compatible kernel\nversion installed in /usr/src/linux and i2c support built as a modules" |