diff options
Diffstat (limited to 'dev-lang/squeak-fullimage/squeak-fullimage-3.6.5429.ebuild')
-rw-r--r-- | dev-lang/squeak-fullimage/squeak-fullimage-3.6.5429.ebuild | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/dev-lang/squeak-fullimage/squeak-fullimage-3.6.5429.ebuild b/dev-lang/squeak-fullimage/squeak-fullimage-3.6.5429.ebuild index 5e6597b3243f..6c5c1cf7129c 100644 --- a/dev-lang/squeak-fullimage/squeak-fullimage-3.6.5429.ebuild +++ b/dev-lang/squeak-fullimage/squeak-fullimage-3.6.5429.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/squeak-fullimage/squeak-fullimage-3.6.5429.ebuild,v 1.3 2004/06/24 22:57:09 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/squeak-fullimage/squeak-fullimage-3.6.5429.ebuild,v 1.4 2006/03/19 22:30:04 halcy0n Exp $ MY_P="Squeak3.6-5429" DESCRIPTION="Squeak full image file" @@ -14,9 +14,11 @@ KEYWORDS="~x86 ~ppc" IUSE="" PROVIDE="virtual/squeak-image" -DEPEND=">=sys-apps/sed-4" +RDEPEND=">=sys-apps/sed-4" +DEPEND="${RDEPEND} + app-arch/unzip" -S=${WORKDIR} +S="${WORKDIR}" src_compile() { einfo "Compressing Image/Changes files..." |