diff options
Diffstat (limited to 'dev-python/sip/sip-4.7.1.ebuild')
-rw-r--r-- | dev-python/sip/sip-4.7.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/sip/sip-4.7.1.ebuild b/dev-python/sip/sip-4.7.1.ebuild index 8dce8b19f5fa..fe98be458504 100644 --- a/dev-python/sip/sip-4.7.1.ebuild +++ b/dev-python/sip/sip-4.7.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/sip/sip-4.7.1.ebuild,v 1.7 2008/04/07 16:00:17 ingmar Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/sip/sip-4.7.1.ebuild,v 1.8 2008/05/14 17:24:12 hawking Exp $ NEED_PYTHON=2.3 @@ -10,7 +10,7 @@ MY_P=${P/_} DESCRIPTION="SIP is a tool for generating bindings for C++ classes so that they can be used by Python." HOMEPAGE="http://www.riverbankcomputing.co.uk/sip/" -SRC_URI="http://www.riverbankcomputing.com/Downloads/sip$(get_major_version)/${MY_P}.tar.gz" +SRC_URI="mirror://gentoo/${MY_P}.tar.gz" LICENSE="sip" SLOT="0" |