diff options
-rw-r--r-- | net-mail/email/ChangeLog | 5 | ||||
-rw-r--r-- | net-mail/email/email-2.5.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-mail/email/ChangeLog b/net-mail/email/ChangeLog index 15848a351ebe..917db8a210f2 100644 --- a/net-mail/email/ChangeLog +++ b/net-mail/email/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-mail/email # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/email/ChangeLog,v 1.15 2006/10/03 10:02:17 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/email/ChangeLog,v 1.16 2006/10/03 11:43:00 ticho Exp $ + + 03 Oct 2006; <ticho@gentoo.org> email-2.5.0.ebuild: + Stable on x86, bug #149932. 03 Oct 2006; <ticho@gentoo.org> -email-2.3.0.ebuild, -email-2.3.2.ebuild, -email-2.3.3.ebuild: diff --git a/net-mail/email/email-2.5.0.ebuild b/net-mail/email/email-2.5.0.ebuild index 4506ccd67aff..e08f55e52f52 100644 --- a/net-mail/email/email-2.5.0.ebuild +++ b/net-mail/email/email-2.5.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/email/email-2.5.0.ebuild,v 1.1 2006/08/16 20:14:31 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/email/email-2.5.0.ebuild,v 1.2 2006/10/03 11:43:00 ticho Exp $ DESCRIPTION="Advanced CLI tool for sending email." HOMEPAGE="http://email.cleancode.org" @@ -8,7 +8,7 @@ SRC_URI="http://email.cleancode.org/download/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~x86" +KEYWORDS="~alpha ~amd64 x86" IUSE="" DEPEND="virtual/libc" |