diff options
author | Marien Zwart <marienz@gentoo.org> | 2006-02-05 23:42:56 +0000 |
---|---|---|
committer | Marien Zwart <marienz@gentoo.org> | 2006-02-05 23:42:56 +0000 |
commit | dbc959e85d1945d25a318404375bf8b5bf711451 (patch) | |
tree | ebae6be6748739c80d01ed329d364e2412437633 /dev-python/pysqlite/pysqlite-2.0.7.ebuild | |
parent | Remove old ebuild. Block newer sqlite in 2.0.5 because it does not work (bug ... (diff) | |
download | historical-dbc959e85d1945d25a318404375bf8b5bf711451.tar.gz historical-dbc959e85d1945d25a318404375bf8b5bf711451.tar.bz2 historical-dbc959e85d1945d25a318404375bf8b5bf711451.zip |
Drop keywords on the (package.masked) 2.0.7 to ~amd64 ~x86 because of setuptools.
Package-Manager: portage-2660-svn
Diffstat (limited to 'dev-python/pysqlite/pysqlite-2.0.7.ebuild')
-rw-r--r-- | dev-python/pysqlite/pysqlite-2.0.7.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pysqlite/pysqlite-2.0.7.ebuild b/dev-python/pysqlite/pysqlite-2.0.7.ebuild index e86fcb709cdd..44879bf3c6e7 100644 --- a/dev-python/pysqlite/pysqlite-2.0.7.ebuild +++ b/dev-python/pysqlite/pysqlite-2.0.7.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.0.7.ebuild,v 1.1 2006/02/05 23:35:13 marienz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pysqlite/pysqlite-2.0.7.ebuild,v 1.2 2006/02/05 23:42:56 marienz Exp $ inherit distutils @@ -9,7 +9,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 ~sparc ~x86" +KEYWORDS="~amd64 ~x86" LICENSE="pysqlite" SLOT="2" |