diff options
author | Achim Gottinger <achim@gentoo.org> | 2001-05-29 17:28:19 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2001-05-29 17:28:19 +0000 |
commit | aa6a19ea25bbed130cef956ef1bd6005cd95bd7e (patch) | |
tree | 22f7a92ee079fc4d76db2128cc7ee5a31a028184 /app-misc/lhinv | |
parent | Update (diff) | |
download | gentoo-2-aa6a19ea25bbed130cef956ef1bd6005cd95bd7e.tar.gz gentoo-2-aa6a19ea25bbed130cef956ef1bd6005cd95bd7e.tar.bz2 gentoo-2-aa6a19ea25bbed130cef956ef1bd6005cd95bd7e.zip |
dependencie, fhs and use fixes
Diffstat (limited to 'app-misc/lhinv')
-rw-r--r-- | app-misc/lhinv/lhinv-1.1-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-misc/lhinv/lhinv-1.1-r1.ebuild b/app-misc/lhinv/lhinv-1.1-r1.ebuild index a5cf342f74dd..3165177bf356 100644 --- a/app-misc/lhinv/lhinv-1.1-r1.ebuild +++ b/app-misc/lhinv/lhinv-1.1-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/app-misc/lhinv/lhinv-1.1-r1.ebuild,v 1.4 2000/11/01 04:44:12 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/lhinv/lhinv-1.1-r1.ebuild,v 1.5 2001/05/29 17:28:19 achim Exp $ P=lhinv-1.1 A=${P}.tar.gz @@ -10,7 +10,7 @@ DESCRIPTION="Linux Hardware Inventory" SRC_URI="http://download.sourceforge.net/lhinv/"${A} HOMEPAGE="http://lhinv.sourceforge.net" -DEPEND=">=sys-devel/perl-5" +RDEPEND=">=sys-devel/perl-5" src_compile() { cd ${S}/cgi |