diff options
author | Rob Cakebread <pythonhead@gentoo.org> | 2005-08-01 18:54:46 +0000 |
---|---|---|
committer | Rob Cakebread <pythonhead@gentoo.org> | 2005-08-01 18:54:46 +0000 |
commit | e698d231afd570eb9dc7f69222f04ee5c3fa7002 (patch) | |
tree | d21e3030d19ebe44a806a7994830e7e072af58f2 /dev-python/pysqlite/pysqlite-1.0.1.ebuild | |
parent | Marked ppc stable for bug #100841. (diff) | |
download | gentoo-2-e698d231afd570eb9dc7f69222f04ee5c3fa7002.tar.gz gentoo-2-e698d231afd570eb9dc7f69222f04ee5c3fa7002.tar.bz2 gentoo-2-e698d231afd570eb9dc7f69222f04ee5c3fa7002.zip |
Version bump, fixed deps for dev-lang/python.
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'dev-python/pysqlite/pysqlite-1.0.1.ebuild')
-rw-r--r-- | dev-python/pysqlite/pysqlite-1.0.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pysqlite/pysqlite-1.0.1.ebuild b/dev-python/pysqlite/pysqlite-1.0.1.ebuild index 5e4125e223cf..890396ccc92e 100644 --- a/dev-python/pysqlite/pysqlite-1.0.1.ebuild +++ b/dev-python/pysqlite/pysqlite-1.0.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pysqlite/pysqlite-1.0.1.ebuild,v 1.3 2005/05/27 21:08:31 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pysqlite/pysqlite-1.0.1.ebuild,v 1.4 2005/08/01 18:54:46 pythonhead Exp $ inherit distutils @@ -13,7 +13,7 @@ KEYWORDS="~amd64 sparc x86" LICENSE="pysqlite" SLOT="0" -DEPEND="virtual/python +DEPEND=">=dev-lang/python-2.2 =dev-db/sqlite-2*" src_unpack() { |