diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-10-23 08:13:16 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-10-23 08:13:16 +0000 |
commit | 90c1833039455eb7194c1a33ff1741c16ddd01a7 (patch) | |
tree | b197da02180419365ff3e149542dbc9650bc6a03 /dev-python/pysqlite | |
parent | merge with nsa policy (diff) | |
download | historical-90c1833039455eb7194c1a33ff1741c16ddd01a7.tar.gz historical-90c1833039455eb7194c1a33ff1741c16ddd01a7.tar.bz2 historical-90c1833039455eb7194c1a33ff1741c16ddd01a7.zip |
removed macos
Diffstat (limited to 'dev-python/pysqlite')
-rw-r--r-- | dev-python/pysqlite/pysqlite-0.5.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pysqlite/pysqlite-0.5.1.ebuild b/dev-python/pysqlite/pysqlite-0.5.1.ebuild index 3f8fbbdcb8cf..671122079834 100644 --- a/dev-python/pysqlite/pysqlite-0.5.1.ebuild +++ b/dev-python/pysqlite/pysqlite-0.5.1.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.1.ebuild,v 1.10 2004/10/17 11:39:35 absinthe Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pysqlite/pysqlite-0.5.1.ebuild,v 1.11 2004/10/23 08:13:16 mr_bones_ 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 ppc sparc macos ppc-macos" +KEYWORDS="x86 alpha amd64 ppc sparc ppc-macos" LICENSE="pysqlite" SLOT="0" |