diff options
author | 2012-08-05 20:58:01 +0000 | |
---|---|---|
committer | 2012-08-05 20:58:01 +0000 | |
commit | ea1b5a55a9de48cd9a538fc02f741e367c5db072 (patch) | |
tree | 6594b9d51c4ddc7b6ddbb97454fdfeb0457f2693 /mail-mta | |
parent | Stable for amd64, wrt bug #428692 (diff) | |
download | gentoo-2-ea1b5a55a9de48cd9a538fc02f741e367c5db072.tar.gz gentoo-2-ea1b5a55a9de48cd9a538fc02f741e367c5db072.tar.bz2 gentoo-2-ea1b5a55a9de48cd9a538fc02f741e367c5db072.zip |
Stable for amd64, wrt bug #428408
(Portage version: 2.1.10.65/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.10-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/mail-mta/nullmailer/ChangeLog b/mail-mta/nullmailer/ChangeLog index f1da233f33ba..a550ee2e076c 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.52 2012/07/30 12:50:34 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-mta/nullmailer/ChangeLog,v 1.53 2012/08/05 20:58:01 ago Exp $ + + 05 Aug 2012; Agostino Sarubbo <ago@gentoo.org> nullmailer-1.10-r1.ebuild: + Stable for amd64, wrt bug #428408 30 Jul 2012; Anthony G. Basile <blueness@gentoo.org> nullmailer-1.10-r1.ebuild: diff --git a/mail-mta/nullmailer/nullmailer-1.10-r1.ebuild b/mail-mta/nullmailer/nullmailer-1.10-r1.ebuild index 0950f13d0f7b..c35889f2e532 100644 --- a/mail-mta/nullmailer/nullmailer-1.10-r1.ebuild +++ b/mail-mta/nullmailer/nullmailer-1.10-r1.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.10-r1.ebuild,v 1.3 2012/07/30 12:50:34 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-mta/nullmailer/nullmailer-1.10-r1.ebuild,v 1.4 2012/08/05 20:58:01 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" |