diff options
author | Daniel Robbins <drobbins@gentoo.org> | 2003-03-05 06:08:01 +0000 |
---|---|---|
committer | Daniel Robbins <drobbins@gentoo.org> | 2003-03-05 06:08:01 +0000 |
commit | b60ca0ed3bd7634ed68e1d6b4f52c656da6600b8 (patch) | |
tree | eab002f95169806976e3cdcb99984e16bffeccdb /sys-apps | |
parent | ddc fixors (diff) | |
download | gentoo-2-b60ca0ed3bd7634ed68e1d6b4f52c656da6600b8.tar.gz gentoo-2-b60ca0ed3bd7634ed68e1d6b4f52c656da6600b8.tar.bz2 gentoo-2-b60ca0ed3bd7634ed68e1d6b4f52c656da6600b8.zip |
adding missing pciutils dep
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/kudzu/kudzu-0.99.66.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/kudzu/kudzu-0.99.66.ebuild b/sys-apps/kudzu/kudzu-0.99.66.ebuild index b005e8206a80..e60434123b2c 100644 --- a/sys-apps/kudzu/kudzu-0.99.66.ebuild +++ b/sys-apps/kudzu/kudzu-0.99.66.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/kudzu/kudzu-0.99.66.ebuild,v 1.5 2003/03/05 05:43:07 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/kudzu/kudzu-0.99.66.ebuild,v 1.6 2003/03/05 06:08:01 drobbins Exp $ S=${WORKDIR}/${P} DESCRIPTION="Red Hat Hardware detection tools" @@ -12,7 +12,7 @@ SLOT="0" LICENSE="GPL" RDEPEND="dev-libs/newt" -DEPEND="$RDEPEND >=dev-libs/dietlibc-0.20" +DEPEND="$RDEPEND sys-apps/pciutils >=dev-libs/dietlibc-0.20" src_compile() { emake || die |