diff options
Diffstat (limited to 'x11-plugins/wmsensormon/wmsensormon-1.2.1.ebuild')
-rw-r--r-- | x11-plugins/wmsensormon/wmsensormon-1.2.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-plugins/wmsensormon/wmsensormon-1.2.1.ebuild b/x11-plugins/wmsensormon/wmsensormon-1.2.1.ebuild index 3e13334a77fa..bfe453830307 100644 --- a/x11-plugins/wmsensormon/wmsensormon-1.2.1.ebuild +++ b/x11-plugins/wmsensormon/wmsensormon-1.2.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmsensormon/wmsensormon-1.2.1.ebuild,v 1.2 2005/01/28 23:39:56 s4t4n Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmsensormon/wmsensormon-1.2.1.ebuild,v 1.3 2005/02/27 12:24:17 brix Exp $ IUSE="" S=${WORKDIR}/${P/_/-}/${PN} @@ -11,7 +11,7 @@ SLOT="0" LICENSE="GPL-2" KEYWORDS="x86 ~amd64" DEPEND="virtual/x11 - >=sys-apps/lm-sensors-2.8.7" + >=sys-apps/lm_sensors-2.8.7" src_compile() { cd ${S} |