diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2012-07-30 12:50:34 +0000 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2012-07-30 12:50:34 +0000 |
commit | 26a6c6238394d4798816e6c99402e5c8490d3783 (patch) | |
tree | cc4cb48daee901bc7e66030c1a0c59716ba35ab0 | |
parent | Fix library mess (diff) | |
download | gentoo-2-26a6c6238394d4798816e6c99402e5c8490d3783.tar.gz gentoo-2-26a6c6238394d4798816e6c99402e5c8490d3783.tar.bz2 gentoo-2-26a6c6238394d4798816e6c99402e5c8490d3783.zip |
Stable ppc, bug #428408
(Portage version: 2.1.10.65/cvs/Linux x86_64)
-rw-r--r-- | mail-mta/nullmailer/ChangeLog | 6 | ||||
-rw-r--r-- | mail-mta/nullmailer/nullmailer-1.10-r1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/mail-mta/nullmailer/ChangeLog b/mail-mta/nullmailer/ChangeLog index 1b19c22f14a3..f1da233f33ba 100644 --- a/mail-mta/nullmailer/ChangeLog +++ b/mail-mta/nullmailer/ChangeLog @@ -1,6 +1,10 @@ # 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.51 2012/07/29 18:40:38 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-mta/nullmailer/ChangeLog,v 1.52 2012/07/30 12:50:34 blueness Exp $ + + 30 Jul 2012; Anthony G. Basile <blueness@gentoo.org> + nullmailer-1.10-r1.ebuild: + Stable ppc, bug #428408 29 Jul 2012; Jeff Horelick <jdhore@gentoo.org> nullmailer-1.10-r1.ebuild: marked x86 per bug 428408 diff --git a/mail-mta/nullmailer/nullmailer-1.10-r1.ebuild b/mail-mta/nullmailer/nullmailer-1.10-r1.ebuild index cb14da140c76..0950f13d0f7b 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.2 2012/07/29 18:40:38 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-mta/nullmailer/nullmailer-1.10-r1.ebuild,v 1.3 2012/07/30 12:50:34 blueness 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" |