diff options
author | Alastair Tse <liquidx@gentoo.org> | 2006-09-10 21:09:35 +0000 |
---|---|---|
committer | Alastair Tse <liquidx@gentoo.org> | 2006-09-10 21:09:35 +0000 |
commit | 677369c5b193dffee13368b6c53f43e5d8889e57 (patch) | |
tree | 1f7ed16278af6199f977391b3e9a0a2a6a0f5c3c | |
parent | removing vnc from my overlay (diff) | |
download | liquidx-677369c5b193dffee13368b6c53f43e5d8889e57.tar.gz liquidx-677369c5b193dffee13368b6c53f43e5d8889e57.tar.bz2 liquidx-677369c5b193dffee13368b6c53f43e5d8889e57.zip |
moving patches to my home dir because distfiles cleanup will remove them if no ebuild in portage references them
svn path=/; revision=74
-rw-r--r-- | dev-lang/python/python-2.5_rc1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lang/python/python-2.5_rc1.ebuild b/dev-lang/python/python-2.5_rc1.ebuild index d4f0a2b..2d8c5df 100644 --- a/dev-lang/python/python-2.5_rc1.ebuild +++ b/dev-lang/python/python-2.5_rc1.ebuild @@ -21,7 +21,7 @@ S="${WORKDIR}/${MY_P}" DESCRIPTION="Python is an interpreted, interactive, object-oriented programming language." HOMEPAGE="http://www.python.org/" SRC_URI="http://www.python.org/ftp/python/${PYVER}/${MY_P}.tar.bz2 - mirror://gentoo/python-gentoo-patches-${PYVER}.tar.bz2" + http://dev.gentoo.org/~liquidx/files/python-gentoo-patches-${PYVER}.tar.bz2" LICENSE="PSF-2.2" SLOT="2.5" |