diff options
author | 2005-12-15 00:11:47 +0000 | |
---|---|---|
committer | 2005-12-15 00:11:47 +0000 | |
commit | e97ba2173fd8ce9665be7783b11b5b8ebaa4c796 (patch) | |
tree | e0f9421d91ef6ab99516a473e7c1bc0841a119e8 /net-misc/ixp4xx/ixp4xx-2.1.ebuild | |
parent | Back to ~sparc as GQ still doesn't build with the NLS use flag enabled after ... (diff) | |
download | historical-e97ba2173fd8ce9665be7783b11b5b8ebaa4c796.tar.gz historical-e97ba2173fd8ce9665be7783b11b5b8ebaa4c796.tar.bz2 historical-e97ba2173fd8ce9665be7783b11b5b8ebaa4c796.zip |
need zip to unpack as pointed out by morfic
Package-Manager: portage-2.0.53
Diffstat (limited to 'net-misc/ixp4xx/ixp4xx-2.1.ebuild')
-rw-r--r-- | net-misc/ixp4xx/ixp4xx-2.1.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net-misc/ixp4xx/ixp4xx-2.1.ebuild b/net-misc/ixp4xx/ixp4xx-2.1.ebuild index dd87961f735f..2ef0db6ea6cc 100644 --- a/net-misc/ixp4xx/ixp4xx-2.1.ebuild +++ b/net-misc/ixp4xx/ixp4xx-2.1.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/net-misc/ixp4xx/ixp4xx-2.1.ebuild,v 1.1 2005/12/07 23:10:06 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/ixp4xx/ixp4xx-2.1.ebuild,v 1.2 2005/12/15 00:11:47 vapier Exp $ inherit eutils toolchain-funcs linux-mod @@ -16,7 +16,8 @@ KEYWORDS="-* arm" IUSE="" RESTRICT="mirror" -DEPEND="" +DEPEND="app-arch/zip" +RDEPEND="" S=${WORKDIR}/ixp400_xscale_sw |