diff options
Diffstat (limited to 'dev-python/m2crypto/m2crypto-0.07_alpha3.ebuild')
-rw-r--r-- | dev-python/m2crypto/m2crypto-0.07_alpha3.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-python/m2crypto/m2crypto-0.07_alpha3.ebuild b/dev-python/m2crypto/m2crypto-0.07_alpha3.ebuild index 0199a46a85c7..1d646df8b615 100644 --- a/dev-python/m2crypto/m2crypto-0.07_alpha3.ebuild +++ b/dev-python/m2crypto/m2crypto-0.07_alpha3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/m2crypto/m2crypto-0.07_alpha3.ebuild,v 1.6 2004/06/25 01:33:40 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/m2crypto/m2crypto-0.07_alpha3.ebuild,v 1.7 2004/11/04 16:38:44 pythonhead Exp $ DESCRIPTION="A python wrapper for the OpenSSL crypto library" HOMEPAGE="http://www.post1.com/home/ngps/m2/" @@ -9,7 +9,8 @@ SRC_URI="http://www.post1.com/home/ngps/m2/${MY_P}.zip" LICENSE="as-is" SLOT="0" KEYWORDS="x86" -DEPEND="dev-libs/openssl" +DEPEND="dev-libs/openssl + app-arch/unzip" S=${WORKDIR}/${MY_P} IUSE="" |