summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEray Aslan <eras@gentoo.org>2015-05-28 08:46:46 +0000
committerEray Aslan <eras@gentoo.org>2015-05-28 08:46:46 +0000
commit39570c27f7d01208d3e7eb5d771746baffac519d (patch)
treedf0a0825ef4a832e04c78e72d52ec8e2bce8d3cb /net-mail/dovecot
parentRemove old (diff)
downloadgentoo-2-39570c27f7d01208d3e7eb5d771746baffac519d.tar.gz
gentoo-2-39570c27f7d01208d3e7eb5d771746baffac519d.tar.bz2
gentoo-2-39570c27f7d01208d3e7eb5d771746baffac519d.zip
Fix dev-libs/icu automagic dependency - bug #550544
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0x77F1F175586A3B1F)
Diffstat (limited to 'net-mail/dovecot')
-rw-r--r--net-mail/dovecot/ChangeLog5
-rw-r--r--net-mail/dovecot/dovecot-2.2.18.ebuild6
2 files changed, 8 insertions, 3 deletions
diff --git a/net-mail/dovecot/ChangeLog b/net-mail/dovecot/ChangeLog
index 3c2961c569c1..f1e2d10a820f 100644
--- a/net-mail/dovecot/ChangeLog
+++ b/net-mail/dovecot/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-mail/dovecot
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/dovecot/ChangeLog,v 1.511 2015/05/28 08:42:37 eras Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/dovecot/ChangeLog,v 1.512 2015/05/28 08:46:46 eras Exp $
+
+ 28 May 2015; Eray Aslan <eras@gentoo.org> dovecot-2.2.18.ebuild:
+ Fix dev-libs/icu automagic dependency - bug #550544
28 May 2015; Eray Aslan <eras@gentoo.org> -dovecot-2.2.13-r1.ebuild,
-dovecot-2.2.15-r3.ebuild, -dovecot-2.2.16.ebuild:
diff --git a/net-mail/dovecot/dovecot-2.2.18.ebuild b/net-mail/dovecot/dovecot-2.2.18.ebuild
index f823474be471..38e413b5a47d 100644
--- a/net-mail/dovecot/dovecot-2.2.18.ebuild
+++ b/net-mail/dovecot/dovecot-2.2.18.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/dovecot/dovecot-2.2.18.ebuild,v 1.1 2015/05/16 09:48:13 eras Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/dovecot/dovecot-2.2.18.ebuild,v 1.2 2015/05/28 08:46:46 eras Exp $
EAPI=5
inherit eutils multilib ssl-cert systemd user versionator
@@ -51,7 +51,8 @@ DEPEND="bzip2? ( app-arch/bzip2 )
tcpd? ( sys-apps/tcp-wrappers )
vpopmail? ( net-mail/vpopmail )
zlib? ( sys-libs/zlib )
- virtual/libiconv"
+ virtual/libiconv
+ dev-libs/icu:="
RDEPEND="${DEPEND}
net-mail/mailbase"
@@ -100,6 +101,7 @@ src_configure() {
--without-stemmer \
--with-storages="${storages}" \
--disable-rpath \
+ --with-icu \
$( systemd_with_unitdir ) \
$( use_with bzip2 bzlib ) \
$( use_with caps libcap ) \