summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchim Gottinger <achim@gentoo.org>2001-05-29 17:28:19 +0000
committerAchim Gottinger <achim@gentoo.org>2001-05-29 17:28:19 +0000
commitaa6a19ea25bbed130cef956ef1bd6005cd95bd7e (patch)
tree22f7a92ee079fc4d76db2128cc7ee5a31a028184 /app-misc
parentUpdate (diff)
downloadgentoo-2-aa6a19ea25bbed130cef956ef1bd6005cd95bd7e.tar.gz
gentoo-2-aa6a19ea25bbed130cef956ef1bd6005cd95bd7e.tar.bz2
gentoo-2-aa6a19ea25bbed130cef956ef1bd6005cd95bd7e.zip
dependencie, fhs and use fixes
Diffstat (limited to 'app-misc')
-rw-r--r--app-misc/lhinv/lhinv-1.1-r1.ebuild4
-rw-r--r--app-misc/rio500/rio500-0.7.ebuild6
2 files changed, 5 insertions, 5 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
diff --git a/app-misc/rio500/rio500-0.7.ebuild b/app-misc/rio500/rio500-0.7.ebuild
index a832ebf8371b..1205c0a99639 100644
--- a/app-misc/rio500/rio500-0.7.ebuild
+++ b/app-misc/rio500/rio500-0.7.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2000 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Michael Conrad Tilstra <michael@gentoo.org> <tadpol@tadpol.org>
-# $Header: /var/cvsroot/gentoo-x86/app-misc/rio500/rio500-0.7.ebuild,v 1.2 2001/04/25 21:17:20 michael Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/rio500/rio500-0.7.ebuild,v 1.3 2001/05/29 17:28:19 achim Exp $
#P=
A=${P}.tar.gz
@@ -15,8 +15,8 @@ DEPEND="virtual/glibc
src_compile() {
try ./configure --prefix=/usr --host=${CHOST} \
- --with-fontpath=/usr/share/rio500
-# --with-usbdevfs --with-id3support
+ --with-fontpath=/usr/share/rio500
+ #--with-usbdevfs --with-id3support
try make
}