diff options
author | Marien Zwart <marienz@gentoo.org> | 2006-06-22 19:15:06 +0000 |
---|---|---|
committer | Marien Zwart <marienz@gentoo.org> | 2006-06-22 19:15:06 +0000 |
commit | 83c7256388dbc9152f9a152d134950484be913a8 (patch) | |
tree | 54834b27bf58f7e599b218630c8e04a5b23a6c9f /dev-python/twisted-docs/twisted-docs-1.3.0.ebuild | |
parent | Marked ~ppc-macos (bug #133717) (diff) | |
download | gentoo-2-83c7256388dbc9152f9a152d134950484be913a8.tar.gz gentoo-2-83c7256388dbc9152f9a152d134950484be913a8.tar.bz2 gentoo-2-83c7256388dbc9152f9a152d134950484be913a8.zip |
Remove some old versions, add a block for twisted-2.
(Portage version: 2.1.1_pre1-r1)
Diffstat (limited to 'dev-python/twisted-docs/twisted-docs-1.3.0.ebuild')
-rw-r--r-- | dev-python/twisted-docs/twisted-docs-1.3.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/twisted-docs/twisted-docs-1.3.0.ebuild b/dev-python/twisted-docs/twisted-docs-1.3.0.ebuild index 49f56a887a72..052f54c218e6 100644 --- a/dev-python/twisted-docs/twisted-docs-1.3.0.ebuild +++ b/dev-python/twisted-docs/twisted-docs-1.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-docs/twisted-docs-1.3.0.ebuild,v 1.5 2006/01/31 21:07:15 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-docs/twisted-docs-1.3.0.ebuild,v 1.6 2006/06/22 19:15:06 marienz Exp $ #inherit distutils @@ -16,7 +16,7 @@ SLOT="0" KEYWORDS="alpha ~amd64 ia64 ~ppc ~sparc ~x86" IUSE="" -DEPEND="" +DEPEND="!>=dev-python/twisted-2" S=${WORKDIR}/${MY_PN}-${MY_PV} |