diff options
author | Simon Stelling <blubb@gentoo.org> | 2006-10-04 12:16:26 +0000 |
---|---|---|
committer | Simon Stelling <blubb@gentoo.org> | 2006-10-04 12:16:26 +0000 |
commit | 03295e74ff15e87dca7b8863ac69c0d012155b27 (patch) | |
tree | e76265f4dfcc934d175b68aded416712418c3149 | |
parent | We were installing too much to the modules directories. Thanks to Michael St... (diff) | |
download | gentoo-2-03295e74ff15e87dca7b8863ac69c0d012155b27.tar.gz gentoo-2-03295e74ff15e87dca7b8863ac69c0d012155b27.tar.bz2 gentoo-2-03295e74ff15e87dca7b8863ac69c0d012155b27.zip |
stable on amd64
(Portage version: 2.1.2_pre2-r2)
-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 917db8a210f2..e24ffb3729b8 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.16 2006/10/03 11:43:00 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/email/ChangeLog,v 1.17 2006/10/04 12:16:26 blubb Exp $ + + 04 Oct 2006; Simon Stelling <blubb@gentoo.org> email-2.5.0.ebuild: + stable on amd64 03 Oct 2006; <ticho@gentoo.org> email-2.5.0.ebuild: Stable on x86, bug #149932. diff --git a/net-mail/email/email-2.5.0.ebuild b/net-mail/email/email-2.5.0.ebuild index e08f55e52f52..9b0254b8564c 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.2 2006/10/03 11:43:00 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/email/email-2.5.0.ebuild,v 1.3 2006/10/04 12:16:26 blubb 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" |