diff options
author | 2004-06-28 20:52:33 +0000 | |
---|---|---|
committer | 2004-06-28 20:52:33 +0000 | |
commit | dc68995b1b504700238edfb83788608e22b666e2 (patch) | |
tree | 499fa8f29a629c3d034e93950e29fc772001cfc3 /x11-plugins/wmgtemp/wmgtemp-0.7.ebuild | |
parent | glibc -> libc (diff) | |
download | historical-dc68995b1b504700238edfb83788608e22b666e2.tar.gz historical-dc68995b1b504700238edfb83788608e22b666e2.tar.bz2 historical-dc68995b1b504700238edfb83788608e22b666e2.zip |
add sed-4 dep
Diffstat (limited to 'x11-plugins/wmgtemp/wmgtemp-0.7.ebuild')
-rw-r--r-- | x11-plugins/wmgtemp/wmgtemp-0.7.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11-plugins/wmgtemp/wmgtemp-0.7.ebuild b/x11-plugins/wmgtemp/wmgtemp-0.7.ebuild index 047e796a33f6..dc7a3c87b6f0 100644 --- a/x11-plugins/wmgtemp/wmgtemp-0.7.ebuild +++ b/x11-plugins/wmgtemp/wmgtemp-0.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmgtemp/wmgtemp-0.7.ebuild,v 1.3 2004/06/24 23:10:14 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmgtemp/wmgtemp-0.7.ebuild,v 1.4 2004/06/28 20:46:24 agriffis Exp $ IUSE="" @@ -12,7 +12,8 @@ LICENSE="Artistic" SLOT="0" KEYWORDS="x86 -ppc -sparc amd64" -DEPEND="sys-apps/lm-sensors" +DEPEND="sys-apps/lm-sensors + >=sys-apps/sed-4" src_unpack() { unpack ${A} ; cd ${S}/src |