diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-12-15 00:11:47 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-12-15 00:11:47 +0000 |
commit | e97ba2173fd8ce9665be7783b11b5b8ebaa4c796 (patch) | |
tree | e0f9421d91ef6ab99516a473e7c1bc0841a119e8 /net-misc | |
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')
-rw-r--r-- | net-misc/ixp4xx/Manifest | 8 | ||||
-rw-r--r-- | net-misc/ixp4xx/ixp4xx-2.1.ebuild | 5 |
2 files changed, 7 insertions, 6 deletions
diff --git a/net-misc/ixp4xx/Manifest b/net-misc/ixp4xx/Manifest index 82299dbc460e..f2bb079fdcfc 100644 --- a/net-misc/ixp4xx/Manifest +++ b/net-misc/ixp4xx/Manifest @@ -19,12 +19,12 @@ MD5 55eb00eaf207c8ed04b41671f5dd1196 files/2.1/43-yvasilev-Makefile-ixp400_eth.p MD5 5976fd3d796c3e10247ee43e4e84d9ee files/2.1/50-oemod-ixp400_eth.patch 5052 MD5 b5d51953e27b05d766183c207e60ed25 files/2.1/README 52 MD5 a714fc17ff2a0f235d5a4464d2d848d9 files/digest-ixp4xx-2.1 236 -MD5 e7b5f473f2ea1b816c1415e6ba4d1844 ixp4xx-2.1.ebuild 1572 +MD5 7a22658be5b140cf3d9a003b921307b2 ixp4xx-2.1.ebuild 1595 MD5 a32931a71aafd6c9f2550b5560cbe22a metadata.xml 178 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) -iD8DBQFDl2zKgIKl8Uu19MoRApTIAKCDIJoFOfNctU8/3D3I/D7OtQm4dACbB7s/ -Ism0z7Khurq/55UGPTMWCdw= -=lGbd +iD8DBQFDoLTXgIKl8Uu19MoRAibWAJ97RjKv/XAB74CGTxC66io6mZP6NgCfbPDR +Fn5YjppZ5B+YvaCiFy28ac8= +=2T/0 -----END PGP SIGNATURE----- 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 |