eras        15/05/28 08:46:46

  Modified:             dovecot-2.2.18.ebuild ChangeLog
  Log:
  Fix dev-libs/icu automagic dependency - bug #550544
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0x77F1F175586A3B1F)

Revision  Changes    Path
1.2                  net-mail/dovecot/dovecot-2.2.18.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/dovecot/dovecot-2.2.18.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/dovecot/dovecot-2.2.18.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/dovecot/dovecot-2.2.18.ebuild?r1=1.1&r2=1.2

Index: dovecot-2.2.18.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-mail/dovecot/dovecot-2.2.18.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- dovecot-2.2.18.ebuild       16 May 2015 09:48:13 -0000      1.1
+++ dovecot-2.2.18.ebuild       28 May 2015 08:46:46 -0000      1.2
@@ -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 @@
        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 @@
                --without-stemmer \
                --with-storages="${storages}" \
                --disable-rpath \
+               --with-icu \
                $( systemd_with_unitdir ) \
                $( use_with bzip2 bzlib ) \
                $( use_with caps libcap ) \



1.512                net-mail/dovecot/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/dovecot/ChangeLog?rev=1.512&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/dovecot/ChangeLog?rev=1.512&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/dovecot/ChangeLog?r1=1.511&r2=1.512

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-mail/dovecot/ChangeLog,v
retrieving revision 1.511
retrieving revision 1.512
diff -u -r1.511 -r1.512
--- ChangeLog   28 May 2015 08:42:37 -0000      1.511
+++ ChangeLog   28 May 2015 08:46:46 -0000      1.512
@@ -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 <e...@gentoo.org> dovecot-2.2.18.ebuild:
+  Fix dev-libs/icu automagic dependency - bug #550544
 
   28 May 2015; Eray Aslan <e...@gentoo.org> -dovecot-2.2.13-r1.ebuild,
   -dovecot-2.2.15-r3.ebuild, -dovecot-2.2.16.ebuild:




Reply via email to