summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2009-09-01 02:46:07 +0000
committerArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2009-09-01 02:46:07 +0000
commit1803003c33036b1b17bc52ac8e49ebbf1cd019a9 (patch)
tree2b0f7e032844bd24c03419125980b00363b1df73 /dev-lang
parentRemoved old ebuild. (diff)
downloadgentoo-2-1803003c33036b1b17bc52ac8e49ebbf1cd019a9.tar.gz
gentoo-2-1803003c33036b1b17bc52ac8e49ebbf1cd019a9.tar.bz2
gentoo-2-1803003c33036b1b17bc52ac8e49ebbf1cd019a9.zip
Fix building on arm OABI (bug #266703).
(Portage version: 14176-svn/cvs/Linux x86_64)
Diffstat (limited to 'dev-lang')
-rw-r--r--dev-lang/python/ChangeLog6
-rw-r--r--dev-lang/python/python-2.6.2-r1.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-lang/python/ChangeLog b/dev-lang/python/ChangeLog
index d41238d0dbef..3915fc5182ab 100644
--- a/dev-lang/python/ChangeLog
+++ b/dev-lang/python/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-lang/python
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/ChangeLog,v 1.409 2009/08/30 21:34:13 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/ChangeLog,v 1.410 2009/09/01 02:46:07 arfrever Exp $
+
+ 01 Sep 2009; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+ python-2.6.2-r1.ebuild:
+ Fix building on arm OABI (bug #266703).
30 Aug 2009; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
python-2.4.6.ebuild, python-2.5.4-r3.ebuild, python-2.6.2-r1.ebuild,
diff --git a/dev-lang/python/python-2.6.2-r1.ebuild b/dev-lang/python/python-2.6.2-r1.ebuild
index 4dc2d228347d..37511b2347dc 100644
--- a/dev-lang/python/python-2.6.2-r1.ebuild
+++ b/dev-lang/python/python-2.6.2-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.6.2-r1.ebuild,v 1.12 2009/08/30 21:34:13 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.6.2-r1.ebuild,v 1.13 2009/09/01 02:46:07 arfrever Exp $
# NOTE about python-portage interactions :
# - Do not add a pkg_setup() check for a certain version of portage
@@ -19,7 +19,7 @@ PYVER="${PYVER_MAJOR}.${PYVER_MINOR}"
MY_P="Python-${PV}"
S="${WORKDIR}/${MY_P}"
-PATCHSET_REVISION="3"
+PATCHSET_REVISION="4"
DESCRIPTION="Python is an interpreted, interactive, object-oriented programming language."
HOMEPAGE="http://www.python.org/"