diff options
author | Marien Zwart <marienz@gentoo.org> | 2006-05-26 17:37:11 +0000 |
---|---|---|
committer | Marien Zwart <marienz@gentoo.org> | 2006-05-26 17:37:11 +0000 |
commit | 057bb8c1d636c51e53118e242499c8c7132f1c85 (patch) | |
tree | ca0ee0b7c3e11251d69fbb6be85d08e27fd72d6e /dev-python/twisted-lore | |
parent | Stable on amd64 wrt bug #132213 (diff) | |
download | gentoo-2-057bb8c1d636c51e53118e242499c8c7132f1c85.tar.gz gentoo-2-057bb8c1d636c51e53118e242499c8c7132f1c85.tar.bz2 gentoo-2-057bb8c1d636c51e53118e242499c8c7132f1c85.zip |
This version runs but does not install with twisted 2.4, so add a < dep.
(Portage version: 2.1_rc2-r3)
Diffstat (limited to 'dev-python/twisted-lore')
-rw-r--r-- | dev-python/twisted-lore/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/twisted-lore/twisted-lore-0.1.0-r1.ebuild | 3 |
2 files changed, 7 insertions, 2 deletions
diff --git a/dev-python/twisted-lore/ChangeLog b/dev-python/twisted-lore/ChangeLog index 03b9b6296452..0adecc9e15f7 100644 --- a/dev-python/twisted-lore/ChangeLog +++ b/dev-python/twisted-lore/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/twisted-lore # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-lore/ChangeLog,v 1.8 2006/05/04 05:01:06 squinky86 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-lore/ChangeLog,v 1.9 2006/05/26 17:37:11 marienz Exp $ + + 26 May 2006; Marien Zwart <marienz@gentoo.org> + twisted-lore-0.1.0-r1.ebuild: + This version runs but does not install with twisted 2.4, so add a < dep. 04 May 2006; Jon Hood <squinky86@gentoo.org> twisted-lore-0.1.0-r1.ebuild: Add ~amd64, #128688. diff --git a/dev-python/twisted-lore/twisted-lore-0.1.0-r1.ebuild b/dev-python/twisted-lore/twisted-lore-0.1.0-r1.ebuild index f9607ef62649..27466d0abeab 100644 --- a/dev-python/twisted-lore/twisted-lore-0.1.0-r1.ebuild +++ b/dev-python/twisted-lore/twisted-lore-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-lore/twisted-lore-0.1.0-r1.ebuild,v 1.6 2006/05/04 05:01:06 squinky86 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-lore/twisted-lore-0.1.0-r1.ebuild,v 1.7 2006/05/26 17:37:11 marienz Exp $ MY_PACKAGE=Lore @@ -11,4 +11,5 @@ DESCRIPTION="Twisted documentation system" KEYWORDS="~amd64 ~ia64 ~ppc sparc x86" DEPEND=">=dev-python/twisted-2 + <dev-python/twisted-2.4 dev-python/twisted-web" |