mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-05 12:38:09 -07:00
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
This commit is contained in:
13
virtual/imap-c-client/imap-c-client-2.ebuild
Normal file
13
virtual/imap-c-client/imap-c-client-2.ebuild
Normal file
@@ -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=] )"
|
||||
Reference in New Issue
Block a user