diff options
-rw-r--r-- | dev-python/psyco/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/psyco/psyco-1.6.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/psyco/ChangeLog b/dev-python/psyco/ChangeLog index 11403640146e..dc87e6c46dde 100644 --- a/dev-python/psyco/ChangeLog +++ b/dev-python/psyco/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/psyco # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/psyco/ChangeLog,v 1.24 2010/10/25 11:34:03 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/psyco/ChangeLog,v 1.25 2010/11/01 12:30:46 phajdan.jr Exp $ + + 01 Nov 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org> psyco-1.6.ebuild: + x86 stable wrt bug #342621 25 Oct 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> psyco-1.6.ebuild: diff --git a/dev-python/psyco/psyco-1.6.ebuild b/dev-python/psyco/psyco-1.6.ebuild index 5d68e2965872..c1527494d28c 100644 --- a/dev-python/psyco/psyco-1.6.ebuild +++ b/dev-python/psyco/psyco-1.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/psyco/psyco-1.6.ebuild,v 1.3 2010/10/25 11:34:03 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/psyco/psyco-1.6.ebuild,v 1.4 2010/11/01 12:30:46 phajdan.jr Exp $ EAPI="3" PYTHON_DEPEND="2::2.6" @@ -15,7 +15,7 @@ SRC_URI="mirror://sourceforge/psyco/${P}-src.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~x86 ~x86-linux" +KEYWORDS="x86 ~x86-linux" IUSE="examples" DEPEND="" |