diff options
author | Thomas Matthijs <axxo@gentoo.org> | 2005-09-16 19:02:46 +0000 |
---|---|---|
committer | Thomas Matthijs <axxo@gentoo.org> | 2005-09-16 19:02:46 +0000 |
commit | ae7292a30d176c48d9be2490ac21365219aab4b6 (patch) | |
tree | ee9eac102fda2a41cd853b3468e1f6df66a9b428 /dev-util/eclipse-pydev-bin | |
parent | Marking ~ppc-macos (bug #105869) (diff) | |
download | gentoo-2-ae7292a30d176c48d9be2490ac21365219aab4b6.tar.gz gentoo-2-ae7292a30d176c48d9be2490ac21365219aab4b6.tar.bz2 gentoo-2-ae7292a30d176c48d9be2490ac21365219aab4b6.zip |
add unzip
(Portage version: 2.0.52-r1)
Diffstat (limited to 'dev-util/eclipse-pydev-bin')
-rw-r--r-- | dev-util/eclipse-pydev-bin/eclipse-pydev-bin-0.8.0.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-util/eclipse-pydev-bin/eclipse-pydev-bin-0.8.0.ebuild b/dev-util/eclipse-pydev-bin/eclipse-pydev-bin-0.8.0.ebuild index 7a2634addde2..75c2f8a22b65 100644 --- a/dev-util/eclipse-pydev-bin/eclipse-pydev-bin-0.8.0.ebuild +++ b/dev-util/eclipse-pydev-bin/eclipse-pydev-bin-0.8.0.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/dev-util/eclipse-pydev-bin/eclipse-pydev-bin-0.8.0.ebuild,v 1.4 2005/05/05 16:06:38 luckyduck Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/eclipse-pydev-bin/eclipse-pydev-bin-0.8.0.ebuild,v 1.5 2005/09/16 19:01:44 axxo Exp $ inherit eclipse-ext @@ -14,6 +14,7 @@ LICENSE="CPL-1.0" KEYWORDS="~x86 ~amd64" IUSE="" DEPEND=">=dev-util/eclipse-sdk-3.0 + app-arch/unzip dev-lang/python" S=${WORKDIR} |