diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-03-13 08:10:35 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-03-13 08:10:35 +0000 |
commit | 7983f4332546e359f4eaeb61aaad3baba8d79b74 (patch) | |
tree | 51759c6c3288c9e1d9ea182ee02d36cbb5acf66b /app-arch | |
parent | Stable on mips, bug #82534. (diff) | |
download | gentoo-2-7983f4332546e359f4eaeb61aaad3baba8d79b74.tar.gz gentoo-2-7983f4332546e359f4eaeb61aaad3baba8d79b74.tar.bz2 gentoo-2-7983f4332546e359f4eaeb61aaad3baba8d79b74.zip |
m68k
Diffstat (limited to 'app-arch')
-rw-r--r-- | app-arch/unzip/unzip-5.50-r2.ebuild | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/app-arch/unzip/unzip-5.50-r2.ebuild b/app-arch/unzip/unzip-5.50-r2.ebuild index 6c52b13d8150..1aab0e44b0fd 100644 --- a/app-arch/unzip/unzip-5.50-r2.ebuild +++ b/app-arch/unzip/unzip-5.50-r2.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-arch/unzip/unzip-5.50-r2.ebuild,v 1.19 2005/02/19 19:11:42 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/unzip/unzip-5.50-r2.ebuild,v 1.20 2005/03/13 08:10:35 vapier Exp $ inherit eutils toolchain-funcs @@ -10,12 +10,10 @@ SRC_URI="ftp://ftp.info-zip.org/pub/infozip/src/${PN}${PV/.}.tar.gz" LICENSE="Info-ZIP" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 s390 sh sparc x86" +KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc x86" IUSE="" -RDEPEND="virtual/libc" -DEPEND="${RDEPEND} - >=sys-apps/sed-4" +RDEPEND="" src_unpack() { unpack ${A} |