diff options
author | Markus Meier <maekke@gentoo.org> | 2008-01-10 20:17:10 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2008-01-10 20:17:10 +0000 |
commit | d85eed63b27d69676dc53eb1f5dba794166b2660 (patch) | |
tree | a15d4679e9ad5396e94cda8558d47280553bbeca /dev-python/pexpect | |
parent | Added dev-util/pkgconfig dep (bug #205192). (diff) | |
download | historical-d85eed63b27d69676dc53eb1f5dba794166b2660.tar.gz historical-d85eed63b27d69676dc53eb1f5dba794166b2660.tar.bz2 historical-d85eed63b27d69676dc53eb1f5dba794166b2660.zip |
x86 stable, bug #205112
Package-Manager: portage-2.1.4_rc14
Diffstat (limited to 'dev-python/pexpect')
-rw-r--r-- | dev-python/pexpect/ChangeLog | 7 | ||||
-rw-r--r-- | dev-python/pexpect/pexpect-2.1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-python/pexpect/ChangeLog b/dev-python/pexpect/ChangeLog index cea4e43a91bf..c4067f29dd23 100644 --- a/dev-python/pexpect/ChangeLog +++ b/dev-python/pexpect/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/pexpect -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pexpect/ChangeLog,v 1.29 2007/07/26 18:19:42 corsair Exp $ +# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pexpect/ChangeLog,v 1.30 2008/01/10 20:17:10 maekke Exp $ + + 10 Jan 2008; Markus Meier <maekke@gentoo.org> pexpect-2.1.ebuild: + x86 stable, bug #205112 26 Jul 2007; Markus Rothe <corsair@gentoo.org> pexpect-2.1.ebuild: Added ~ppc64; bug #186188 diff --git a/dev-python/pexpect/pexpect-2.1.ebuild b/dev-python/pexpect/pexpect-2.1.ebuild index e0c7ca2a42ae..e27d13b51b6f 100644 --- a/dev-python/pexpect/pexpect-2.1.ebuild +++ b/dev-python/pexpect/pexpect-2.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pexpect/pexpect-2.1.ebuild,v 1.3 2007/07/26 18:19:42 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pexpect/pexpect-2.1.ebuild,v 1.4 2008/01/10 20:17:10 maekke Exp $ inherit distutils @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/pexpect/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc-macos ~ppc64 ~s390 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc-macos ~ppc64 ~s390 ~sparc x86" IUSE="" DEPEND="dev-lang/python" |