diff options
author | Markus Meier <maekke@gentoo.org> | 2009-09-07 21:18:01 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2009-09-07 21:18:01 +0000 |
commit | 3ce4cc9c0323bd881c4fc4089a60e5415e74c378 (patch) | |
tree | a134f951546b5a6691531c4dc497092efcf34353 /dev-python/ipy | |
parent | amd64/x86 stable, bug #283075 (diff) | |
download | gentoo-2-3ce4cc9c0323bd881c4fc4089a60e5415e74c378.tar.gz gentoo-2-3ce4cc9c0323bd881c4fc4089a60e5415e74c378.tar.bz2 gentoo-2-3ce4cc9c0323bd881c4fc4089a60e5415e74c378.zip |
amd64/x86 stable, bug #283080
(Portage version: 2.2_rc40/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/ipy')
-rw-r--r-- | dev-python/ipy/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/ipy/ipy-0.56.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/dev-python/ipy/ChangeLog b/dev-python/ipy/ChangeLog index 5fbec408555f..63156c3b0792 100644 --- a/dev-python/ipy/ChangeLog +++ b/dev-python/ipy/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/ipy # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/ipy/ChangeLog,v 1.13 2009/09/06 22:49:52 idl0r Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/ipy/ChangeLog,v 1.14 2009/09/07 21:18:01 maekke Exp $ + + 07 Sep 2009; Markus Meier <maekke@gentoo.org> ipy-0.56.ebuild: + amd64/x86 stable, bug #283080 06 Sep 2009; Christian Ruppert <idl0r@gentoo.org> -files/ipy-0.51-nosetuptools.diff: diff --git a/dev-python/ipy/ipy-0.56.ebuild b/dev-python/ipy/ipy-0.56.ebuild index d5b357cc8dfc..c530c34719ce 100644 --- a/dev-python/ipy/ipy-0.56.ebuild +++ b/dev-python/ipy/ipy-0.56.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/ipy/ipy-0.56.ebuild,v 1.1 2008/02/06 19:50:30 lucass Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/ipy/ipy-0.56.ebuild,v 1.2 2009/09/07 21:18:01 maekke Exp $ inherit distutils @@ -11,7 +11,7 @@ SRC_URI="http://cheeseshop.python.org/packages/source/I/IPy/${MY_P}.tar.gz" HOMEPAGE="http://software.inl.fr/trac/trac.cgi/wiki/IPy" SLOT="0" LICENSE="BSD" -KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="amd64 ~ppc ~ppc64 ~sparc x86" IUSE="examples" S="${WORKDIR}/${MY_P}" |