diff options
author | 2007-01-11 22:20:21 +0000 | |
---|---|---|
committer | 2007-01-11 22:20:21 +0000 | |
commit | f6156c306296c78098c9960f0bd87a84a7203a91 (patch) | |
tree | b03b32c1c27447d71b518c5b7e45b740313748c0 /dev-python/twisted-words/twisted-words-0.4.0-r1.ebuild | |
parent | version bump (diff) | |
download | historical-f6156c306296c78098c9960f0bd87a84a7203a91.tar.gz historical-f6156c306296c78098c9960f0bd87a84a7203a91.tar.bz2 historical-f6156c306296c78098c9960f0bd87a84a7203a91.zip |
Version bump, make twisted dependency stricter.
Package-Manager: portage-2.1.2_rc4-r8
Diffstat (limited to 'dev-python/twisted-words/twisted-words-0.4.0-r1.ebuild')
-rw-r--r-- | dev-python/twisted-words/twisted-words-0.4.0-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/twisted-words/twisted-words-0.4.0-r1.ebuild b/dev-python/twisted-words/twisted-words-0.4.0-r1.ebuild index a309c53c9c0d..b02ebd66119c 100644 --- a/dev-python/twisted-words/twisted-words-0.4.0-r1.ebuild +++ b/dev-python/twisted-words/twisted-words-0.4.0-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-words/twisted-words-0.4.0-r1.ebuild,v 1.6 2006/11/18 22:44:07 compnerd Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-words/twisted-words-0.4.0-r1.ebuild,v 1.7 2007/01/11 22:20:21 marienz Exp $ MY_PACKAGE=Words @@ -10,7 +10,7 @@ DESCRIPTION="Twisted Words contains Instant Messaging implementations." KEYWORDS="alpha amd64 ia64 ~ppc ~sparc ~x86" -DEPEND=">=dev-python/twisted-2.4 +DEPEND="=dev-python/twisted-2.4* dev-python/twisted-web" IUSE="" |