diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-02-19 19:11:57 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-02-19 19:11:57 +0000 |
commit | b2de7fbd63054c41cda2e91d629bf54dd5f582f3 (patch) | |
tree | 4d316314f848fac19de9f3d0e2bbdae3831aaf60 /app-doc/linux-device-drivers | |
parent | sh KEYWORDS (diff) | |
download | gentoo-2-b2de7fbd63054c41cda2e91d629bf54dd5f582f3.tar.gz gentoo-2-b2de7fbd63054c41cda2e91d629bf54dd5f582f3.tar.bz2 gentoo-2-b2de7fbd63054c41cda2e91d629bf54dd5f582f3.zip |
actually we want unzip, not zip
(Portage version: 2.0.51-r15)
Diffstat (limited to 'app-doc/linux-device-drivers')
-rw-r--r-- | app-doc/linux-device-drivers/linux-device-drivers-2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-doc/linux-device-drivers/linux-device-drivers-2.ebuild b/app-doc/linux-device-drivers/linux-device-drivers-2.ebuild index 2cc8df556bd4..ba26ebf9b1d0 100644 --- a/app-doc/linux-device-drivers/linux-device-drivers-2.ebuild +++ b/app-doc/linux-device-drivers/linux-device-drivers-2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-doc/linux-device-drivers/linux-device-drivers-2.ebuild,v 1.1 2005/02/19 19:11:13 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-doc/linux-device-drivers/linux-device-drivers-2.ebuild,v 1.2 2005/02/19 19:11:57 vapier Exp $ DESCRIPTION="howto write linux device drivers (updated for Linux 2.4)" HOMEPAGE="http://www.oreilly.com/catalog/linuxdrive2/" @@ -11,7 +11,7 @@ SLOT="2" KEYWORDS="amd64 arm hppa ia64 s390 sh x86" IUSE="" -DEPEND="app-arch/zip" +DEPEND="app-arch/unzip" RDEPEND="" S=${WORKDIR} |