diff options
author | 2013-01-22 17:20:52 +0000 | |
---|---|---|
committer | 2013-01-22 17:20:52 +0000 | |
commit | c8ff1cdd17e96f6ec7e65851dd8c87a4b5dd8780 (patch) | |
tree | 7144b30f0d3291d6377b943d0ab79e3633905bb5 /mail-mta/nullmailer | |
parent | Honour system CFLAGS, closing bug #452806, thanks Andrew Savchenko (diff) | |
download | gentoo-2-c8ff1cdd17e96f6ec7e65851dd8c87a4b5dd8780.tar.gz gentoo-2-c8ff1cdd17e96f6ec7e65851dd8c87a4b5dd8780.tar.bz2 gentoo-2-c8ff1cdd17e96f6ec7e65851dd8c87a4b5dd8780.zip |
Stable for x86, wrt bug #450820
(Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'mail-mta/nullmailer')
-rw-r--r-- | mail-mta/nullmailer/ChangeLog | 5 | ||||
-rw-r--r-- | mail-mta/nullmailer/nullmailer-1.11-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/mail-mta/nullmailer/ChangeLog b/mail-mta/nullmailer/ChangeLog index 9d0a657c1af6..b84ce2730c61 100644 --- a/mail-mta/nullmailer/ChangeLog +++ b/mail-mta/nullmailer/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for mail-mta/nullmailer # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-mta/nullmailer/ChangeLog,v 1.61 2013/01/08 12:44:00 eras Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-mta/nullmailer/ChangeLog,v 1.62 2013/01/22 17:20:52 ago Exp $ + + 22 Jan 2013; Agostino Sarubbo <ago@gentoo.org> nullmailer-1.11-r1.ebuild: + Stable for x86, wrt bug #450820 08 Jan 2013; Eray Aslan <eras@gentoo.org> files/init.d-nullmailer-r2: Do not provide mta diff --git a/mail-mta/nullmailer/nullmailer-1.11-r1.ebuild b/mail-mta/nullmailer/nullmailer-1.11-r1.ebuild index 274126531489..16eee9259e93 100644 --- a/mail-mta/nullmailer/nullmailer-1.11-r1.ebuild +++ b/mail-mta/nullmailer/nullmailer-1.11-r1.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/nullmailer/nullmailer-1.11-r1.ebuild,v 1.1 2013/01/08 11:37:07 eras Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-mta/nullmailer/nullmailer-1.11-r1.ebuild,v 1.2 2013/01/22 17:20:52 ago Exp $ EAPI=4 WANT_AUTOMAKE="1.10.3" @@ -20,7 +20,7 @@ HOMEPAGE="http://untroubled.org/nullmailer/" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="~amd64 ~ppc x86" IUSE="ssl" |