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 | |
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')
-rw-r--r-- | dev-python/pysqlite/pysqlite-0.5.1.ebuild | 4 | ||||
-rw-r--r-- | dev-python/python-fchksum/python-fchksum-1.7.1.ebuild | 4 | ||||
-rw-r--r-- | dev-python/readline/readline-2.3.3.ebuild | 4 |
3 files changed, 6 insertions, 6 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" diff --git a/dev-python/python-fchksum/python-fchksum-1.7.1.ebuild b/dev-python/python-fchksum/python-fchksum-1.7.1.ebuild index 3b37772cfed3..01d2dbf94cd8 100644 --- a/dev-python/python-fchksum/python-fchksum-1.7.1.ebuild +++ b/dev-python/python-fchksum/python-fchksum-1.7.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/python-fchksum/python-fchksum-1.7.1.ebuild,v 1.15 2004/09/16 01:56:18 pvdabeel Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-fchksum/python-fchksum-1.7.1.ebuild,v 1.16 2004/10/23 08:12:50 mr_bones_ Exp $ # DON'T inherit distutils because it will cause a circular dependency with python #inherit distutils @@ -11,7 +11,7 @@ SRC_URI="http://www.dakotacom.net/~donut/programs/fchksum/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 ~ppc ppc64 sparc mips alpha arm hppa ~mips amd64 ~ia64 s390 ~macos ~ppc-macos" +KEYWORDS="x86 ~ppc ppc64 sparc mips alpha arm hppa ~mips amd64 ~ia64 s390 ~ppc-macos" IUSE="" DEPEND="sys-libs/zlib" diff --git a/dev-python/readline/readline-2.3.3.ebuild b/dev-python/readline/readline-2.3.3.ebuild index 58f705853b1d..ee4cb29d4f1b 100644 --- a/dev-python/readline/readline-2.3.3.ebuild +++ b/dev-python/readline/readline-2.3.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation, Pieter Van den Abeele <pvdabeel@gentoo.org> # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/readline/readline-2.3.3.ebuild,v 1.5 2004/09/16 01:56:37 pvdabeel Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/readline/readline-2.3.3.ebuild,v 1.6 2004/10/23 08:12:26 mr_bones_ Exp $ inherit distutils @@ -10,7 +10,7 @@ SRC_URI="http://www.metadistribution.org/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="-* macos ~ppc ppc-macos" +KEYWORDS="-* ~ppc ppc-macos" IUSE="" DEPEND=">=sys-libs/readline-4.3 |