diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-11-01 14:06:37 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-11-01 14:06:37 +0000 |
commit | 4b9a4ab7a43977cca297c397b3a4624474d9be66 (patch) | |
tree | d4b4bf16752f0e8c71c02bc1a4c11bff230c647b /mail-mta/courier | |
parent | Stable for x86, wrt bug #489492 (diff) | |
download | gentoo-2-4b9a4ab7a43977cca297c397b3a4624474d9be66.tar.gz gentoo-2-4b9a4ab7a43977cca297c397b3a4624474d9be66.tar.bz2 gentoo-2-4b9a4ab7a43977cca297c397b3a4624474d9be66.zip |
Stable for amd64, wrt bug #486504
(Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'mail-mta/courier')
-rw-r--r-- | mail-mta/courier/ChangeLog | 5 | ||||
-rw-r--r-- | mail-mta/courier/courier-0.71.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/mail-mta/courier/ChangeLog b/mail-mta/courier/ChangeLog index 153c00f2aaae..7c969b56d79d 100644 --- a/mail-mta/courier/ChangeLog +++ b/mail-mta/courier/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for mail-mta/courier # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-mta/courier/ChangeLog,v 1.168 2013/10/18 13:21:14 hanno Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-mta/courier/ChangeLog,v 1.169 2013/11/01 14:06:37 ago Exp $ + + 01 Nov 2013; Agostino Sarubbo <ago@gentoo.org> courier-0.71.ebuild: + Stable for amd64, wrt bug #486504 18 Oct 2013; Hanno Boeck <hanno@gentoo.org> files/courier-init-r4: Fix ownership of /var/run/courier, this doesn't matter for most uses, but diff --git a/mail-mta/courier/courier-0.71.ebuild b/mail-mta/courier/courier-0.71.ebuild index 7dc82ed8b8bf..7dfb70a0aabe 100644 --- a/mail-mta/courier/courier-0.71.ebuild +++ b/mail-mta/courier/courier-0.71.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-mta/courier/courier-0.71.ebuild,v 1.3 2013/10/04 15:32:54 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-mta/courier/courier-0.71.ebuild,v 1.4 2013/11/01 14:06:37 ago Exp $ inherit eutils flag-o-matic multilib @@ -10,7 +10,7 @@ HOMEPAGE="http://www.courier-mta.org/" SLOT="0" LICENSE="GPL-2" # not in keywords due to missing dependencies: ~arm ~s390 ~ppc64 -KEYWORDS="~alpha ~amd64 hppa ~ia64 ~ppc ~sparc ~x86" +KEYWORDS="~alpha amd64 hppa ~ia64 ~ppc ~sparc ~x86" IUSE="postgres ldap mysql pam nls ipv6 spell fax crypt norewrite \ fam web webmail gnutls" |