diff options
author | 2004-03-14 17:14:16 +0000 | |
---|---|---|
committer | 2004-03-14 17:14:16 +0000 | |
commit | 3ef802bde196680c1b640a52a997f8337d81ac5e (patch) | |
tree | eaf07662a05f7a075a354230c52e6ccf207220ab /dev-python/pyxml/pyxml-0.8.3.ebuild | |
parent | mimic use.mask from default-mips profile. (diff) | |
download | historical-3ef802bde196680c1b640a52a997f8337d81ac5e.tar.gz historical-3ef802bde196680c1b640a52a997f8337d81ac5e.tar.bz2 historical-3ef802bde196680c1b640a52a997f8337d81ac5e.zip |
Added ~mips keyword.
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 c1c30071efc2..b6f0a3d737be 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-2004 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.8 2004/03/09 23:18:26 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyxml/pyxml-0.8.3.ebuild,v 1.9 2004/03/14 17:14:16 geoman Exp $ inherit distutils @@ -15,7 +15,7 @@ DEPEND="virtual/python IUSE="" SLOT="0" -KEYWORDS="x86 ~ppc sparc alpha ~hppa ~amd64 ppc64 ia64" +KEYWORDS="x86 ~ppc sparc alpha ~hppa ~amd64 ppc64 ia64 ~mips" LICENSE="PYTHON" S=${WORKDIR}/${MY_P} |