diff options
Diffstat (limited to 'dev-python/pysqlite/pysqlite-1.0.ebuild')
-rw-r--r-- | dev-python/pysqlite/pysqlite-1.0.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/pysqlite/pysqlite-1.0.ebuild b/dev-python/pysqlite/pysqlite-1.0.ebuild index 29a1614f6602..9833ea408e6e 100644 --- a/dev-python/pysqlite/pysqlite-1.0.ebuild +++ b/dev-python/pysqlite/pysqlite-1.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# 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.ebuild,v 1.2 2004/10/23 15:10:19 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pysqlite/pysqlite-1.0.ebuild,v 1.3 2005/04/24 10:47:30 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 ~sparc" +KEYWORDS="~x86 ~sparc ~amd64" LICENSE="pysqlite" SLOT="0" |