diff options
author | Alastair Tse <liquidx@gentoo.org> | 2003-08-29 20:34:53 +0000 |
---|---|---|
committer | Alastair Tse <liquidx@gentoo.org> | 2003-08-29 20:34:53 +0000 |
commit | 45dd3bcf36b4d1ebf498f883e88eb86d86d413bd (patch) | |
tree | 3b26b72a7d42c54e51c190209fca9e27dd032f7f /dev-python/pyxml/pyxml-0.8.3.ebuild | |
parent | renamed pyxml (diff) | |
download | historical-45dd3bcf36b4d1ebf498f883e88eb86d86d413bd.tar.gz historical-45dd3bcf36b4d1ebf498f883e88eb86d86d413bd.tar.bz2 historical-45dd3bcf36b4d1ebf498f883e88eb86d86d413bd.zip |
fix keywords
Diffstat (limited to 'dev-python/pyxml/pyxml-0.8.3.ebuild')
-rw-r--r-- | dev-python/pyxml/pyxml-0.8.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pyxml/pyxml-0.8.3.ebuild b/dev-python/pyxml/pyxml-0.8.3.ebuild index 1cf5b3e6afc8..974e69473922 100644 --- a/dev-python/pyxml/pyxml-0.8.3.ebuild +++ b/dev-python/pyxml/pyxml-0.8.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyxml/pyxml-0.8.3.ebuild,v 1.1 2003/08/29 17:14:21 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyxml/pyxml-0.8.3.ebuild,v 1.2 2003/08/29 20:34:49 liquidx Exp $ inherit distutils @@ -15,7 +15,7 @@ DEPEND="virtual/python IUSE="" SLOT="0" -KEYWORDS="x86 ~ppc ~sparc ~alpha hppa amd64" +KEYWORDS="~x86 ~ppc ~sparc ~alpha ~hppa ~amd64" LICENSE="PYTHON" S=${WORKDIR}/${MY_P} |