diff options
author | Alastair Tse <liquidx@gentoo.org> | 2004-01-26 12:00:50 +0000 |
---|---|---|
committer | Alastair Tse <liquidx@gentoo.org> | 2004-01-26 12:00:50 +0000 |
commit | 2cde93dfda314adc716247278e7bc8941ae08df4 (patch) | |
tree | caaaf3dc9acb73932aad667b4fc5c21fc502f539 /dev-python | |
parent | Initial commit. (Manifest recommit) (diff) | |
download | gentoo-2-2cde93dfda314adc716247278e7bc8941ae08df4.tar.gz gentoo-2-2cde93dfda314adc716247278e7bc8941ae08df4.tar.bz2 gentoo-2-2cde93dfda314adc716247278e7bc8941ae08df4.zip |
added hppa to keywords, so repoman doesn't complain. shouldn't be a problem
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/python-docs/python-docs-2.3.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/python-docs/python-docs-2.3.3.ebuild b/dev-python/python-docs/python-docs-2.3.3.ebuild index 5e7d91346cef..2a252d0c978e 100644 --- a/dev-python/python-docs/python-docs-2.3.3.ebuild +++ b/dev-python/python-docs/python-docs-2.3.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.3.3.ebuild,v 1.3 2004/01/24 21:43:35 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-docs/python-docs-2.3.3.ebuild,v 1.4 2004/01/26 12:00:50 liquidx Exp $ DESCRIPTION="HTML documentation for Python" SRC_URI="http://www.python.org/ftp/python/doc/${PV}/html-${PV}.tar.bz2" @@ -8,7 +8,7 @@ HOMEPAGE="http://www.python.org/doc/2.3/" IUSE="" SLOT="2.3" -KEYWORDS="x86 ~ppc ~sparc" # ~alpha ~hppa ~ia64 ~amd64" +KEYWORDS="x86 ~ppc ~sparc ~hppa" # ~alpha ~ia64 ~amd64" LICENSE="PSF-2.2" DEPEND="" |