diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-03-24 08:03:14 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-03-24 08:03:14 +0000 |
commit | 7ad1045fc5006e3a0b581b0909a4422414c04753 (patch) | |
tree | a4105678e66a31409d98665bf2c0e6ef2ad50121 /dev-lang/python | |
parent | Version bump. (diff) | |
download | gentoo-2-7ad1045fc5006e3a0b581b0909a4422414c04753.tar.gz gentoo-2-7ad1045fc5006e3a0b581b0909a4422414c04753.tar.bz2 gentoo-2-7ad1045fc5006e3a0b581b0909a4422414c04753.zip |
Update patchset.
(Portage version: 15841-svn/cvs/Linux x86_64)
Diffstat (limited to 'dev-lang/python')
-rw-r--r-- | dev-lang/python/python-2.6.5.ebuild | 4 | ||||
-rw-r--r-- | dev-lang/python/python-3.1.2.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-lang/python/python-2.6.5.ebuild b/dev-lang/python/python-2.6.5.ebuild index ec48c4d88ab3..dfdcd29829d0 100644 --- a/dev-lang/python/python-2.6.5.ebuild +++ b/dev-lang/python/python-2.6.5.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-lang/python/python-2.6.5.ebuild,v 1.1 2010/03/21 12:42:25 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-2.6.5.ebuild,v 1.2 2010/03/24 08:03:14 arfrever Exp $ EAPI="2" @@ -9,7 +9,7 @@ inherit autotools eutils flag-o-matic multilib pax-utils python toolchain-funcs MY_P="Python-${PV}" S="${WORKDIR}/${MY_P}" -PATCHSET_REVISION="0" +PATCHSET_REVISION="1" DESCRIPTION="Python is an interpreted, interactive, object-oriented programming language." HOMEPAGE="http://www.python.org/" diff --git a/dev-lang/python/python-3.1.2.ebuild b/dev-lang/python/python-3.1.2.ebuild index 75184e3af9d3..f72fc873ef3c 100644 --- a/dev-lang/python/python-3.1.2.ebuild +++ b/dev-lang/python/python-3.1.2.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-lang/python/python-3.1.2.ebuild,v 1.1 2010/03/22 18:11:34 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-3.1.2.ebuild,v 1.2 2010/03/24 08:03:14 arfrever Exp $ EAPI="2" @@ -9,7 +9,7 @@ inherit autotools eutils flag-o-matic multilib pax-utils python toolchain-funcs MY_P="Python-${PV}" S="${WORKDIR}/${MY_P}" -PATCHSET_REVISION="0" +PATCHSET_REVISION="1" DESCRIPTION="Python is an interpreted, interactive, object-oriented programming language." HOMEPAGE="http://www.python.org/" |