diff options
Diffstat (limited to 'dev-lang/ispc/ispc-1.3.1.ebuild')
-rw-r--r-- | dev-lang/ispc/ispc-1.3.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-lang/ispc/ispc-1.3.1.ebuild b/dev-lang/ispc/ispc-1.3.1.ebuild index 7f87ae4560dd..d0953ab86e4b 100644 --- a/dev-lang/ispc/ispc-1.3.1.ebuild +++ b/dev-lang/ispc/ispc-1.3.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ispc/ispc-1.3.1.ebuild,v 1.1 2013/01/10 18:33:03 ottxor Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ispc/ispc-1.3.1.ebuild,v 1.2 2013/01/11 22:33:31 ottxor Exp $ EAPI=4 @@ -16,7 +16,7 @@ if [[ ${PV} = *9999 ]]; then EGIT_REPO_URI="git://github.com/ispc/ispc.git" else inherit vcs-snapshot - SRC_URI="https://github.com/${PN}/${PN}/tarball/v${PV} -> ${P}.tar.gz" + SRC_URI="mirror://github/${PN}/${PN}/tarball/v${PV} -> ${P}.tar.gz" fi LICENSE="BSD BSD-2 UoI-NCSA" |