diff options
Diffstat (limited to 'dev-python/sip/sip-4.6.ebuild')
-rw-r--r-- | dev-python/sip/sip-4.6.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/sip/sip-4.6.ebuild b/dev-python/sip/sip-4.6.ebuild index f2330d81341e..8c9ff1ffa6c3 100644 --- a/dev-python/sip/sip-4.6.ebuild +++ b/dev-python/sip/sip-4.6.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.6.ebuild,v 1.4 2008/04/07 16:00:17 ingmar Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/sip/sip-4.6.ebuild,v 1.5 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" |