diff options
author | Jeremy Olexa <darkside@gentoo.org> | 2010-05-12 20:57:20 +0000 |
---|---|---|
committer | Jeremy Olexa <darkside@gentoo.org> | 2010-05-12 20:57:20 +0000 |
commit | 3c8ab8b85cea7bcf49d6bb39aaf11327cdedeff9 (patch) | |
tree | c700a8683eab3097f7ec10cc7e9db8636bd42439 /xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.0.0.ebuild | |
parent | Use correct PATCHES syntax (diff) | |
download | gentoo-2-3c8ab8b85cea7bcf49d6bb39aaf11327cdedeff9.tar.gz gentoo-2-3c8ab8b85cea7bcf49d6bb39aaf11327cdedeff9.tar.bz2 gentoo-2-3c8ab8b85cea7bcf49d6bb39aaf11327cdedeff9.zip |
Set proper lm_sensors dep version. Bug 314085 by Ivan Ponomarev
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.0.0.ebuild')
-rw-r--r-- | xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.0.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.0.0.ebuild b/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.0.0.ebuild index a37226577425..16c8ef13cf0e 100644 --- a/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.0.0.ebuild +++ b/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.0.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.0.0.ebuild,v 1.5 2010/03/29 16:55:51 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.0.0.ebuild,v 1.6 2010/05/12 20:57:20 darkside Exp $ EAUTORECONF=yes EAPI=2 @@ -20,7 +20,7 @@ RDEPEND=">=x11-libs/gtk+-2.10:2 >=xfce-base/libxfcegui4-4.4 >=xfce-base/xfce4-panel-4.4 libnotify? ( >=x11-libs/libnotify-0.4 ) - lm_sensors? ( sys-apps/lm_sensors ) + lm_sensors? ( >=sys-apps/lm_sensors-3.1.0 ) hddtemp? ( app-admin/hddtemp net-analyzer/gnu-netcat )" DEPEND="${RDEPEND} dev-util/intltool |