diff options
-rw-r--r-- | dev-python/pexpect/pexpect-0.999.ebuild | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/dev-python/pexpect/pexpect-0.999.ebuild b/dev-python/pexpect/pexpect-0.999.ebuild index bb94b2bb6f5f..796a76ec165f 100644 --- a/dev-python/pexpect/pexpect-0.999.ebuild +++ b/dev-python/pexpect/pexpect-0.999.ebuild @@ -1,16 +1,18 @@ # 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.999.ebuild,v 1.7 2005/01/09 06:19:23 cryos Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pexpect/pexpect-0.999.ebuild,v 1.8 2005/04/01 22:59:08 vapier Exp $ inherit distutils -IUSE="" DESCRIPTION="Pexpect is a pure Python module for spawning child applications; controlling them; and responding to expected patterns in their output" HOMEPAGE="http://pexpect.sourceforge.net/" SRC_URI="mirror://sourceforge/pexpect/${P}.tgz" + LICENSE="PYTHON" SLOT="0" -KEYWORDS="x86 ~ppc alpha sparc ~s390 amd64 ~ppc-macos" +KEYWORDS="alpha amd64 ~ppc ~ppc-macos s390 sparc x86" +IUSE="" + DEPEND="dev-lang/python" mydoc="README.txt" |