diff options
-rw-r--r-- | dev-python/twisted-mail/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/twisted-mail/twisted-mail-0.3.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/twisted-mail/ChangeLog b/dev-python/twisted-mail/ChangeLog index 6705ec49ab52..487872d9d830 100644 --- a/dev-python/twisted-mail/ChangeLog +++ b/dev-python/twisted-mail/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/twisted-mail # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-mail/ChangeLog,v 1.22 2007/03/12 19:04:13 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-mail/ChangeLog,v 1.23 2007/03/15 02:03:41 jer Exp $ + + 15 Mar 2007; Jeroen Roovers <jer@gentoo.org> twisted-mail-0.3.0.ebuild: + Stable for HPPA (bug #169888). 12 Mar 2007; Gustavo Zacarias <gustavoz@gentoo.org> twisted-mail-0.3.0.ebuild: 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 0b7b0c82b221..3f7b4fc3232e 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-2007 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.8 2007/03/12 19:04:13 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-mail/twisted-mail-0.3.0.ebuild,v 1.9 2007/03/15 02:03:41 jer 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 hppa ia64 ~ppc sparc x86" DEPEND="=dev-python/twisted-2.4* >=dev-python/twisted-names-0.2.0" |