diff options
author | Jason Wever <weeve@gentoo.org> | 2004-05-15 14:04:51 +0000 |
---|---|---|
committer | Jason Wever <weeve@gentoo.org> | 2004-05-15 14:04:51 +0000 |
commit | b64cf4a379bf4b31a2caea45351a475a891ea435 (patch) | |
tree | c6d44ce7a40ca9933a741702f2cd17467d24af2f /dev-python/python-docs/python-docs-2.3.4_rc1.ebuild | |
parent | stable on x86 (diff) | |
download | historical-b64cf4a379bf4b31a2caea45351a475a891ea435.tar.gz historical-b64cf4a379bf4b31a2caea45351a475a891ea435.tar.bz2 historical-b64cf4a379bf4b31a2caea45351a475a891ea435.zip |
Added ~sparc keyword.
Diffstat (limited to 'dev-python/python-docs/python-docs-2.3.4_rc1.ebuild')
-rw-r--r-- | dev-python/python-docs/python-docs-2.3.4_rc1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/python-docs/python-docs-2.3.4_rc1.ebuild b/dev-python/python-docs/python-docs-2.3.4_rc1.ebuild index ab16dd5acb7c..1ce04d34e1f8 100644 --- a/dev-python/python-docs/python-docs-2.3.4_rc1.ebuild +++ b/dev-python/python-docs/python-docs-2.3.4_rc1.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.4_rc1.ebuild,v 1.1 2004/05/14 14:56:56 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-docs/python-docs-2.3.4_rc1.ebuild,v 1.2 2004/05/15 14:04:51 weeve Exp $ MY_PV=${PV/_rc/c} @@ -10,7 +10,7 @@ SRC_URI="http://www.python.org/ftp/python/doc/${MY_PV}/html-${MY_PV}.tar.bz2" LICENSE="PSF-2.2" SLOT="2.3" -KEYWORDS="~x86 ~alpha" +KEYWORDS="~x86 ~alpha ~sparc" IUSE="" DEPEND="" |