diff options
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/twisted-mail/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/twisted-mail/twisted-mail-0.3.0.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-python/twisted-mail/ChangeLog b/dev-python/twisted-mail/ChangeLog index 0fb82e575283..75aebf190d2d 100644 --- a/dev-python/twisted-mail/ChangeLog +++ b/dev-python/twisted-mail/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/twisted-mail # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-mail/ChangeLog,v 1.18 2006/08/01 15:19:07 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-mail/ChangeLog,v 1.19 2006/10/20 20:38:17 kloeri Exp $ + + 20 Oct 2006; Bryan Østergaard <kloeri@gentoo.org> + twisted-mail-0.3.0.ebuild: + Stable on Alpha. 01 Aug 2006; Simon Stelling <blubb@gentoo.org> twisted-mail-0.3.0.ebuild: stable on amd64 diff --git a/dev-python/twisted-mail/twisted-mail-0.3.0.ebuild b/dev-python/twisted-mail/twisted-mail-0.3.0.ebuild index 138cda854117..290bd4457ef0 100644 --- a/dev-python/twisted-mail/twisted-mail-0.3.0.ebuild +++ b/dev-python/twisted-mail/twisted-mail-0.3.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/dev-python/twisted-mail/twisted-mail-0.3.0.ebuild,v 1.4 2006/08/01 15:19:07 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-mail/twisted-mail-0.3.0.ebuild,v 1.5 2006/10/20 20:38:17 kloeri Exp $ MY_PACKAGE=Mail @@ -8,7 +8,7 @@ inherit twisted DESCRIPTION="A Twisted Mail library, server and client." -KEYWORDS="~alpha amd64 ia64 ~ppc ~sparc ~x86" +KEYWORDS="alpha amd64 ia64 ~ppc ~sparc ~x86" DEPEND=">=dev-python/twisted-2.4 >=dev-python/twisted-names-0.2.0" |