diff options
author | Alastair Tse <liquidx@gentoo.org> | 2006-08-09 23:31:07 +0000 |
---|---|---|
committer | Alastair Tse <liquidx@gentoo.org> | 2006-08-09 23:31:07 +0000 |
commit | 4d7c57d869ebeb391c8be9d0f37c0ae23729375c (patch) | |
tree | 5b01f24fe2b2b0f966a8980397c595f90834abfe /dev-python/psyco | |
parent | fixing my changelog (diff) | |
download | historical-4d7c57d869ebeb391c8be9d0f37c0ae23729375c.tar.gz historical-4d7c57d869ebeb391c8be9d0f37c0ae23729375c.tar.bz2 historical-4d7c57d869ebeb391c8be9d0f37c0ae23729375c.zip |
stable bump for x86 (#143321)
Package-Manager: portage-2.1-r1
Diffstat (limited to 'dev-python/psyco')
-rw-r--r-- | dev-python/psyco/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/psyco/psyco-1.5.1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-python/psyco/ChangeLog b/dev-python/psyco/ChangeLog index 3c2c5ccb6be6..299a0f551a2f 100644 --- a/dev-python/psyco/ChangeLog +++ b/dev-python/psyco/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/psyco # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/psyco/ChangeLog,v 1.17 2006/04/30 18:56:48 lucass Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/psyco/ChangeLog,v 1.18 2006/08/09 23:31:07 liquidx Exp $ + + 09 Aug 2006; Alastair Tse <liquidx@gentoo.org> -psyco-1.2.ebuild, + -psyco-1.3.ebuild, -psyco-1.5.ebuild, psyco-1.5.1.ebuild: + stable bump for x86 *psyco-1.5.1 (30 Apr 2006) diff --git a/dev-python/psyco/psyco-1.5.1.ebuild b/dev-python/psyco/psyco-1.5.1.ebuild index 1ef0c5a6540c..a5df4e1ce9bd 100644 --- a/dev-python/psyco/psyco-1.5.1.ebuild +++ b/dev-python/psyco/psyco-1.5.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/psyco/psyco-1.5.1.ebuild,v 1.1 2006/04/30 18:56:48 lucass Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/psyco/psyco-1.5.1.ebuild,v 1.2 2006/08/09 23:31:07 liquidx Exp $ inherit distutils @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/psyco/${P}-src.tar.gz" IUSE="" SLOT="0" LICENSE="MIT" -KEYWORDS="~x86" +KEYWORDS="x86" DEPEND=">=dev-lang/python-2.1" src_install() { |