diff options
Diffstat (limited to 'dev-python/pysqlite/pysqlite-2.3.1.ebuild')
-rw-r--r-- | dev-python/pysqlite/pysqlite-2.3.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pysqlite/pysqlite-2.3.1.ebuild b/dev-python/pysqlite/pysqlite-2.3.1.ebuild index 4eb16780205a..0f72eeb41b3d 100644 --- a/dev-python/pysqlite/pysqlite-2.3.1.ebuild +++ b/dev-python/pysqlite/pysqlite-2.3.1.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.3.1.ebuild,v 1.8 2006/08/17 19:44:36 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pysqlite/pysqlite-2.3.1.ebuild,v 1.9 2006/10/20 20:36:05 kloeri Exp $ inherit distutils @@ -8,7 +8,7 @@ DESCRIPTION="Python wrapper for the local database Sqlite" SRC_URI="http://initd.org/pub/software/pysqlite/releases/${PV:0:3}/${PV}/pysqlite-${PV}.tar.gz" HOMEPAGE="http://initd.org/tracker/pysqlite/" -KEYWORDS="~alpha amd64 ia64 ppc ppc64 sparc x86 ~x86-fbsd" +KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86 ~x86-fbsd" LICENSE="pysqlite" SLOT="2" IUSE="" |