diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2012-09-18 10:15:28 +0000 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2012-09-18 10:15:28 +0000 |
commit | 4d7fdc7502ded38da611dfdb9e749610850eedad (patch) | |
tree | bbe472649844a421e4aad58da838868817736197 /mail-mta | |
parent | Version bump with various bugfixes. Make LICENSE more precise. Drop old. (diff) | |
download | gentoo-2-4d7fdc7502ded38da611dfdb9e749610850eedad.tar.gz gentoo-2-4d7fdc7502ded38da611dfdb9e749610850eedad.tar.bz2 gentoo-2-4d7fdc7502ded38da611dfdb9e749610850eedad.zip |
stable ppc, 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 e9011d810231..c8c6fce75ba4 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.56 2012/09/17 15:33:01 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-mta/nullmailer/ChangeLog,v 1.57 2012/09/18 10:15:28 blueness Exp $ + + 18 Sep 2012; Anthony G. Basile <blueness@gentoo.org> nullmailer-1.11.ebuild: + stable ppc, bug #433303 17 Sep 2012; Johannes Huber <johu@gentoo.org> nullmailer-1.11.ebuild: Stable for x86, wrt bug #433303 diff --git a/mail-mta/nullmailer/nullmailer-1.11.ebuild b/mail-mta/nullmailer/nullmailer-1.11.ebuild index de7811725f9a..69f3e3a68565 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.4 2012/09/17 15:33:01 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-mta/nullmailer/nullmailer-1.11.ebuild,v 1.5 2012/09/18 10:15:28 blueness 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" |