diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-02-22 21:22:17 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-02-22 21:22:17 +0000 |
commit | 9b2f45a95cb33a8f47b87a54fb99c630d8a43970 (patch) | |
tree | dbb7c1f789ce11c6141ce502cce9fd6eb7b3b504 /dev-python/python-docs/python-docs-2.2.3.ebuild | |
parent | removing (diff) | |
download | gentoo-2-9b2f45a95cb33a8f47b87a54fb99c630d8a43970.tar.gz gentoo-2-9b2f45a95cb33a8f47b87a54fb99c630d8a43970.tar.bz2 gentoo-2-9b2f45a95cb33a8f47b87a54fb99c630d8a43970.zip |
Remove arm keywords
Diffstat (limited to 'dev-python/python-docs/python-docs-2.2.3.ebuild')
-rw-r--r-- | dev-python/python-docs/python-docs-2.2.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/python-docs/python-docs-2.2.3.ebuild b/dev-python/python-docs/python-docs-2.2.3.ebuild index c5797b2ff4da..3437818cb7d4 100644 --- a/dev-python/python-docs/python-docs-2.2.3.ebuild +++ b/dev-python/python-docs/python-docs-2.2.3.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/python-docs/python-docs-2.2.3.ebuild,v 1.7 2004/01/12 01:48:03 lu_zero Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-docs/python-docs-2.2.3.ebuild,v 1.8 2004/02/22 21:19:22 agriffis Exp $ S=${WORKDIR}/${P} DESCRIPTION="HTML documentation for Python" @@ -10,7 +10,7 @@ DEPEND="" RDEPEND="" SLOT="2.2" LICENSE="PSF-2.2" -KEYWORDS="x86 ppc sparc alpha hppa ia64 amd64 arm mips" +KEYWORDS="x86 ppc sparc alpha hppa ia64 amd64 mips" src_unpack() { mkdir ${S} |