diff options
Diffstat (limited to 'dev-python/pexpect/pexpect-0.97.ebuild')
-rw-r--r-- | dev-python/pexpect/pexpect-0.97.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/pexpect/pexpect-0.97.ebuild b/dev-python/pexpect/pexpect-0.97.ebuild index 25545cae50b7..4cfe0348ca43 100644 --- a/dev-python/pexpect/pexpect-0.97.ebuild +++ b/dev-python/pexpect/pexpect-0.97.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pexpect/pexpect-0.97.ebuild,v 1.1 2003/04/04 19:19:39 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pexpect/pexpect-0.97.ebuild,v 1.1.1.1 2005/11/30 10:10:32 chriswhite Exp $ inherit distutils @@ -10,7 +10,7 @@ HOMEPAGE="http://pexpect.sourceforge.net/" SRC_URI="mirror://sourceforge/pexpect/${P}.tgz" LICENSE="PYTHON" SLOT="0" -KEYWORDS="~x86 ~ppc ~alpha ~sparc" +KEYWORDS="x86 ~ppc alpha sparc s390 ~amd64" DEPEND="dev-lang/python" mydoc="README.txt" |