diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-09-09 12:13:34 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-09-09 12:13:34 +0000 |
commit | 05ebf91e6431c5bf4d143b13a1e4cba06d5453e4 (patch) | |
tree | 8a51549f9847a3a0992d12612675d73fcfbeb193 /mail-mta | |
parent | Stable for amd64, wrt bug #433167 (diff) | |
download | gentoo-2-05ebf91e6431c5bf4d143b13a1e4cba06d5453e4.tar.gz gentoo-2-05ebf91e6431c5bf4d143b13a1e4cba06d5453e4.tar.bz2 gentoo-2-05ebf91e6431c5bf4d143b13a1e4cba06d5453e4.zip |
Stable for amd64, wrt bug #433303
(Portage version: 2.1.11.9/cvs/Linux x86_64)
Diffstat (limited to 'mail-mta')
-rw-r--r-- | mail-mta/nullmailer/ChangeLog | 5 | ||||
-rw-r--r-- | mail-mta/nullmailer/nullmailer-1.11.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/mail-mta/nullmailer/ChangeLog b/mail-mta/nullmailer/ChangeLog index a550ee2e076c..56c12659e080 100644 --- a/mail-mta/nullmailer/ChangeLog +++ b/mail-mta/nullmailer/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for mail-mta/nullmailer # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-mta/nullmailer/ChangeLog,v 1.53 2012/08/05 20:58:01 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-mta/nullmailer/ChangeLog,v 1.54 2012/09/09 12:13:34 ago Exp $ + + 09 Sep 2012; Agostino Sarubbo <ago@gentoo.org> nullmailer-1.11.ebuild: + Stable for amd64, wrt bug #433303 05 Aug 2012; Agostino Sarubbo <ago@gentoo.org> nullmailer-1.10-r1.ebuild: Stable for amd64, wrt bug #428408 diff --git a/mail-mta/nullmailer/nullmailer-1.11.ebuild b/mail-mta/nullmailer/nullmailer-1.11.ebuild index d7593b867857..06c9a7b193c4 100644 --- a/mail-mta/nullmailer/nullmailer-1.11.ebuild +++ b/mail-mta/nullmailer/nullmailer-1.11.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-mta/nullmailer/nullmailer-1.11.ebuild,v 1.1 2012/07/28 09:00:34 eras Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-mta/nullmailer/nullmailer-1.11.ebuild,v 1.2 2012/09/09 12:13:34 ago Exp $ EAPI=4 inherit eutils flag-o-matic autotools user multilib @@ -19,7 +19,7 @@ HOMEPAGE="http://untroubled.org/nullmailer/" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="amd64 ~ppc ~x86" IUSE="ssl" |