diff options
author | Christoph Junghans <ottxor@gentoo.org> | 2013-01-11 22:33:31 +0000 |
---|---|---|
committer | Christoph Junghans <ottxor@gentoo.org> | 2013-01-11 22:33:31 +0000 |
commit | ae6e563f6304237da0c31cfdeae6bf010834f5f8 (patch) | |
tree | 990363d3c0136a95c13669386442f5ef8e706412 /dev-lang | |
parent | updating keystone to support more [${PYTHON_USEDEP}] (diff) | |
download | gentoo-2-ae6e563f6304237da0c31cfdeae6bf010834f5f8.tar.gz gentoo-2-ae6e563f6304237da0c31cfdeae6bf010834f5f8.tar.bz2 gentoo-2-ae6e563f6304237da0c31cfdeae6bf010834f5f8.zip |
update SRC_URI
(Portage version: 2.2.0_alpha151/cvs/Linux x86_64, signed Manifest commit with key C2000586)
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/ispc/ChangeLog | 5 | ||||
-rw-r--r-- | dev-lang/ispc/ispc-1.3.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-lang/ispc/ChangeLog b/dev-lang/ispc/ChangeLog index e5300e1362c6..be10656a3ece 100644 --- a/dev-lang/ispc/ChangeLog +++ b/dev-lang/ispc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lang/ispc # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ispc/ChangeLog,v 1.9 2013/01/10 18:33:03 ottxor Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ispc/ChangeLog,v 1.10 2013/01/11 22:33:31 ottxor Exp $ + + 11 Jan 2013; Christoph Junghans <ottxor@gentoo.org> ispc-1.3.1.ebuild: + update SRC_URI *ispc-1.3.1 (10 Jan 2013) 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" |