diff options
Diffstat (limited to 'dev-python/pyogg/pyogg-1.3-r1.ebuild')
-rw-r--r-- | dev-python/pyogg/pyogg-1.3-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/pyogg/pyogg-1.3-r1.ebuild b/dev-python/pyogg/pyogg-1.3-r1.ebuild index 2cd524a84bcb..ef27c16512cb 100644 --- a/dev-python/pyogg/pyogg-1.3-r1.ebuild +++ b/dev-python/pyogg/pyogg-1.3-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyogg/pyogg-1.3-r1.ebuild,v 1.12 2006/10/30 02:49:10 the_paya Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyogg/pyogg-1.3-r1.ebuild,v 1.13 2007/10/26 09:45:33 hawking Exp $ inherit distutils @@ -8,7 +8,7 @@ DESCRIPTION="Python bindings for the ogg library" HOMEPAGE="http://www.andrewchatham.com/pyogg/" # Grumble. They changed the tarball without changing the name.. #SRC_URI="http://www.andrewchatham.com/pyogg/download/${P}.tar.gz" -SRC_URI="http://dev.gentoo.org/~kloeri/${P}-r1.tar.gz" +SRC_URI="mirror://gentoo/${P}-r1.tar.gz" LICENSE="LGPL-2" SLOT="0" |