diff options
author | Patrick Lauer <patrick@gentoo.org> | 2010-01-27 08:21:21 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2010-01-27 08:21:21 +0000 |
commit | 07a647e3b8f2baca7c40dab37f289b85f5e58389 (patch) | |
tree | 464080f4037e0785d253a523ae924b6a45aae336 /net-mail | |
parent | Convert to ruby-fakegem. (diff) | |
download | gentoo-2-07a647e3b8f2baca7c40dab37f289b85f5e58389.tar.gz gentoo-2-07a647e3b8f2baca7c40dab37f289b85f5e58389.tar.bz2 gentoo-2-07a647e3b8f2baca7c40dab37f289b85f5e58389.zip |
Fixing epatch call
(Portage version: 2.2_rc61/cvs/Linux x86_64)
Diffstat (limited to 'net-mail')
-rw-r--r-- | net-mail/dovecot/ChangeLog | 5 | ||||
-rw-r--r-- | net-mail/dovecot/dovecot-1.2.10-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-mail/dovecot/ChangeLog b/net-mail/dovecot/ChangeLog index d11e83d7d0e5..3ff9a45a87f8 100644 --- a/net-mail/dovecot/ChangeLog +++ b/net-mail/dovecot/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-mail/dovecot # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/dovecot/ChangeLog,v 1.230 2010/01/26 20:43:51 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/dovecot/ChangeLog,v 1.231 2010/01/27 08:21:21 patrick Exp $ + + 27 Jan 2010; Patrick Lauer <patrick@gentoo.org> dovecot-1.2.10-r1.ebuild: + Fixing epatch call *dovecot-1.2.10-r1 (26 Jan 2010) diff --git a/net-mail/dovecot/dovecot-1.2.10-r1.ebuild b/net-mail/dovecot/dovecot-1.2.10-r1.ebuild index e5cae79fa54d..04da85e1e195 100644 --- a/net-mail/dovecot/dovecot-1.2.10-r1.ebuild +++ b/net-mail/dovecot/dovecot-1.2.10-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/dovecot/dovecot-1.2.10-r1.ebuild,v 1.1 2010/01/26 20:43:51 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/dovecot/dovecot-1.2.10-r1.ebuild,v 1.2 2010/01/27 08:21:21 patrick Exp $ EAPI="2" @@ -59,7 +59,7 @@ pkg_setup() { } src_prepare() { - use managesieve && epatch "${WORKDIR}"/dovecot-1.2.7-managesieve-${managesieve_version}.diff + use managesieve && epatch "${WORKDIR}"/dovecot-1.2.10-managesieve-${managesieve_version}.diff } src_configure() { |