diff options
author | Marien Zwart <marienz@gentoo.org> | 2006-05-26 17:38:45 +0000 |
---|---|---|
committer | Marien Zwart <marienz@gentoo.org> | 2006-05-26 17:38:45 +0000 |
commit | c267cf76da742d59c693dc84df41b131f6d1f3c0 (patch) | |
tree | e7d665353a386bf2e437d6c2022174af16330bfb /dev-python/twisted-mail | |
parent | Stable on ppc64 (diff) | |
download | gentoo-2-c267cf76da742d59c693dc84df41b131f6d1f3c0.tar.gz gentoo-2-c267cf76da742d59c693dc84df41b131f6d1f3c0.tar.bz2 gentoo-2-c267cf76da742d59c693dc84df41b131f6d1f3c0.zip |
These versions run but do not install with twisted 2.4, so add a < dep.
(Portage version: 2.1_rc2-r3)
Diffstat (limited to 'dev-python/twisted-mail')
-rw-r--r-- | dev-python/twisted-mail/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/twisted-mail/twisted-mail-0.1.0-r1.ebuild | 3 | ||||
-rw-r--r-- | dev-python/twisted-mail/twisted-mail-0.2.0.ebuild | 3 |
3 files changed, 9 insertions, 3 deletions
diff --git a/dev-python/twisted-mail/ChangeLog b/dev-python/twisted-mail/ChangeLog index 0e99e9113451..521762cc01d0 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.11 2006/05/03 23:03:13 halcy0n Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-mail/ChangeLog,v 1.12 2006/05/26 17:38:45 marienz Exp $ + + 26 May 2006; Marien Zwart <marienz@gentoo.org> + twisted-mail-0.1.0-r1.ebuild, twisted-mail-0.2.0.ebuild: + These versions run but do not install with twisted 2.4, so add a < dep. 03 May 2006; Mark Loeser <halcy0n@gentoo.org> twisted-mail-0.1.0-r1.ebuild: diff --git a/dev-python/twisted-mail/twisted-mail-0.1.0-r1.ebuild b/dev-python/twisted-mail/twisted-mail-0.1.0-r1.ebuild index 0fe02906f983..1658976d0fe6 100644 --- a/dev-python/twisted-mail/twisted-mail-0.1.0-r1.ebuild +++ b/dev-python/twisted-mail/twisted-mail-0.1.0-r1.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.1.0-r1.ebuild,v 1.4 2006/05/03 23:03:13 halcy0n Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-mail/twisted-mail-0.1.0-r1.ebuild,v 1.5 2006/05/26 17:38:45 marienz Exp $ MY_PACKAGE=Mail @@ -11,4 +11,5 @@ DESCRIPTION="A Twisted Mail library, server and client." KEYWORDS="~ppc sparc x86" DEPEND=">=dev-python/twisted-2 + <dev-python/twisted-2.4 dev-python/twisted-names" diff --git a/dev-python/twisted-mail/twisted-mail-0.2.0.ebuild b/dev-python/twisted-mail/twisted-mail-0.2.0.ebuild index 5c2f745d669c..3b22c76984bb 100644 --- a/dev-python/twisted-mail/twisted-mail-0.2.0.ebuild +++ b/dev-python/twisted-mail/twisted-mail-0.2.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.2.0.ebuild,v 1.5 2006/04/14 09:09:46 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-mail/twisted-mail-0.2.0.ebuild,v 1.6 2006/05/26 17:38:45 marienz Exp $ MY_PACKAGE=Mail @@ -11,6 +11,7 @@ DESCRIPTION="A Twisted Mail library, server and client." KEYWORDS="~alpha ~ia64 ~ppc ~sparc ~x86" DEPEND=">=dev-python/twisted-2.1 + <dev-python/twisted-2.4 >=dev-python/twisted-names-0.2.0" src_unpack() { |