diff options
Diffstat (limited to 'app-crypt/mcrypt/mcrypt-2.6.8-r1.ebuild')
-rw-r--r-- | app-crypt/mcrypt/mcrypt-2.6.8-r1.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/app-crypt/mcrypt/mcrypt-2.6.8-r1.ebuild b/app-crypt/mcrypt/mcrypt-2.6.8-r1.ebuild index a087884786a8..3907c7bbd304 100644 --- a/app-crypt/mcrypt/mcrypt-2.6.8-r1.ebuild +++ b/app-crypt/mcrypt/mcrypt-2.6.8-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/mcrypt/mcrypt-2.6.8-r1.ebuild,v 1.5 2010/10/12 12:01:47 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/mcrypt/mcrypt-2.6.8-r1.ebuild,v 1.6 2012/02/18 08:34:38 radhermit Exp $ EAPI="2" @@ -16,7 +16,8 @@ KEYWORDS="amd64 ppc sparc x86 ~x86-macos" IUSE="nls" DEPEND=">=dev-libs/libmcrypt-2.5.8 - >=app-crypt/mhash-0.9.9" + >=app-crypt/mhash-0.9.9 + sys-libs/zlib" RDEPEND="${DEPEND}" src_prepare() { |