diff options
author | Jason Huebel <jhuebel@gentoo.org> | 2004-04-24 14:12:11 +0000 |
---|---|---|
committer | Jason Huebel <jhuebel@gentoo.org> | 2004-04-24 14:12:11 +0000 |
commit | f8aa462575cc1daa06a3a935be69ae1e3f1116ec (patch) | |
tree | 77e9a8ad0ab835108f743e7594ee8f0ce3d4ac64 /dev-python/pysqlite | |
parent | has_version "=sys-devel/gcc-3.4*" && CFLAGS="-O2" (diff) | |
download | historical-f8aa462575cc1daa06a3a935be69ae1e3f1116ec.tar.gz historical-f8aa462575cc1daa06a3a935be69ae1e3f1116ec.tar.bz2 historical-f8aa462575cc1daa06a3a935be69ae1e3f1116ec.zip |
~amd64
Diffstat (limited to 'dev-python/pysqlite')
-rw-r--r-- | dev-python/pysqlite/Manifest | 2 | ||||
-rw-r--r-- | dev-python/pysqlite/pysqlite-0.5.0.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/pysqlite/Manifest b/dev-python/pysqlite/Manifest index 265c18e3adda..3b1ff777d520 100644 --- a/dev-python/pysqlite/Manifest +++ b/dev-python/pysqlite/Manifest @@ -3,7 +3,7 @@ MD5 71c4638c9c88af75b58e5f5cb54fe008 metadata.xml 159 MD5 388367a40e0da0f72c72c17ce5b94204 pysqlite-0.3.1.ebuild 759 MD5 eb6dc6ded9e8d98403a1a0bb296e3e75 pysqlite-0.4.1.ebuild 763 MD5 d8e2bbc2051326d4e5af1e682cde7cc6 pysqlite-0.4.3.ebuild 762 -MD5 e631174d5a3b87c8d09e508fcc6acc25 pysqlite-0.5.0.ebuild 858 +MD5 f6b30a88968b7cb9e3a6c36159ce0c43 pysqlite-0.5.0.ebuild 866 MD5 e553eec3bb40bcfc1ace7fc8f2e60806 files/digest-pysqlite-0.3.1 129 MD5 2358ec1e5d6c50a9b165a50d31c0e5a8 files/digest-pysqlite-0.4.1 65 MD5 0ea822314660e8462fb5eeb937ce2310 files/digest-pysqlite-0.4.3 65 diff --git a/dev-python/pysqlite/pysqlite-0.5.0.ebuild b/dev-python/pysqlite/pysqlite-0.5.0.ebuild index dd997f71e887..b6ff9ba566c6 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 Technologies, Inc. # 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.2 2004/04/20 00:39:38 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pysqlite/pysqlite-0.5.0.ebuild,v 1.3 2004/04/24 14:12:11 jhuebel 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" +KEYWORDS="~x86 ~alpha ~amd64" LICENSE="pysqlite" SLOT="0" |