diff options
author | Eray Aslan <eras@gentoo.org> | 2011-03-17 11:02:24 +0000 |
---|---|---|
committer | Eray Aslan <eras@gentoo.org> | 2011-03-17 11:02:24 +0000 |
commit | f5da1bd7e480f8bc4a4510fef7667c3452df896f (patch) | |
tree | 318f7642b7fc45253e4765d7ffb48787804d4bdc /virtual/imap-c-client | |
parent | gnome-base/libgnome and gnome-base/libgnomeui are required (bug #359237 by Ci... (diff) | |
download | gentoo-2-f5da1bd7e480f8bc4a4510fef7667c3452df896f.tar.gz gentoo-2-f5da1bd7e480f8bc4a4510fef7667c3452df896f.tar.bz2 gentoo-2-f5da1bd7e480f8bc4a4510fef7667c3452df896f.zip |
add ssl USE flag - bugs 359221 358993
(Portage version: 2.1.9.43/cvs/Linux x86_64, RepoMan options: --force)
Diffstat (limited to 'virtual/imap-c-client')
-rw-r--r-- | virtual/imap-c-client/ChangeLog | 7 | ||||
-rw-r--r-- | virtual/imap-c-client/imap-c-client-1.ebuild | 18 |
2 files changed, 24 insertions, 1 deletions
diff --git a/virtual/imap-c-client/ChangeLog b/virtual/imap-c-client/ChangeLog index 3390d3cdec41..2cef64e753ba 100644 --- a/virtual/imap-c-client/ChangeLog +++ b/virtual/imap-c-client/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for virtual/imap-c-client # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/imap-c-client/ChangeLog,v 1.1 2011/03/16 13:38:57 eras Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/imap-c-client/ChangeLog,v 1.2 2011/03/17 11:02:24 eras Exp $ + +*imap-c-client-1 (17 Mar 2011) + + 17 Mar 2011; Eray Aslan <eras@gentoo.org> +imap-c-client-1.ebuild: + add ssl USE flag - bugs 359221 358993 *imap-c-client-0 (16 Mar 2011) diff --git a/virtual/imap-c-client/imap-c-client-1.ebuild b/virtual/imap-c-client/imap-c-client-1.ebuild new file mode 100644 index 000000000000..8914d1574e2f --- /dev/null +++ b/virtual/imap-c-client/imap-c-client-1.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/virtual/imap-c-client/imap-c-client-1.ebuild,v 1.1 2011/03/17 11:02:24 eras Exp $ + +EAPI=3 + +DESCRIPTION="Virtual for IMAP c-client" +HOMEPAGE="" +SRC_URI="" + +LICENSE="" +SLOT="0" +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd" +IUSE="ssl" + +DEPEND="" +RDEPEND=" || ( net-libs/c-client[ssl?] + net-mail/uw-imap[ssl?] )" |