diff options
author | Michael Orlitzky <mjo@gentoo.org> | 2017-02-18 16:19:03 -0500 |
---|---|---|
committer | Michael Orlitzky <mjo@gentoo.org> | 2017-02-18 19:05:51 -0500 |
commit | ee4c30e2fe8a308825300ec68e802c2deeb2c0e9 (patch) | |
tree | 0e5aa3b76469454764220a9891aca10e8225e7bd /virtual/imap-c-client | |
parent | net-misc/stunnel: version bump to 5.40 (diff) | |
download | gentoo-ee4c30e2fe8a308825300ec68e802c2deeb2c0e9.tar.gz gentoo-ee4c30e2fe8a308825300ec68e802c2deeb2c0e9.tar.bz2 gentoo-ee4c30e2fe8a308825300ec68e802c2deeb2c0e9.zip |
virtual/imap-c-client: new version with a "kerberos" USE flag.
At least one of our consumers (dev-lang/php) needs to have its
kerberos support match the c-client implementation. In order to
propagate the USE=kerberos dependency into the implementation,
the virtual needs to have it too. So this commit adds it.
Thanks are due to Dennis Schridde who both reported the problem and
supplied a fix.
Gentoo-Bug: 541046
Package-Manager: portage-2.3.3
Diffstat (limited to 'virtual/imap-c-client')
-rw-r--r-- | virtual/imap-c-client/imap-c-client-2.ebuild | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/virtual/imap-c-client/imap-c-client-2.ebuild b/virtual/imap-c-client/imap-c-client-2.ebuild new file mode 100644 index 000000000000..f5360d789029 --- /dev/null +++ b/virtual/imap-c-client/imap-c-client-2.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +DESCRIPTION="Virtual for IMAP c-client" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd" +IUSE="kerberos ssl" + +RDEPEND=" || ( net-libs/c-client[kerberos=,ssl=] + net-mail/uw-imap[kerberos=,ssl=] )" |