summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChi-Thanh Christopher Nguyen <chithanh@gentoo.org>2013-07-29 17:05:34 +0200
committerChi-Thanh Christopher Nguyen <chithanh@gentoo.org>2013-07-29 17:05:34 +0200
commit7f4e193c132dd070674ff0ef649880e54a5c347c (patch)
tree367086f83ebf91f09662fd1e242e1a7c3c8d6df3 /dev-libs
parentdev-libs/weston: sync with ebuild from portage for bug #477054. Drop non-live... (diff)
downloadx11-7f4e193c132dd070674ff0ef649880e54a5c347c.tar.gz
x11-7f4e193c132dd070674ff0ef649880e54a5c347c.tar.bz2
x11-7f4e193c132dd070674ff0ef649880e54a5c347c.zip
dev-libs/libclc: update repository uri, bug #477790.
Diffstat (limited to 'dev-libs')
-rw-r--r--dev-libs/libclc/libclc-9999.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/libclc/libclc-9999.ebuild b/dev-libs/libclc/libclc-9999.ebuild
index 7abbb1f2..6845e3e2 100644
--- a/dev-libs/libclc/libclc-9999.ebuild
+++ b/dev-libs/libclc/libclc-9999.ebuild
@@ -5,7 +5,7 @@
EAPI=5
PYTHON_COMPAT=( python{2_5,2_6,2_7} )
-EGIT_REPO_URI="git://people.freedesktop.org/~tstellar/${PN}"
+EGIT_REPO_URI="http://llvm.org/git/${PN}.git"
if [[ ${PV} = 9999* ]]; then
GIT_ECLASS="git-2"
@@ -15,7 +15,7 @@ fi
inherit base python-any-r1 $GIT_ECLASS
DESCRIPTION="OpenCL C library"
-HOMEPAGE="http://libclc.llvm.org/ http://cgit.freedesktop.org/~tstellar/libclc/"
+HOMEPAGE="http://libclc.llvm.org/"
if [[ $PV = 9999* ]]; then
SRC_URI="${SRC_PATCHES}"