diff options
author | Marien Zwart <marienz@gentoo.org> | 2006-02-05 23:35:13 +0000 |
---|---|---|
committer | Marien Zwart <marienz@gentoo.org> | 2006-02-05 23:35:13 +0000 |
commit | ed415f8bc78b7980973236ec7a359186484182dd (patch) | |
tree | 1f47342d326d926205ec13b903076a70a0dc2967 /dev-python/pysqlite/pysqlite-2.0.5.ebuild | |
parent | Add new version with fixed patch to avoid file collision when using xmms. Bug... (diff) | |
download | gentoo-2-ed415f8bc78b7980973236ec7a359186484182dd.tar.gz gentoo-2-ed415f8bc78b7980973236ec7a359186484182dd.tar.bz2 gentoo-2-ed415f8bc78b7980973236ec7a359186484182dd.zip |
Remove old ebuild. Block newer sqlite in 2.0.5 because it does not work (bug #121460). Version bump to 2.0.7 which works with newer sqlite but is in package.mask because setuptools is masked.
(Portage version: 2660-svn)
Diffstat (limited to 'dev-python/pysqlite/pysqlite-2.0.5.ebuild')
-rw-r--r-- | dev-python/pysqlite/pysqlite-2.0.5.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-python/pysqlite/pysqlite-2.0.5.ebuild b/dev-python/pysqlite/pysqlite-2.0.5.ebuild index d270936641f4..7d069245f713 100644 --- a/dev-python/pysqlite/pysqlite-2.0.5.ebuild +++ b/dev-python/pysqlite/pysqlite-2.0.5.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/pysqlite/pysqlite-2.0.5.ebuild,v 1.6 2006/02/01 00:01:17 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pysqlite/pysqlite-2.0.5.ebuild,v 1.7 2006/02/05 23:35:13 marienz Exp $ inherit distutils @@ -14,7 +14,8 @@ LICENSE="pysqlite" SLOT="2" DEPEND=">=dev-lang/python-2.3 - >=dev-db/sqlite-3.1" + >=dev-db/sqlite-3.1 + !>=dev-db/sqlite-3.3.3" src_unpack() { unpack ${A} |