diff options
author | Eray Aslan <eras@gentoo.org> | 2011-04-05 09:43:00 +0000 |
---|---|---|
committer | Eray Aslan <eras@gentoo.org> | 2011-04-05 09:43:00 +0000 |
commit | 97986a83caeae717d9eafcabf6e36f932f5f1a8b (patch) | |
tree | 86bc05be6586a1e433d940d38a24693d0e72b180 /net-mail | |
parent | After a bit more investigation drop rsvg dep. (diff) | |
download | gentoo-2-97986a83caeae717d9eafcabf6e36f932f5f1a8b.tar.gz gentoo-2-97986a83caeae717d9eafcabf6e36f932f5f1a8b.tar.bz2 gentoo-2-97986a83caeae717d9eafcabf6e36f932f5f1a8b.zip |
add virtual/libiconv to DEPEND - bug #354295
(Portage version: 2.1.9.45/cvs/Linux x86_64)
Diffstat (limited to 'net-mail')
-rw-r--r-- | net-mail/dovecot/ChangeLog | 5 | ||||
-rw-r--r-- | net-mail/dovecot/dovecot-2.0.11.ebuild | 5 |
2 files changed, 7 insertions, 3 deletions
diff --git a/net-mail/dovecot/ChangeLog b/net-mail/dovecot/ChangeLog index 8aa53c271268..c84ee93636ac 100644 --- a/net-mail/dovecot/ChangeLog +++ b/net-mail/dovecot/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-mail/dovecot # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/dovecot/ChangeLog,v 1.290 2011/03/19 17:21:55 eras Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/dovecot/ChangeLog,v 1.291 2011/04/05 09:43:00 eras Exp $ + + 05 Apr 2011; Eray Aslan <eras@gentoo.org> dovecot-2.0.11.ebuild: + add virtual/libiconv to DEPEND - bug #354295 19 Mar 2011; Eray Aslan <eras@gentoo.org> -dovecot-2.0.9.ebuild, -dovecot-2.0.10.ebuild: diff --git a/net-mail/dovecot/dovecot-2.0.11.ebuild b/net-mail/dovecot/dovecot-2.0.11.ebuild index 975d70a9a58f..61892bcedca0 100644 --- a/net-mail/dovecot/dovecot-2.0.11.ebuild +++ b/net-mail/dovecot/dovecot-2.0.11.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/dovecot/dovecot-2.0.11.ebuild,v 1.1 2011/03/07 13:59:41 eras Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/dovecot/dovecot-2.0.11.ebuild,v 1.2 2011/04/05 09:43:00 eras Exp $ EAPI="3" @@ -34,7 +34,8 @@ DEPEND="berkdb? ( sys-libs/db ) postgres? ( dev-db/postgresql-base ) sqlite? ( dev-db/sqlite ) ssl? ( dev-libs/openssl ) - vpopmail? ( net-mail/vpopmail )" + vpopmail? ( net-mail/vpopmail ) + virtual/libiconv" RDEPEND="${DEPEND} >=net-mail/mailbase-0.00-r8" |