diff options
author | Sebastian Pipping <sping@gentoo.org> | 2010-03-15 17:16:57 +0000 |
---|---|---|
committer | Sebastian Pipping <sping@gentoo.org> | 2010-03-15 17:16:57 +0000 |
commit | 9acbc19c9c38f4c03f84a9ba27c8b49cd492b3a3 (patch) | |
tree | 12bd2dfe1e1c4d4ce0e5ccb850579047f3cb36e0 /dev-python/argparse/argparse-1.0.1.ebuild | |
parent | Bump to fix some crashes in previous versions (diff) | |
download | historical-9acbc19c9c38f4c03f84a9ba27c8b49cd492b3a3.tar.gz historical-9acbc19c9c38f4c03f84a9ba27c8b49cd492b3a3.tar.bz2 historical-9acbc19c9c38f4c03f84a9ba27c8b49cd492b3a3.zip |
dev-python/argparse: Add app-arch/unzip to build deps (bug #309375)
Package-Manager: portage-2.2_rc66/cvs/Linux i686
Diffstat (limited to 'dev-python/argparse/argparse-1.0.1.ebuild')
-rw-r--r-- | dev-python/argparse/argparse-1.0.1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/argparse/argparse-1.0.1.ebuild b/dev-python/argparse/argparse-1.0.1.ebuild index 6c017e8c3b2f..3c595a65633b 100644 --- a/dev-python/argparse/argparse-1.0.1.ebuild +++ b/dev-python/argparse/argparse-1.0.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/argparse/argparse-1.0.1.ebuild,v 1.4 2009/12/02 10:49:48 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/argparse/argparse-1.0.1.ebuild,v 1.5 2010/03/15 17:16:57 sping Exp $ EAPI="2" SUPPORT_PYTHON_ABIS="1" @@ -16,7 +16,7 @@ SLOT="0" KEYWORDS="amd64 x86" IUSE="" -DEPEND="" +DEPEND="app-arch/unzip" RDEPEND="" PYTHON_MODNAME="argparse.py" |