diff options
Diffstat (limited to 'dev-python/pysqlite/pysqlite-0.5.0.ebuild')
-rw-r--r-- | dev-python/pysqlite/pysqlite-0.5.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pysqlite/pysqlite-0.5.0.ebuild b/dev-python/pysqlite/pysqlite-0.5.0.ebuild index 7d4295e36162..d2c1ea9c4358 100644 --- a/dev-python/pysqlite/pysqlite-0.5.0.ebuild +++ b/dev-python/pysqlite/pysqlite-0.5.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pysqlite/pysqlite-0.5.0.ebuild,v 1.5 2004/06/25 01:43:40 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pysqlite/pysqlite-0.5.0.ebuild,v 1.6 2004/07/06 15:18:49 arj Exp $ inherit distutils @@ -9,7 +9,7 @@ DESCRIPTION="Python wrapper for the local database Sqlite" SRC_URI="mirror://sourceforge/pysqlite/pysqlite-${PV}.tar.gz" HOMEPAGE="http://pysqlite.sourceforge.net/" -KEYWORDS="~x86 alpha ~amd64" +KEYWORDS="x86 alpha amd64" LICENSE="pysqlite" SLOT="0" |