diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-07-16 06:33:35 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-07-16 06:33:35 +0000 |
commit | 23ead8f8482891d1b1eab0afb6c7eccf7e519263 (patch) | |
tree | 75f0f1a6c5f3d451b117d1181b4f3f17c720f9c9 /www-apps | |
parent | Remove vulnerable versions from the tree, see bug #138545 (diff) | |
download | gentoo-2-23ead8f8482891d1b1eab0afb6c7eccf7e519263.tar.gz gentoo-2-23ead8f8482891d1b1eab0afb6c7eccf7e519263.tar.bz2 gentoo-2-23ead8f8482891d1b1eab0afb6c7eccf7e519263.zip |
also pull in gnupg when USE=crypt #135223
(Portage version: 2.1.1_pre2-r8)
Diffstat (limited to 'www-apps')
-rw-r--r-- | www-apps/horde-imp/horde-imp-4.1.2.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/www-apps/horde-imp/horde-imp-4.1.2.ebuild b/www-apps/horde-imp/horde-imp-4.1.2.ebuild index b0eec40bceb3..e90b7f473762 100644 --- a/www-apps/horde-imp/horde-imp-4.1.2.ebuild +++ b/www-apps/horde-imp/horde-imp-4.1.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/horde-imp/horde-imp-4.1.2.ebuild,v 1.1 2006/06/19 13:38:08 chtekk Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/horde-imp/horde-imp-4.1.2.ebuild,v 1.2 2006/07/16 06:33:35 vapier Exp $ HORDE_PHP_FEATURES="imap" HORDE_MAJ="-h3" @@ -9,6 +9,8 @@ inherit horde DESCRIPTION="Horde IMP provides webmail access to IMAP/POP3 mailboxes" KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~sparc ~x86" +IUSE="crypt" DEPEND="" -RDEPEND=">=www-apps/horde-3" +RDEPEND=">=www-apps/horde-3 + crypt? ( app-crypt/gnupg )" |