diff options
Diffstat (limited to 'dev-python/pysqlite/pysqlite-0.4.1.ebuild')
-rw-r--r-- | dev-python/pysqlite/pysqlite-0.4.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pysqlite/pysqlite-0.4.1.ebuild b/dev-python/pysqlite/pysqlite-0.4.1.ebuild index b364e85adfd9..08fbe9aa3eb6 100644 --- a/dev-python/pysqlite/pysqlite-0.4.1.ebuild +++ b/dev-python/pysqlite/pysqlite-0.4.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pysqlite/pysqlite-0.4.1.ebuild,v 1.1 2003/05/16 09:11:37 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pysqlite/pysqlite-0.4.1.ebuild,v 1.2 2003/06/21 22:30:25 drobbins 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 ~ppc ~sparc ~alpha" +KEYWORDS="x86 amd64 ~ppc ~sparc ~alpha" LICENSE="pysqlite" SLOT="0" |